diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-21 14:21:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-21 14:23:31 +0100 |
commit | 54884c0b66b7cb42fc5f72d421f925cddecfb622 (patch) | |
tree | e08181eb01c58b13e8dadc70bc56dd35f8b01b5f | |
parent | 89023b76e51d76bc3477170ee11d303fe5127909 (diff) | |
download | poky-54884c0b66b7cb42fc5f72d421f925cddecfb622.tar.gz |
psplash: Drop PRINC from bbappend
Drop the PRINC from the bbapend since we no longer need to do this.
A corresponding PR bump will merge into OE-Core.
(From meta-yocto rev: bfbd6749e2264c9e45e070efd8267297dd8fc66a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/recipes-core/psplash/psplash_git.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-yocto/recipes-core/psplash/psplash_git.bbappend b/meta-yocto/recipes-core/psplash/psplash_git.bbappend index 3a9058e4c0..869d60a060 100644 --- a/meta-yocto/recipes-core/psplash/psplash_git.bbappend +++ b/meta-yocto/recipes-core/psplash/psplash_git.bbappend | |||
@@ -1,4 +1,2 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
2 | 2 | ||
3 | PRINC = "1" | ||
4 | |||