diff options
Diffstat (limited to 'meta/recipes-extended/psmisc/psmisc.inc')
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 66a784b53c..527a1d590f 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
@@ -16,6 +16,15 @@ S = "${WORKDIR}/psmisc-${PV}" | |||
16 | 16 | ||
17 | inherit autotools gettext | 17 | inherit autotools gettext |
18 | 18 | ||
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 | ||
21 | #doesn't believe po/ is a gettext directory and won't generate po/Makefile. | ||
22 | EXTRA_AUTORECONF="" | ||
23 | do_configure_prepend() { | ||
24 | ( cd ${S} && po/update-potfiles ) | ||
25 | } | ||
26 | |||
27 | |||
19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 28 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
20 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 29 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
21 | 30 | ||