vconf-buxton.inc: fix dependencies
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 15:55:03 +0000 (07:55 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 27 Jan 2015 15:55:03 +0000 (07:55 -0800)
The automatic spec2yocto refresh was missing some dependency mapping and/or
fixing. As a temporary solutin let's fix that manually.

Change-Id: Icd744b96b20fc88c77b267ba90f65285611381de

meta-tizen-common-base/recipes-application-framework/vconf-buxton/vconf-buxton.inc

index 04951be..c260931 100644 (file)
@@ -43,13 +43,13 @@ RDEPENDS_${PN}-keys-dev += "vconf-buxton"
 RDEPENDS_${PN}-keys-dev += "vconf-internal-keys-dev"
 
 #RDEPENDS of vconf-buxton (${PN})
-RDEPENDS_${PN} += "glibc"
+RDEPENDS_${PN}_class-target += "glibc"
 
 
 DEPENDS = ""
 #DEPENDS of vconf-buxton
 DEPENDS += "vconf-internal-keys"
-DEPENDS += "pkgconfig(buxton)"
+DEPENDS += "buxton"
 inherit tizen_cmake
 inherit pkgconfig
 DEPENDS += "glib-2.0"