[oe-commits] Robert Yang : sysstat: DEPENDS on base-passwd

git at git.openembedded.org git at git.openembedded.org
Thu Jun 11 23:00:51 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 153c3dd4d4c5eab52b953901fb6bc681c349a710
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=153c3dd4d4c5eab52b953901fb6bc681c349a710

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jun  9 22:44:26 2015 -0700

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'

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-extended/sysstat/sysstat.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 566cb08..4063007 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"



More information about the Openembedded-commits mailing list