From 654cb590ae11f3ada8ed877a6f81f14cabe7b506 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 7 Jun 2009 16:43:26 -0400 Subject: busybox: fix udhcpc default script location when prefix is not "/usr" Signed-off-by: Michael Smith --- recipes/busybox/busybox_1.11.3.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes/busybox/busybox_1.11.3.bb') 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/ -- cgit 1.2.3-korg