diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:58:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:33:02 +0100 |
commit | 31945c914ca45e404d5c72210c9be16161cc1228 (patch) | |
tree | a79c6f4ea2c4985151bfe23ccecb0acd51e36c9b /meta | |
parent | 59d0aed3615ce08203139137d70d38ea8b9fe9d9 (diff) | |
download | openembedded-core-31945c914ca45e404d5c72210c9be16161cc1228.tar.gz openembedded-core-31945c914ca45e404d5c72210c9be16161cc1228.tar.bz2 openembedded-core-31945c914ca45e404d5c72210c9be16161cc1228.zip |
xorg-proto: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta')
4 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb index 19fe3286c8..9c31a3980f 100644 --- a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb +++ b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb @@ -3,8 +3,6 @@ require xorg-proto-common.inc PR = "r0" PE = "1" -DEPENDS += "gettext" - SUMMARY = "BigReqs: X Big Requests extension headers" DESCRIPTION = "This package provides the wire protocol for the \ diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb index cd62534fa0..f1f7cbbde2 100644 --- a/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb +++ b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb @@ -13,8 +13,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ PR = "r0" PE = "1" -DEPENDS += "gettext" - BBCLASSEXTEND = "native nativesdk" SRC_URI[md5sum] = "e7edb59a3f54af15f749e8f3e314ee62" diff --git a/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.1.bb b/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.1.bb index 1b34a5d878..af5ddfd182 100644 --- a/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.1.bb +++ b/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.1.bb @@ -12,8 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=09d83047c15994e05db29b423ed6662e" PR = "r0" PE = "1" -DEPENDS += "gettext" - BBCLASSEXTEND = "native nativesdk" SRC_URI[md5sum] = "cd7372cd827bfd7ca7e9238f2ce274b1" diff --git a/meta/recipes-graphics/xorg-proto/xf86bigfontproto_1.2.0.bb b/meta/recipes-graphics/xorg-proto/xf86bigfontproto_1.2.0.bb index d80c0f18c5..969fc91364 100644 --- a/meta/recipes-graphics/xorg-proto/xf86bigfontproto_1.2.0.bb +++ b/meta/recipes-graphics/xorg-proto/xf86bigfontproto_1.2.0.bb @@ -12,8 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" PR = "r1" PE = "1" -DEPENDS += "gettext" - BBCLASSEXTEND = "native nativesdk" SRC_URI[md5sum] = "120e226ede5a4687b25dd357cc9b8efe" |