diff options
Diffstat (limited to 'meta/packages/busybox/busybox_1.15.3.bb')
-rw-r--r-- | meta/packages/busybox/busybox_1.15.3.bb | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/meta/packages/busybox/busybox_1.15.3.bb b/meta/packages/busybox/busybox_1.15.3.bb index 25c2983e1e..4e465825ce 100644 --- a/meta/packages/busybox/busybox_1.15.3.bb +++ b/meta/packages/busybox/busybox_1.15.3.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | PR = "1" | 2 | PR = "2" |
3 | 3 | ||
4 | SRC_URI = "\ | 4 | SRC_URI = "\ |
5 | http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | 5 | http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ |
@@ -14,24 +14,14 @@ SRC_URI = "\ | |||
14 | file://busybox-cron \ | 14 | file://busybox-cron \ |
15 | file://busybox-httpd \ | 15 | file://busybox-httpd \ |
16 | file://busybox-udhcpd \ | 16 | file://busybox-udhcpd \ |
17 | file://default.script file://simple.script \ | 17 | file://default.script \ |
18 | file://simple.script \ | ||
18 | file://hwclock.sh \ | 19 | file://hwclock.sh \ |
19 | file://mount.busybox \ | 20 | file://mount.busybox \ |
20 | file://mountall \ | ||
21 | file://syslog \ | 21 | file://syslog \ |
22 | file://syslog.conf \ | 22 | file://syslog.conf \ |
23 | file://umount.busybox \ | 23 | file://umount.busybox \ |
24 | file://defconfig \ | 24 | file://defconfig \ |
25 | file://mdev \ | ||
26 | file://mdev.conf \ | ||
27 | " | 25 | " |
28 | 26 | ||
29 | EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" | 27 | EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" \ No newline at end of file |
30 | |||
31 | do_install_append() { | ||
32 | install -m 0644 ${WORKDIR}/mdev.conf ${D}${sysconfdir}/ | ||
33 | install -d ${D}${sysconfdir}/init.d/ | ||
34 | install -d ${D}${sysconfdir}/mdev | ||
35 | install -m 0755 ${WORKDIR}/find-touchscreen.sh ${D}${sysconfdir}/mdev/ | ||
36 | install -m 0755 ${WORKDIR}/mdev ${D}${sysconfdir}/init.d/ | ||
37 | } | ||