diff options
Diffstat (limited to 'recipes/blueman/blueman_1.10.bb')
-rw-r--r-- | recipes/blueman/blueman_1.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/blueman/blueman_1.10.bb b/recipes/blueman/blueman_1.10.bb index 61309023c5..e382a8b765 100644 --- a/recipes/blueman/blueman_1.10.bb +++ b/recipes/blueman/blueman_1.10.bb @@ -7,7 +7,7 @@ RDEPENDS = "python-dbus python-pygobject python dbus bluez4 python-pygtk python- PR = "r1" -inherit autotools pkgconfig +inherit autotools pkgconfig python-dir EXTRA_OECONF += "--with-no-runtime-deps-check" @@ -18,7 +18,7 @@ SRC_URI = "\ http://download.tuxfamily.org/blueman/blueman-${PV}.tar.gz\ " -FILES_${PN}-dbg += "${libdir}/python2.6/site-packages/.debug" +FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug" FILES_${PN} += "${libdir} ${datadir}" do_configure_prepend() { |