From 68fa6522aa30b2839bc2ecce6b0a67447ec6b945 Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Thu, 12 May 2011 04:27:55 +0000 Subject: busybox_git: update to today's master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this patch also fix build failure because of missing group file. Signed-off-by: Eric BĂ©nard --- recipes/busybox/busybox_git.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/busybox/busybox_git.bb b/recipes/busybox/busybox_git.bb index 3a6477f9ee..a12eef23e9 100644 --- a/recipes/busybox/busybox_git.bb +++ b/recipes/busybox/busybox_git.bb @@ -3,9 +3,9 @@ PR = "${INC_PR}.0" FILESPATHPKG =. "busybox-git:" -SRCREV = "6596380f52cd48b8b44443bb5677ec8caf538761" +SRCREV = "10c0131a8a1b3db7fd6b23b72ebd7b33afc7b018" -PV = "1.18.2+gitr${SRCREV}" +PV = "1.18.4+gitr${SRCREV}" S = "${WORKDIR}/git" @@ -20,8 +20,11 @@ SRC_URI = "\ file://busybox-httpd \ file://busybox-udhcpd \ file://default.script file://simple.script \ + file://group \ file://hwclock.sh \ file://hwclock-default \ + file://inetd \ + file://inetd.conf \ file://mount.busybox \ file://mountall \ file://passwd \ -- cgit 1.2.3-korg