From dfda42b624b539125443f30ae3a587ae55691ba4 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 2 Nov 2017 16:43:44 +0200 Subject: psmisc: update to 23.0 Switch to gitlab, as that's where development now happens. Drop two upstreamed patches, add apatches to avoid newly introduced build errors, and a gettext fix suggested here: http://lists.openembedded.org/pipermail/openembedded-core/2017-November/144566.html Signed-off-by: Alexander Kanavin --- meta/recipes-extended/psmisc/psmisc.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta/recipes-extended/psmisc/psmisc.inc') 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}" 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="" +do_configure_prepend() { + ( cd ${S} && po/update-potfiles ) +} + + PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," -- cgit 1.2.3-korg