[oe-commits] org.oe.dev busybox 1.9.1 add fix for lineedit on arm, remove our own version of run_parts.c which is identical

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Feb 19 18:52:28 UTC 2008


busybox 1.9.1 add fix for lineedit on arm, remove our own version of run_parts.c which is identical 
with upstream nowadays

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 816b87c83dbb6eab926bd35bc282cda62e90812d
ViewMTN: http://monotone.openembedded.org/revision/info/816b87c83dbb6eab926bd35bc282cda62e90812d
Files:
1
packages/busybox/busybox_1.9.1.bb
Diffs:

#
# mt diff -r36bb6fb4689ab0046e1682356946b30cd814b9eb -r816b87c83dbb6eab926bd35bc282cda62e90812d
#
# 
# 
# patch "packages/busybox/busybox_1.9.1.bb"
#  from [3a914925d1165b2233a86cff45de9256eb4eb9d3]
#    to [bc182dde57834bba53bbe9431d9fd0bba7e17521]
# 
============================================================
--- packages/busybox/busybox_1.9.1.bb	3a914925d1165b2233a86cff45de9256eb4eb9d3
+++ packages/busybox/busybox_1.9.1.bb	bc182dde57834bba53bbe9431d9fd0bba7e17521
@@ -1,7 +1,10 @@ require busybox.inc
 require busybox.inc
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
+           http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \
+           file://udhcpscript.patch;patch=1 \
+           file://adduser-longops.patch;patch=1 \
            file://busybox-cron \
            file://busybox-httpd \
            file://busybox-udhcpd \
@@ -10,16 +13,12 @@ SRC_URI = "http://www.busybox.net/downlo
            file://mount.busybox \
            file://syslog \
            file://syslog.conf \
-           file://udhcpscript.patch;patch=1 \
-           file://adduser-longops.patch;patch=1 \
            file://umount.busybox \
-           file://run_parts.c \
            file://defconfig"
 
 EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"
 
 do_configure () {
-	cp ${WORKDIR}/run_parts.c ${S}/debianutils/
 	install -m 0644 ${WORKDIR}/defconfig ${S}/.config
 	cml1_do_configure
 }






More information about the Openembedded-commits mailing list