diff options
author | 2013-06-24 14:17:18 +0000 | |
---|---|---|
committer | 2013-06-24 14:25:22 +0000 | |
commit | f6dbf42654aeec5f36dddedda6433a87e01ae726 (patch) | |
tree | f35521cac70f0c61af5cd6b349ccf5e7bf06d59a /meta-tlk | |
parent | c5a0c81e49e74fc5ddccb43dd8d3d89312389c44 (diff) | |
download | meta-intel-f6dbf42654aeec5f36dddedda6433a87e01ae726.tar.gz meta-intel-f6dbf42654aeec5f36dddedda6433a87e01ae726.tar.bz2 meta-intel-f6dbf42654aeec5f36dddedda6433a87e01ae726.zip |
meta-tlk/psplash: Drop uneeded DEPENDS
The core recipe correctly handles this dependency so no need for it in
the .bbappend.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-tlk')
-rw-r--r-- | meta-tlk/recipes-core/psplash/psplash_git.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-tlk/recipes-core/psplash/psplash_git.bbappend b/meta-tlk/recipes-core/psplash/psplash_git.bbappend index 6e8d3fa8..176a299e 100644 --- a/meta-tlk/recipes-core/psplash/psplash_git.bbappend +++ b/meta-tlk/recipes-core/psplash/psplash_git.bbappend @@ -1,7 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -DEPENDS += "gdk-pixbuf-native" - # NB: this is only for the main logo image; if you add multiple images here, # poky will build multiple psplash packages with 'outsuffix' in name for # each of these ... |