From patchwork Wed May 11 20:27:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: busybox_git: update to today's master Date: Wed, 11 May 2011 20:27:55 -0000 From: Eric BENARD X-Patchwork-Id: 3771 Message-Id: <1305145675-12434-1-git-send-email-eric@eukrea.com> To: openembedded-devel@lists.openembedded.org this patch also fix build failure because of missing group file. Signed-off-by: Eric Bénard --- recipes/busybox/busybox_git.bb | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/busybox/busybox_git.bb b/recipes/busybox/busybox_git.bb index 3a6477f..a12eef2 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 \