dbus-python: add missing dependency
[scm/bb/meta-tizen.git] / recipes-tizen / dbus-python / dbus-python-extraconf.inc
1 PROVIDES += "python-dbus"
2 RPROVIDES_${PN} += "python-dbus"
3
4 DEPENDS += "python"
5
6 do_compile_prepend() {
7     export BUILD_SYS=${BUILD_SYS}
8     export HOST_SYS=${HOST_SYS}
9     export STAGING_LIBDIR=${STAGING_LIBDIR}
10     export STAGING_INCDIR=${STAGING_INCDIR}
11 }
12
13 FILES_${PN}-dbg += "${prefix}/lib/python2.7/site-packages/.debug"
14
15 FILES_${PN} += "/usr/share"