libx11: Use inherit gettext

Avoid direct depependency on gettext, inherit class instead

(From OE-Core rev: 9cf807f53af988f42ef7742ead58f78bcb869c10)

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-04-28 16:37:20 -07:00 committed by Richard Purdie
parent 499a7b911c
commit 6e0cede2fd
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,5 @@
require libx11.inc
inherit gettext
LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
@ -14,7 +15,7 @@ SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd"
SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844"
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native gettext"
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
EXTRA_OECONF += "--without-xcb"

View File

@ -1,11 +1,13 @@
require libx11.inc
require libx11_git.inc
inherit gettext
PR = "r2"
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
bigreqsproto xtrans libxau libxcb libxdmcp util-macros gettext"
bigreqsproto xtrans libxau libxcb libxdmcp util-macros"
DEFAULT_PREFERENCE = "-1"
BBCLASSEXTEND = "nativesdk"
BBCLASSEXTEND = "nativesdk"