[oe-commits] Michael 'Mickey' Lauer : dbus-cxx: fix typo in BBCLASSEXTEND

git version control git at git.openembedded.org
Fri Jan 14 21:31:45 UTC 2011


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Jan 14 22:15:37 2011 +0100

dbus-cxx: fix typo in BBCLASSEXTEND

---

 recipes/dbus/dbus-cxx_0.7.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/dbus/dbus-cxx_0.7.0.bb b/recipes/dbus/dbus-cxx_0.7.0.bb
index 2db9221..6a178c6 100644
--- a/recipes/dbus/dbus-cxx_0.7.0.bb
+++ b/recipes/dbus/dbus-cxx_0.7.0.bb
@@ -15,4 +15,5 @@ SRC_URI[sha256sum] = "92218bd35240f76e359e767b7d5db54674599434f6b5bc568e5ab60f43
 
 inherit autotools
 
-BBCLASSEXTENDS = "native"
+BBCLASSEXTEND = "native"
+DEPENDS_virtclass-native = "dbus-native libsigc++-2.0-native"





More information about the Openembedded-commits mailing list