Add Busybox 1.00-pre3.
authorChris Larson <clarson@kergoth.com>
Sat, 13 Sep 2003 19:12:56 +0000 (19:12 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 13 Sep 2003 19:12:56 +0000 (19:12 +0000)
BKrev: 3f636c380iKREmr5FScPhQPZ2sjaKg

22 files changed:
content/busybox-1.00-pre2.oe
content/busybox-1.00-pre2/busybox-suidinstall.patch [moved from content/busybox-1.00-pre2-r0/busybox-suidinstall.patch with 100% similarity]
content/busybox-1.00-pre2/console.patch [moved from content/busybox-1.00-pre2-r0/console.patch with 100% similarity]
content/busybox-1.00-pre2/defconfig [moved from content/busybox-1.00-pre2-r0/defconfig with 100% similarity]
content/busybox-1.00-pre2/dhcp-retrytime.patch [moved from content/busybox-1.00-pre2-r0/dhcp-retrytime.patch with 100% similarity]
content/busybox-1.00-pre2/hwclock.sh [moved from content/busybox-1.00-pre2-r0/hwclock.sh with 100% similarity]
content/busybox-1.00-pre2/postinst [moved from content/busybox-1.00-pre2-r0/postinst with 100% similarity]
content/busybox-1.00-pre2/prerm [moved from content/busybox-1.00-pre2-r0/prerm with 100% similarity]
content/busybox-1.00-pre2/silence-hwclock.patch [moved from content/busybox-1.00-pre2-r0/silence-hwclock.patch with 100% similarity]
content/busybox-1.00-pre2/syslog [moved from content/busybox-1.00-pre2-r0/syslog with 100% similarity]
content/busybox-1.00-pre2/tar.patch [moved from content/busybox-1.00-pre2-r0/tar.patch with 100% similarity]
content/busybox-1.00-pre3.oe [new file with mode: 0644]
content/busybox-1.00-pre3/busybox-suidinstall.patch [new file with mode: 0644]
content/busybox-1.00-pre3/console.patch [new file with mode: 0644]
content/busybox-1.00-pre3/defconfig [new file with mode: 0644]
content/busybox-1.00-pre3/dhcp-retrytime.patch [new file with mode: 0644]
content/busybox-1.00-pre3/hwclock.sh [new file with mode: 0644]
content/busybox-1.00-pre3/postinst [new file with mode: 0644]
content/busybox-1.00-pre3/prerm [new file with mode: 0644]
content/busybox-1.00-pre3/silence-hwclock.patch [new file with mode: 0644]
content/busybox-1.00-pre3/syslog [new file with mode: 0644]
content/busybox-1.00-pre3/tar.patch [new file with mode: 0644]

index 883dceb..2fcd689 100644 (file)
@@ -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-pre3.oe b/content/busybox-1.00-pre3.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/busybox-suidinstall.patch b/content/busybox-1.00-pre3/busybox-suidinstall.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/console.patch b/content/busybox-1.00-pre3/console.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/defconfig b/content/busybox-1.00-pre3/defconfig
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/dhcp-retrytime.patch b/content/busybox-1.00-pre3/dhcp-retrytime.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/hwclock.sh b/content/busybox-1.00-pre3/hwclock.sh
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/postinst b/content/busybox-1.00-pre3/postinst
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/prerm b/content/busybox-1.00-pre3/prerm
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/silence-hwclock.patch b/content/busybox-1.00-pre3/silence-hwclock.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/syslog b/content/busybox-1.00-pre3/syslog
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/busybox-1.00-pre3/tar.patch b/content/busybox-1.00-pre3/tar.patch
new file mode 100644 (file)
index 0000000..e69de29