summaryrefslogtreecommitdiffstats
path: root/meta-tlk
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-24 14:17:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-24 14:25:22 +0000
commitf6dbf42654aeec5f36dddedda6433a87e01ae726 (patch)
treef35521cac70f0c61af5cd6b349ccf5e7bf06d59a /meta-tlk
parentc5a0c81e49e74fc5ddccb43dd8d3d89312389c44 (diff)
downloadmeta-intel-f6dbf42654aeec5f36dddedda6433a87e01ae726.tar.gz
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.bbappend2
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2 2
3DEPENDS += "gdk-pixbuf-native"
4
5# NB: this is only for the main logo image; if you add multiple images here, 3# NB: this is only for the main logo image; if you add multiple images here,
6# poky will build multiple psplash packages with 'outsuffix' in name for 4# poky will build multiple psplash packages with 'outsuffix' in name for
7# each of these ... 5# each of these ...