summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/psmisc/psmisc.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc
index 594a10cf22..a75b04702c 100644
--- a/meta/recipes-extended/psmisc/psmisc.inc
+++ b/meta/recipes-extended/psmisc/psmisc.inc
@@ -19,7 +19,6 @@ inherit autotools gettext
19# Upstream has a custom autogen.sh which invokes po/update-potfiles as they 19# Upstream has a custom autogen.sh which invokes po/update-potfiles as they
20# don't ship a po/POTFILES.in (which is silly). Without that file gettext 20# don't ship a po/POTFILES.in (which is silly). Without that file gettext
21# doesn't believe po/ is a gettext directory and won't generate po/Makefile. 21# doesn't believe po/ is a gettext directory and won't generate po/Makefile.
22EXTRA_AUTORECONF_remove = "--exclude=autopoint"
23do_configure_prepend() { 22do_configure_prepend() {
24 ( cd ${S} && po/update-potfiles ) 23 ( cd ${S} && po/update-potfiles )
25} 24}