[oe-commits] org.oe.dev busybox 1.7.2: replace run_part.c with the one we snatched of the mailinglist

koen commit openembedded-commits at lists.openembedded.org
Mon Oct 22 15:52:45 UTC 2007


busybox 1.7.2: replace run_part.c with the one we snatched of the mailinglist

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 70c98ecabf04e753c02721c28eb68c90f324d6de
ViewMTN: http://monotone.openembedded.org/revision/info/70c98ecabf04e753c02721c28eb68c90f324d6de
Files:
1
packages/busybox/busybox_1.7.2.bb
Diffs:

#
# mt diff -r9bf73e3ce3d178a8f906b34eb68394c5435e36e3 -r70c98ecabf04e753c02721c28eb68c90f324d6de
#
# 
# 
# patch "packages/busybox/busybox_1.7.2.bb"
#  from [e0995507653a71bc95bf32102ed875598938514d]
#    to [07cb779f36d353735584d53006f3eede1ea7fd89]
# 
============================================================
--- packages/busybox/busybox_1.7.2.bb	e0995507653a71bc95bf32102ed875598938514d
+++ packages/busybox/busybox_1.7.2.bb	07cb779f36d353735584d53006f3eede1ea7fd89
@@ -1,6 +1,6 @@ require busybox.inc
 require busybox.inc
 
-PR = "r1"
+PR = "r2"
 
 DEFAULT_PREFERENCE = "-1"
 
@@ -14,7 +14,8 @@ SRC_URI = "http://www.busybox.net/downlo
            file://syslog \
            file://syslog.conf \
            file://udhcpscript.patch;patch=1 \
-           file://umount.busybox"
+           file://umount.busybox \
+	   file://run_parts.c"
 
 
 SRC_URI += "http://busybox.net/downloads/fixes-1.7.2/busybox-1.7.2-ash.patch;patch=1 \
@@ -26,6 +27,7 @@ do_configure () {
 EXTRA_OEMAKE_append = " 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