From: Robert Yang Date: Wed, 10 Jun 2015 05:44:26 +0000 (-0700) Subject: sysstat: DEPENDS on base-passwd X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0651f4397f84cf9dbcca083ff24c2c154065754;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sysstat: DEPENDS on base-passwd Fixed: | install -m 644 -g man man/sa1.8 /path/to/tmp/work/i586-poky-linux/sysstat/11.1.4-r0/image/usr/share/man/man8 | install: invalid group `man' (From OE-Core rev: 153c3dd4d4c5eab52b953901fb6bc681c349a710) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 566cb08fc23..40630070d85 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc @@ -8,6 +8,8 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.xz \ file://99_sysstat \ " +DEPENDS += "base-passwd" + inherit autotools-brokensep gettext EXTRA_OECONF += "--disable-sensors"