crosswalk-thirdparty.inc: fix dependencies
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 16:00:00 +0000 (08:00 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 16:29:22 +0000 (08:29 -0800)
The automatic spec2yocto refresh was missing some dependency mapping
and/or fixing. As a temporary solutin let's fix that manually.

Change-Id: I3fee570dd402d7f2dac3a39381dfc38a82211666

meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc

index 1eda33d..bc0808c 100644 (file)
@@ -25,7 +25,8 @@ RDEPENDS_${PN} += "ss-server"
 
 DEPENDS = ""
 #DEPENDS of crosswalk-thirdparty
-DEPENDS += "pkgconfig(protobuf)"
+DEPENDS_append_class-target = " protobuf-native"
+DEPENDS += "protobuf"
 DEPENDS += "cairo"
 DEPENDS += "expat"
 DEPENDS += "udev"