diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-07 11:40:52 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-07 11:40:52 +0200 |
commit | a182472b50d05ed51b0763af22adb7f2d17acc66 (patch) | |
tree | 9a160e05d6cf60cae948236682f722af6ac791e8 /recipes/libsigc++-2.0 | |
parent | 9dcb92605b704c6266a9914eebc1835600524cae (diff) |
libsigc++: add dep on mm-common
Diffstat (limited to 'recipes/libsigc++-2.0')
-rw-r--r-- | 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 c4462309de..2cff1f5de1 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 \ " |