diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
commit | 5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch) | |
tree | 45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/busybox/busybox_1.00.bb | |
parent | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff) | |
download | poky-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.bb | 7 |
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" | |||
10 | LICENSE = "GPL" | 10 | LICENSE = "GPL" |
11 | SECTION = "base" | 11 | SECTION = "base" |
12 | PRIORITY = "required" | 12 | PRIORITY = "required" |
13 | PR = "r30" | 13 | PR = "r32" |
14 | 14 | ||
15 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ | 15 | SRC_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" | |||
56 | INITSCRIPT_NAME_${PN} = "syslog" | 57 | INITSCRIPT_NAME_${PN} = "syslog" |
57 | CONFFILES_${PN} = "${sysconfdir}/syslog.conf" | 58 | CONFFILES_${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) |
60 | INITSCRIPT_PARAMS_${PN}_openslug = "start 20 ." | 61 | INITSCRIPT_PARAMS_${PN}_slugos = "start 20 ." |
61 | 62 | ||
62 | inherit cml1 update-rc.d | 63 | inherit cml1 update-rc.d |
63 | 64 | ||