From 05d751c23a9952ec7f4445ce356f220f0c0b0830 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 3 Jun 2014 07:52:51 -0700 Subject: busybox: fix meta-yocto's bbappend's FILESEXTRAPATH 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] (From meta-yocto rev: 34b3fde299faa47cf6330cefa46b0e54ddcbbc42) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 ffe8631ab4..000578744a 100644 --- a/meta-yocto/recipes-core/busybox/busybox_%.bbappend +++ b/meta-yocto/recipes-core/busybox/busybox_%.bbappend @@ -1,2 +1,2 @@ -FILESEXTRAPATHS_prepend_poky := "${THISDIR}/${P}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" -- cgit v1.2.3-54-g00ecf