diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:24:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 12:47:51 +0100 |
commit | daed175690fe0f3878f6cfaa2b1fd3c9e49168e0 (patch) | |
tree | 4b05405b9b8f141fd8c42b6a1b58b601ee725e07 /meta/recipes-connectivity | |
parent | 0fabdb5c8f550f811341640fd79727dbfa283b98 (diff) | |
download | openembedded-core-daed175690fe0f3878f6cfaa2b1fd3c9e49168e0.tar.gz openembedded-core-daed175690fe0f3878f6cfaa2b1fd3c9e49168e0.tar.bz2 openembedded-core-daed175690fe0f3878f6cfaa2b1fd3c9e49168e0.zip |
galago: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-connectivity/galago/libgalago_0.5.2.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb index 5d981af95b..01f0ef7c12 100644 --- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb +++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Galago is a desktop presence framework, designed to transmit pr HOMEPAGE = "http://www.galago-project.org/" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -DEPENDS = "gettext libgalago dbus glib-2.0" +DEPENDS = "libgalago dbus glib-2.0" SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz " @@ -14,5 +14,5 @@ EXTRA_OECONF = "--disable-binreloc --disable-check --disable-tests" FILES_${PN} += "${datadir}/dbus-1/services/" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb index b1b8ce7464..6d9f76b860 100644 --- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb +++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb @@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ file://libgalago/galago.h;endline=21;md5=141785cb9ec62067398dda136a7bb401" -DEPENDS = "gettext dbus glib-2.0 dbus-glib" +DEPENDS = "dbus glib-2.0 dbus-glib" SRC_URI = "http://www.galago-project.org/files/releases/source/${BPN}/${P}.tar.gz \ file://mkdir.patch;patch=1 \ @@ -15,6 +15,6 @@ SRC_URI[md5sum] = "7ec92f2ecba1309ac4b71b4b4d8d0a0d" SRC_URI[sha256sum] = "9b7c9845e2f661dbf5c2595e67bc7afd48f090ac2c033726c89d7f0e90791dfa" PR = "r2" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext EXTRA_OECONF = "--disable-tests --disable-check" |