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-06 09:27:34 +0100 |
commit | 05d751c23a9952ec7f4445ce356f220f0c0b0830 (patch) | |
tree | a9afce72bc1e50de85dc05dd7657fdc9ef980ced /meta-yocto/recipes-core | |
parent | b8f6c7c794438fcfacef4fed8a9285f5dd2cb663 (diff) | |
download | poky-05d751c23a9952ec7f4445ce356f220f0c0b0830.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: 34b3fde299faa47cf6330cefa46b0e54ddcbbc42)
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 | ||