[oe-commits] Koen Kooi : libsigc++: add dep on mm-common

git version control git at git.openembedded.org
Wed Apr 7 09:43:35 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr  7 11:40:52 2010 +0200

libsigc++: add dep on mm-common

---

 recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb
index c446230..2cff1f5 100644
--- a/recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb
+++ b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.5.bb
@@ -2,6 +2,9 @@ DESCRIPTION = "A library for loose coupling of C++ method calls"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL LGPL"
+
+DEPENDS = "mm-common"
+
 SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.gz;name=archive \
           "
 





More information about the Openembedded-commits mailing list