From b40a1f32524e2c2fe6809f15527928d135286c41 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 10 Jun 2011 16:32:17 +0100 Subject: busybox: disable legacy bits, enable zcip --- recipes/busybox/busybox_1.18.4.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/busybox/busybox_1.18.4.bbappend') diff --git a/recipes/busybox/busybox_1.18.4.bbappend b/recipes/busybox/busybox_1.18.4.bbappend index 435ba43..cf980ab 100644 --- a/recipes/busybox/busybox_1.18.4.bbappend +++ b/recipes/busybox/busybox_1.18.4.bbappend @@ -1,4 +1,4 @@ -PR .= ".2" +PR .= ".3" THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" -FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}-${PV}"], d)}:" +FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}-${PV}", "${THISDIR}/files"], d)}:" -- cgit 1.2.3-korg