aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-07-28 11:24:23 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-07-28 11:25:18 +0200
commit3add3f57bedd4887dd72be4b5a057d8062c6a2bd (patch)
treee5c7d8ad02766d10543d078fa8ae4ca112afd900
parent2c35d6ebd9cc31045b2a7e6ff9ae2ffd79e1e164 (diff)
downloadopenembedded-3add3f57bedd4887dd72be4b5a057d8062c6a2bd.tar.gz
dbus-glib: fix do_install and bump INC_PR
-rw-r--r--recipes/dbus/dbus-glib.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc
index b4e968cac8..4db734b1e2 100644
--- a/recipes/dbus/dbus-glib.inc
+++ b/recipes/dbus/dbus-glib.inc
@@ -6,9 +6,8 @@ LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
DEPENDS_virtclass-native = "expat-native glib-2.0-native dbus-native"
-INC_PR = "r1"
+INC_PR = "r2"
-BBCLASSEXTEND = "native"
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
@@ -20,6 +19,8 @@ SRC_URI_virtclass-native = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-
inherit autotools pkgconfig gettext
+BBCLASSEXTEND = "native"
+
do_configure_prepend() {
install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml ${S}/tools/
install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/
@@ -30,7 +31,8 @@ do_configure_virtclass-native() {
autotools_do_configure
}
-do_install_virtclass-native_prepend() {
+do_install_virtclass-native() {
+ autotools_do_install
install -d ${D}${datadir}/dbus
install -m 0644 tools/dbus-glib-bindings.h ${D}${datadir}/dbus
}