Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/9] psmisc: improve autopoint-enabling
@ 2018-01-08 16:00 Ross Burton
  2018-01-08 16:00 ` [PATCH 2/9] bison: remove obsolete patch Ross Burton
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Ross Burton @ 2018-01-08 16:00 UTC (permalink / raw)
  To: openembedded-core

Instead of globally clearing EXTRA_AUTORECONF (which by default currently
contains --exclude=autopoint) use _remove to selectively remove the piece we
care about.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-extended/psmisc/psmisc.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc
index 527a1d590f3..82ef947709a 100644
--- a/meta/recipes-extended/psmisc/psmisc.inc
+++ b/meta/recipes-extended/psmisc/psmisc.inc
@@ -18,8 +18,8 @@ inherit autotools gettext
 
 # Upstream has a custom autogen.sh which invokes po/update-potfiles as they 
 # don't ship a po/POTFILES.in (which is silly).  Without that file gettext 
-#doesn't believe po/ is a gettext directory and won't generate po/Makefile.
-EXTRA_AUTORECONF=""
+# doesn't believe po/ is a gettext directory and won't generate po/Makefile.
+EXTRA_AUTORECONF_remove = "--exclude=autopoint"
 do_configure_prepend() {
     ( cd ${S} && po/update-potfiles )
 }
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2018-01-24  0:43 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 16:00 [PATCH 1/9] psmisc: improve autopoint-enabling Ross Burton
2018-01-08 16:00 ` [PATCH 2/9] bison: remove obsolete patch Ross Burton
2018-01-08 16:00 ` [PATCH 3/9] bison: remove pointless gettext-minimal-native DEPENDS Ross Burton
2018-01-08 16:00 ` [PATCH 4/9] pango: don't wipe EXTRA_AUTORECONF Ross Burton
2018-01-08 16:00 ` [PATCH 5/9] native/cross: remove redundant DEPENDS_GETTEXT assignment Ross Burton
2018-01-08 16:00 ` [PATCH 6/9] m4: merge two .inc files Ross Burton
2018-01-12 17:30   ` Dan McGregor
2018-01-13 14:53     ` Richard Purdie
2018-01-08 16:00 ` [PATCH 7/9] avahi: remove explicit avahi-dev RDEPENDS Ross Burton
2018-01-09  9:01   ` Alexander Kanavin
2018-01-09 10:19     ` Burton, Ross
2018-01-08 16:00 ` [PATCH 8/9] libcroco: enable nativesdk builds Ross Burton
2018-01-08 16:00 ` [PATCH 9/9] gettext: rationalise optional dependencies Ross Burton
2018-01-21 15:30   ` Martin Jansa
2018-01-22 10:52     ` [PATCH] gettext: fix PACKAGECONFIGs Martin Jansa
2018-01-22 19:46       ` Burton, Ross
2018-01-23  0:58         ` Burton, Ross
2018-01-23 22:29           ` Martin Jansa
2018-01-23 23:09             ` Burton, Ross
2018-01-24  0:43               ` Martin Jansa
2018-01-22 10:59     ` [PATCH 9/9] gettext: rationalise optional dependencies Burton, Ross
2018-01-22 11:03 ` ✗ patchtest: failure for "psmisc: improve autopoint-enab..." and 8 more (rev2) Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox