diff options
| author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:59:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:44:39 +0100 |
| commit | e45f2254a0c9a1c0a1dedd2055dfaf22b640e40a (patch) | |
| tree | 254af1f6ce1add0966e23a1e40f9ffa9fa4a9e0c | |
| parent | bffd29b0da0925cb6335440b0121746bab7d3686 (diff) | |
| download | poky-e45f2254a0c9a1c0a1dedd2055dfaf22b640e40a.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb index 79078efddd..793008b797 100644 --- a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb | |||
| @@ -6,10 +6,12 @@ both client-side and server-side." | |||
| 6 | 6 | ||
| 7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
| 8 | 8 | ||
| 9 | inherit gettext | ||
| 10 | |||
| 9 | LICENSE = "MIT-style" | 11 | LICENSE = "MIT-style" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" |
| 11 | 13 | ||
| 12 | DEPENDS += " xproto gettext" | 14 | DEPENDS += " xproto" |
| 13 | PROVIDES = "xau" | 15 | PROVIDES = "xau" |
| 14 | 16 | ||
| 15 | PR = "r0" | 17 | PR = "r0" |
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb index d897dab0f5..483dce3aea 100644 --- a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb | |||
| @@ -8,6 +8,8 @@ autonomous display." | |||
| 8 | 8 | ||
| 9 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
| 10 | 10 | ||
| 11 | inherit gettext | ||
| 12 | |||
| 11 | LICENSE = "MIT-style" | 13 | LICENSE = "MIT-style" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" |
| 13 | 15 | ||
| @@ -17,8 +19,6 @@ PROVIDES = "xdmcp" | |||
| 17 | PR = "r0" | 19 | PR = "r0" |
| 18 | PE = "1" | 20 | PE = "1" |
| 19 | 21 | ||
| 20 | DEPENDS += "gettext" | ||
| 21 | |||
| 22 | XORG_PN = "libXdmcp" | 22 | XORG_PN = "libXdmcp" |
| 23 | 23 | ||
| 24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb index 335f020a26..19abe5a317 100644 --- a/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb +++ b/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb | |||
| @@ -16,7 +16,8 @@ PE = "1" | |||
| 16 | PR = "r0" | 16 | PR = "r0" |
| 17 | 17 | ||
| 18 | RDEPENDS_${PN}-dev = "" | 18 | RDEPENDS_${PN}-dev = "" |
| 19 | DEPENDS += "gettext" | 19 | |
| 20 | inherit gettext | ||
| 20 | 21 | ||
| 21 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
| 22 | 23 | ||
