From 35114334bf299dba1f447bcb76a77fcf8ac35844 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Tue, 23 Sep 2014 10:41:36 +0200 Subject: [PATCH] dbus-python: require pkgconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I6ff380e794a8dc47e67476dc6c520c32826ab124 Signed-off-by: Kévin THIERRY --- recipes-tizen/dbus-python/dbus-python-extraconf.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-tizen/dbus-python/dbus-python-extraconf.inc b/recipes-tizen/dbus-python/dbus-python-extraconf.inc index 00acdc5..ad06b02 100644 --- a/recipes-tizen/dbus-python/dbus-python-extraconf.inc +++ b/recipes-tizen/dbus-python/dbus-python-extraconf.inc @@ -1,3 +1,5 @@ +inherit pkgconfig + PROVIDES += "python-dbus" RPROVIDES_${PN} += "python-dbus" @@ -16,4 +18,5 @@ FILES_${PN} += "/usr/share" RDEPENDS_${PN}_remove = "libxml2-python" -RDEPENDS_${PN} += "python-xml" \ No newline at end of file +RDEPENDS_${PN} += "python-xml" + -- 2.7.4