dbus-python: add missing dependency 04/27304/2
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 10 Sep 2014 12:45:43 +0000 (14:45 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 10 Sep 2014 14:28:20 +0000 (16:28 +0200)
Add missing build dependency to python.

Change-Id: Ic0cc0ab745596f1e9422768c4608156512afcd78
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/dbus-python/dbus-python-extraconf.inc

index 13108ba..3a23aa0 100644 (file)
@@ -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