From 231bf6fc05ba6022092f056f0f2db9f4c6db91b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 10 Sep 2014 14:45:43 +0200 Subject: [PATCH] dbus-python: add missing dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add missing build dependency to python. Change-Id: Ic0cc0ab745596f1e9422768c4608156512afcd78 Signed-off-by: Kévin THIERRY --- recipes-tizen/dbus-python/dbus-python-extraconf.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-tizen/dbus-python/dbus-python-extraconf.inc b/recipes-tizen/dbus-python/dbus-python-extraconf.inc index 13108ba..3a23aa0 100644 --- a/recipes-tizen/dbus-python/dbus-python-extraconf.inc +++ b/recipes-tizen/dbus-python/dbus-python-extraconf.inc @@ -1,3 +1,8 @@ +PROVIDES += "python-dbus" +RPROVIDES_${PN} += "python-dbus" + +DEPENDS += "python" + do_compile_prepend() { export BUILD_SYS=${BUILD_SYS} export HOST_SYS=${HOST_SYS} @@ -8,6 +13,3 @@ do_compile_prepend() { FILES_${PN}-dbg += "${prefix}/lib/python2.7/site-packages/.debug" FILES_${PN} += "/usr/share" - -PROVIDES += "python-dbus" -RPROVIDES_${PN} += "python-dbus" \ No newline at end of file -- 2.7.4