xorg-lib: inherit gettext class instead of adding gettext to DEPENDS directly

(From OE-Core rev: ee1be44976fcb8d584fee5f5c30f4f95abec76ed)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-03-31 20:59:32 -07:00 committed by Richard Purdie
parent bffd29b0da
commit e45f2254a0
3 changed files with 7 additions and 4 deletions

View File

@ -6,10 +6,12 @@ both client-side and server-side."
require xorg-lib-common.inc
inherit gettext
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec"
DEPENDS += " xproto gettext"
DEPENDS += " xproto"
PROVIDES = "xau"
PR = "r0"

View File

@ -8,6 +8,8 @@ autonomous display."
require xorg-lib-common.inc
inherit gettext
LICENSE = "MIT-style"
LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123"
@ -17,8 +19,6 @@ PROVIDES = "xdmcp"
PR = "r0"
PE = "1"
DEPENDS += "gettext"
XORG_PN = "libXdmcp"
BBCLASSEXTEND = "native nativesdk"

View File

@ -16,7 +16,8 @@ PE = "1"
PR = "r0"
RDEPENDS_${PN}-dev = ""
DEPENDS += "gettext"
inherit gettext
BBCLASSEXTEND = "native nativesdk"