diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 21:08:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:09:51 +0100 |
commit | 55a8009ece2aaac04ec416422ba0b241abe7505f (patch) | |
tree | 028cba80cbd28f4dc0295c6e79514b0b696ce4e3 /meta/recipes-support | |
parent | 7bb111d3fb7aeb0b0984c61ab709255b73e3684a (diff) | |
download | poky-55a8009ece2aaac04ec416422ba0b241abe7505f.tar.gz |
libgpg-error: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: c43a93c9d6c1e70c765afb6e2af0a2c52f35935e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.9.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb index 479a11fb6f..560340bfc8 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.9.bb | |||
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
10 | 10 | ||
11 | 11 | ||
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | DEPENDS = "gettext" | ||
14 | PR = "r0" | 13 | PR = "r0" |
15 | 14 | ||
16 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ |
@@ -23,4 +22,4 @@ SRC_URI[sha256sum] = "54d9326bfbd46c705963c507953f65a40576d04b374e131008dc5b732f | |||
23 | FILES_${PN} = "${libdir}/lib*.so.*" | 22 | FILES_${PN} = "${libdir}/lib*.so.*" |
24 | FILES_${PN}-dev += "${bindir}/*" | 23 | FILES_${PN}-dev += "${bindir}/*" |
25 | 24 | ||
26 | inherit autotools binconfig pkgconfig | 25 | inherit autotools binconfig pkgconfig gettext |