[oe-commits] Henning Heinold : dbus-glib: fix do_install and bump INC_PR

git version control git at git.openembedded.org
Wed Jul 28 09:27:07 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3add3f57bedd4887dd72be4b5a057d8062c6a2bd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3add3f57bedd4887dd72be4b5a057d8062c6a2bd

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Wed Jul 28 11:24:23 2010 +0200

dbus-glib: fix do_install and bump INC_PR

---

 recipes/dbus/dbus-glib.inc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc
index b4e968c..4db734b 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
 }





More information about the Openembedded-commits mailing list