diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-29 12:00:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-30 17:56:18 +0100 |
commit | 4b2906d972b7fc4b465a0430a67653745cf8578c (patch) | |
tree | 7aeb73274da043b378d22a68f5c3bf4468de400c /meta-yocto | |
parent | 5fd04b0258db6c89cf00c27463e3a6e23353d010 (diff) | |
download | poky-4b2906d972b7fc4b465a0430a67653745cf8578c.tar.gz |
recipes: Ensure that we only apply poky changes when poky is selected
(From meta-yocto rev: 5bd26f2d294f10d9119c6b81d0b368198ee96ed9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/recipes-core/busybox/busybox_1.21.1.bbappend | 2 | ||||
-rw-r--r-- | meta-yocto/recipes-core/psplash/psplash_git.bbappend | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/recipes-core/busybox/busybox_1.21.1.bbappend b/meta-yocto/recipes-core/busybox/busybox_1.21.1.bbappend index 1b83e48153..ffe8631ab4 100644 --- a/meta-yocto/recipes-core/busybox/busybox_1.21.1.bbappend +++ b/meta-yocto/recipes-core/busybox/busybox_1.21.1.bbappend | |||
@@ -1,2 +1,2 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" | 1 | FILESEXTRAPATHS_prepend_poky := "${THISDIR}/${P}:" |
2 | 2 | ||
diff --git a/meta-yocto/recipes-core/psplash/psplash_git.bbappend b/meta-yocto/recipes-core/psplash/psplash_git.bbappend index 869d60a060..433ef66977 100644 --- a/meta-yocto/recipes-core/psplash/psplash_git.bbappend +++ b/meta-yocto/recipes-core/psplash/psplash_git.bbappend | |||
@@ -1,2 +1,2 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend_poky := "${THISDIR}/files:" |
2 | 2 | ||