diff options
author | Michael Smith <msmith@cbnco.com> | 2009-06-07 16:43:26 -0400 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-08 10:14:05 +0100 |
commit | 654cb590ae11f3ada8ed877a6f81f14cabe7b506 (patch) | |
tree | 12ac94e4c9c5ae53a73b7f10f6624cf7762168ff /recipes/busybox/busybox_1.11.3.bb | |
parent | 86f777c46c59a3344790ffdc6e4da20c51504d58 (diff) |
busybox: fix udhcpc default script location when prefix is not "/usr"
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/busybox/busybox_1.11.3.bb')
-rw-r--r-- | recipes/busybox/busybox_1.11.3.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes/busybox/busybox_1.11.3.bb b/recipes/busybox/busybox_1.11.3.bb index 673fe15ba7..551826438b 100644 --- a/recipes/busybox/busybox_1.11.3.bb +++ b/recipes/busybox/busybox_1.11.3.bb @@ -25,11 +25,6 @@ SRC_URI = "\ EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" -do_configure () { - install -m 0644 ${WORKDIR}/defconfig ${S}/.config - cml1_do_configure -} - do_install_append() { install -m 0644 ${WORKDIR}/mdev.conf ${D}${sysconfdir}/ install -d ${D}${sysconfdir}/init.d/ |