diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-06-03 07:52:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 17:53:13 +0100 |
commit | e7114046be6e71fb326477dc882adb814ef6a751 (patch) | |
tree | 34c2f7ac7cb10d92ac7e68130dc54e85a0729a2b /meta-yocto/recipes-core | |
parent | f2b265fc3cb8ef8d36399e5a6d7392a65761b0b1 (diff) | |
download | poky-e7114046be6e71fb326477dc882adb814ef6a751.tar.gz |
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: efdae2531ac6462f11568499441614279864a755)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/recipes-core')
-rw-r--r-- | meta-yocto/recipes-core/busybox/busybox_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | FILESEXTRAPATHS_prepend_poky := "${THISDIR}/${P}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" |
2 | 2 | ||