[poky] [PATCH 2/2] busybox: fix meta-yocto's bbappend's FILESEXTRAPATH

Saul Wold sgw at linux.intel.com
Mon Jun 2 17:11:34 PDT 2014


The FILESEXTRAPATH was not getting used correctly since our distro
OVERRIDE is for poky-tiny, not poky, so just remove it, also we are
not using a version directory so ensure we get correct BPN (Base Package
Name).

[YOCTO #6353]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta-yocto/recipes-core/busybox/busybox_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/recipes-core/busybox/busybox_%.bbappend b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
index 0005787..ffe8631 100644
--- a/meta-yocto/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-yocto/recipes-core/busybox/busybox_%.bbappend
@@ -1,2 +1,2 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
+FILESEXTRAPATHS_prepend_poky := "${THISDIR}/${P}:"
 
-- 
1.8.3.1



More information about the poky mailing list