Adjust dependencies for Navigation demo app 13/6113/4 2.0.0 blowfish_2.0.0
authorTomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
Tue, 12 Jul 2016 02:32:48 +0000 (02:32 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 14 Jul 2016 00:04:05 +0000 (00:04 +0000)
This fixes the configuration failure due to package
dependencies to wayland-egl.

Bug-AGL: SPEC-214

Change-Id: Ib7760a8c5860de89a19caec70a8733fd15e7f3af
Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama.qu@hitachi.com>
recipes-demo-hmi/Navigation/Navigation_0.0.7.bb

index 170e5cc..8f7e7a2 100755 (executable)
@@ -2,8 +2,8 @@ LICENSE="GPLv2"
 LIC_FILES_CHKSUM="file://LICENSE;md5=3595e9c703a847d990664d2b396a9df0 \
                   file://COPYING;md5=947b2d60ca3872e172034438e9801200"
 
-DEPENDS =        "glib-2.0 freetype sqlite3 wayland zlib expat openssl virtual/libgles2"
-RDEPENDS_${PN} = "glib-2.0 freetype sqlite3 wayland zlib expat openssl libegl libwayland-egl"
+DEPENDS =        "glib-2.0 freetype sqlite3 wayland zlib expat openssl virtual/libgles2 virtual/libgl virtual/egl wayland"
+#RDEPENDS_${PN} = "glib-2.0 freetype sqlite3 wayland zlib expat openssl libegl libwayland-egl"
 
 SRCREV="v0.0.7"
 SRC_URI="git://github.com/gpsnavi/gpsnavi.git"