aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bootsplash
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-22 12:08:53 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-02-22 12:08:53 +0000
commit08752ad7c3067ddb8a2f58fb6c7a74b831791beb (patch)
tree608ce121395822338b517ec77ecdc5fa7e462b54 /packages/bootsplash
parentaeadc77957a6b716256cd39bc10cd82dbf1d8c30 (diff)
downloadopenembedded-08752ad7c3067ddb8a2f58fb6c7a74b831791beb.tar.gz
bootsplash-native: add jpeg-native to DEPENDS. Fixes 1947.
Diffstat (limited to 'packages/bootsplash')
-rw-r--r--packages/bootsplash/bootsplash-native_3.0.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/bootsplash/bootsplash-native_3.0.7.bb b/packages/bootsplash/bootsplash-native_3.0.7.bb
index 7eabf484ac..bc5956d2c4 100644
--- a/packages/bootsplash/bootsplash-native_3.0.7.bb
+++ b/packages/bootsplash/bootsplash-native_3.0.7.bb
@@ -4,6 +4,8 @@
require bootsplash_${PV}.bb
+DEPENDS += "jpeg-native"
+
inherit native
S="${WORKDIR}/bootsplash-${PV}"