From: Chris Larson Date: Sat, 13 Sep 2003 19:12:56 +0000 (+0000) Subject: Add Busybox 1.00-pre3. X-Git-Tag: Release-2010-05/1~20843 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=835013ce31ec0674e451dc3a249c05d016845f8a;p=openembedded.git Add Busybox 1.00-pre3. BKrev: 3f636c380iKREmr5FScPhQPZ2sjaKg --- diff --git a/content/busybox-1.00-pre2.oe b/content/busybox-1.00-pre2.oe index 883dceb91c..2fcd689f1c 100644 --- a/content/busybox-1.00-pre2.oe +++ b/content/busybox-1.00-pre2.oe @@ -29,20 +29,15 @@ do_compile () { do_install () { set -e - install -d ${D}/{bin,usr/share/udhcpc} - install -m 0755 busybox ${D}/bin/busybox - applets/busybox.mkll > ${D}/bin/busybox.links - install -d ${D}/usr/share/udhcpc ${D}/CONTROL ${D}/etc/init.d - install -m 0755 examples/udhcp/simple.script ${D}/usr/share/udhcpc/default.script - install -m 0755 ${FILESDIR}/syslog ${D}/etc/init.d/syslog; - install -m 0755 ${FILESDIR}/hwclock.sh ${D}/etc/init.d/hwclock.sh; + oe_runmake 'PREFIX=${D}' install + install -m 0755 ${FILESDIR}/syslog ${D}/etc/init.d/syslog + install -m 0755 ${FILESDIR}/hwclock.sh ${D}/etc/init.d/hwclock.sh } -do_package_ipk () { +do_package_ipk_prepend () { set -e install -m 0755 ${FILESDIR}/postinst ${D}/CONTROL/postinst; install -m 0755 ${FILESDIR}/prerm ${D}/CONTROL/prerm; - package_ipk_do_package_ipk } inherit cml1 base diff --git a/content/busybox-1.00-pre2-r0/busybox-suidinstall.patch b/content/busybox-1.00-pre2/busybox-suidinstall.patch similarity index 100% rename from content/busybox-1.00-pre2-r0/busybox-suidinstall.patch rename to content/busybox-1.00-pre2/busybox-suidinstall.patch diff --git a/content/busybox-1.00-pre2-r0/console.patch b/content/busybox-1.00-pre2/console.patch similarity index 100% rename from content/busybox-1.00-pre2-r0/console.patch rename to content/busybox-1.00-pre2/console.patch diff --git a/content/busybox-1.00-pre2-r0/defconfig b/content/busybox-1.00-pre2/defconfig similarity index 100% rename from content/busybox-1.00-pre2-r0/defconfig rename to content/busybox-1.00-pre2/defconfig diff --git a/content/busybox-1.00-pre2-r0/dhcp-retrytime.patch b/content/busybox-1.00-pre2/dhcp-retrytime.patch similarity index 100% rename from content/busybox-1.00-pre2-r0/dhcp-retrytime.patch rename to content/busybox-1.00-pre2/dhcp-retrytime.patch diff --git a/content/busybox-1.00-pre2-r0/hwclock.sh b/content/busybox-1.00-pre2/hwclock.sh similarity index 100% rename from content/busybox-1.00-pre2-r0/hwclock.sh rename to content/busybox-1.00-pre2/hwclock.sh diff --git a/content/busybox-1.00-pre2-r0/postinst b/content/busybox-1.00-pre2/postinst similarity index 100% rename from content/busybox-1.00-pre2-r0/postinst rename to content/busybox-1.00-pre2/postinst diff --git a/content/busybox-1.00-pre2-r0/prerm b/content/busybox-1.00-pre2/prerm similarity index 100% rename from content/busybox-1.00-pre2-r0/prerm rename to content/busybox-1.00-pre2/prerm diff --git a/content/busybox-1.00-pre2-r0/silence-hwclock.patch b/content/busybox-1.00-pre2/silence-hwclock.patch similarity index 100% rename from content/busybox-1.00-pre2-r0/silence-hwclock.patch rename to content/busybox-1.00-pre2/silence-hwclock.patch diff --git a/content/busybox-1.00-pre2-r0/syslog b/content/busybox-1.00-pre2/syslog similarity index 100% rename from content/busybox-1.00-pre2-r0/syslog rename to content/busybox-1.00-pre2/syslog diff --git a/content/busybox-1.00-pre2-r0/tar.patch b/content/busybox-1.00-pre2/tar.patch similarity index 100% rename from content/busybox-1.00-pre2-r0/tar.patch rename to content/busybox-1.00-pre2/tar.patch diff --git a/content/busybox-1.00-pre3.oe b/content/busybox-1.00-pre3.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/busybox-suidinstall.patch b/content/busybox-1.00-pre3/busybox-suidinstall.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/console.patch b/content/busybox-1.00-pre3/console.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/defconfig b/content/busybox-1.00-pre3/defconfig new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/dhcp-retrytime.patch b/content/busybox-1.00-pre3/dhcp-retrytime.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/hwclock.sh b/content/busybox-1.00-pre3/hwclock.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/postinst b/content/busybox-1.00-pre3/postinst new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/prerm b/content/busybox-1.00-pre3/prerm new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/silence-hwclock.patch b/content/busybox-1.00-pre3/silence-hwclock.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/syslog b/content/busybox-1.00-pre3/syslog new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/busybox-1.00-pre3/tar.patch b/content/busybox-1.00-pre3/tar.patch new file mode 100644 index 0000000000..e69de29bb2