diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 527a1d590f..82ef947709 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
@@ -18,8 +18,8 @@ inherit autotools gettext | |||
18 | 18 | ||
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. |
22 | EXTRA_AUTORECONF="" | 22 | EXTRA_AUTORECONF_remove = "--exclude=autopoint" |
23 | do_configure_prepend() { | 23 | do_configure_prepend() { |
24 | ( cd ${S} && po/update-potfiles ) | 24 | ( cd ${S} && po/update-potfiles ) |
25 | } | 25 | } |