diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-22 12:08:53 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-22 12:08:53 +0000 |
commit | 08752ad7c3067ddb8a2f58fb6c7a74b831791beb (patch) | |
tree | 608ce121395822338b517ec77ecdc5fa7e462b54 /packages/bootsplash | |
parent | aeadc77957a6b716256cd39bc10cd82dbf1d8c30 (diff) |
bootsplash-native: add jpeg-native to DEPENDS. Fixes 1947.
Diffstat (limited to 'packages/bootsplash')
-rw-r--r-- | packages/bootsplash/bootsplash-native_3.0.7.bb | 2 |
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}" |