summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/busybox/busybox_1.00.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
commit5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch)
tree45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/busybox/busybox_1.00.bb
parent42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff)
downloadpoky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/busybox/busybox_1.00.bb')
-rw-r--r--openembedded/packages/busybox/busybox_1.00.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/packages/busybox/busybox_1.00.bb b/openembedded/packages/busybox/busybox_1.00.bb
index 988265d72c..5b770669c1 100644
--- a/openembedded/packages/busybox/busybox_1.00.bb
+++ b/openembedded/packages/busybox/busybox_1.00.bb
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net"
10LICENSE = "GPL" 10LICENSE = "GPL"
11SECTION = "base" 11SECTION = "base"
12PRIORITY = "required" 12PRIORITY = "required"
13PR = "r30" 13PR = "r32"
14 14
15SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ 15SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
16 file://add-getkey-applet.patch;patch=1 \ 16 file://add-getkey-applet.patch;patch=1 \
@@ -28,6 +28,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
28 file://dhcp-hostname.patch;patch=1 \ 28 file://dhcp-hostname.patch;patch=1 \
29 file://gzip-spurious-const.patch;patch=1 \ 29 file://gzip-spurious-const.patch;patch=1 \
30 file://ifupdown-spurious-environ.patch;patch=1 \ 30 file://ifupdown-spurious-environ.patch;patch=1 \
31 file://uclibc_posix.patch;patch=1 \
31 file://defconfig \ 32 file://defconfig \
32 file://busybox-cron \ 33 file://busybox-cron \
33 file://busybox-httpd \ 34 file://busybox-httpd \
@@ -56,8 +57,8 @@ INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd"
56INITSCRIPT_NAME_${PN} = "syslog" 57INITSCRIPT_NAME_${PN} = "syslog"
57CONFFILES_${PN} = "${sysconfdir}/syslog.conf" 58CONFFILES_${PN} = "${sysconfdir}/syslog.conf"
58 59
59# This disables the syslog startup links in openslug (see openslug-init) 60# This disables the syslog startup links in slugos (see slugos-init)
60INITSCRIPT_PARAMS_${PN}_openslug = "start 20 ." 61INITSCRIPT_PARAMS_${PN}_slugos = "start 20 ."
61 62
62inherit cml1 update-rc.d 63inherit cml1 update-rc.d
63 64