From 835013ce31ec0674e451dc3a249c05d016845f8a Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Sep 2003 19:12:56 +0000 Subject: [PATCH] Add Busybox 1.00-pre3. BKrev: 3f636c380iKREmr5FScPhQPZ2sjaKg --- content/busybox-1.00-pre2.oe | 13 ++++--------- .../busybox-suidinstall.patch | 0 .../console.patch | 0 .../defconfig | 0 .../dhcp-retrytime.patch | 0 .../hwclock.sh | 0 .../postinst | 0 .../prerm | 0 .../silence-hwclock.patch | 0 .../syslog | 0 .../tar.patch | 0 content/busybox-1.00-pre3.oe | 0 content/busybox-1.00-pre3/busybox-suidinstall.patch | 0 content/busybox-1.00-pre3/console.patch | 0 content/busybox-1.00-pre3/defconfig | 0 content/busybox-1.00-pre3/dhcp-retrytime.patch | 0 content/busybox-1.00-pre3/hwclock.sh | 0 content/busybox-1.00-pre3/postinst | 0 content/busybox-1.00-pre3/prerm | 0 content/busybox-1.00-pre3/silence-hwclock.patch | 0 content/busybox-1.00-pre3/syslog | 0 content/busybox-1.00-pre3/tar.patch | 0 22 files changed, 4 insertions(+), 9 deletions(-) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/busybox-suidinstall.patch (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/console.patch (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/defconfig (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/dhcp-retrytime.patch (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/hwclock.sh (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/postinst (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/prerm (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/silence-hwclock.patch (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/syslog (100%) rename content/{busybox-1.00-pre2-r0 => busybox-1.00-pre2}/tar.patch (100%) create mode 100644 content/busybox-1.00-pre3.oe create mode 100644 content/busybox-1.00-pre3/busybox-suidinstall.patch create mode 100644 content/busybox-1.00-pre3/console.patch create mode 100644 content/busybox-1.00-pre3/defconfig create mode 100644 content/busybox-1.00-pre3/dhcp-retrytime.patch create mode 100644 content/busybox-1.00-pre3/hwclock.sh create mode 100644 content/busybox-1.00-pre3/postinst create mode 100644 content/busybox-1.00-pre3/prerm create mode 100644 content/busybox-1.00-pre3/silence-hwclock.patch create mode 100644 content/busybox-1.00-pre3/syslog create mode 100644 content/busybox-1.00-pre3/tar.patch 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 -- 2.39.5