diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-23 20:23:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 10:03:10 +0000 |
commit | 0e8f0f0a033c79611a15914fde5826876502af2e (patch) | |
tree | 6eaed12c3fbab03d9adf193e923b6e20e2937f0d /meta/recipes-graphics/xorg-font | |
parent | 35e3443b57d009bffd8904c7c6c3a4769193c1b4 (diff) | |
download | poky-0e8f0f0a033c79611a15914fde5826876502af2e.tar.gz |
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-font')
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-font/font-util_1.2.0.bb | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-font/xorg-font-common.inc | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb index f3b3716355..a1c3c63dc7 100644 --- a/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb +++ b/meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | |||
@@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ | |||
10 | file://100dpi/fonts.alias;md5=85bebd6ca213aa656c301a72eb4397cb" | 10 | file://100dpi/fonts.alias;md5=85bebd6ca213aa656c301a72eb4397cb" |
11 | 11 | ||
12 | DEPENDS = "virtual/xserver font-util" | 12 | DEPENDS = "virtual/xserver font-util" |
13 | RDEPENDS = "encodings font-util" | 13 | RDEPENDS_${PN} = "encodings font-util" |
14 | RDEPENDS_virtclass-native = "font-util" | 14 | RDEPENDS_${PN}_virtclass-native = "font-util" |
15 | 15 | ||
16 | PE = "1" | 16 | PE = "1" |
17 | PR = "${INC_PR}.0" | 17 | PR = "${INC_PR}.1" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562" | 19 | SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562" |
20 | SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a" | 20 | SRC_URI[sha256sum] = "8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a" |
diff --git a/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb b/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb index 972e9e3ae4..a04bd6d5a3 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.2.0.bb | |||
@@ -12,10 +12,10 @@ PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}" | |||
12 | 12 | ||
13 | DEPENDS = "encodings util-macros" | 13 | DEPENDS = "encodings util-macros" |
14 | DEPENDS_virtclass-native = "util-macros-native" | 14 | DEPENDS_virtclass-native = "util-macros-native" |
15 | RDEPENDS = "mkfontdir mkfontscale encodings" | 15 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" |
16 | RDEPENDS_virtclass-native = "mkfontdir-native mkfontscale-native" | 16 | RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native" |
17 | 17 | ||
18 | PR = "${INC_PR}.0" | 18 | PR = "${INC_PR}.1" |
19 | 19 | ||
20 | do_configure_prepend() { | 20 | do_configure_prepend() { |
21 | sed -i "s#MAPFILES_PATH=\`pkg-config#MAPFILES_PATH=\`PKG_CONFIG_PATH=\"${STAGING_LIBDIR_NATIVE}/pkg-config\" pkg-config#g" fontutil.m4.in | 21 | sed -i "s#MAPFILES_PATH=\`pkg-config#MAPFILES_PATH=\`PKG_CONFIG_PATH=\"${STAGING_LIBDIR_NATIVE}/pkg-config\" pkg-config#g" fontutil.m4.in |
diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc index c2175a9613..5d19b4c704 100644 --- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc +++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc | |||
@@ -5,10 +5,10 @@ SECTION = "x11/fonts" | |||
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | 6 | ||
7 | DEPENDS = " encodings font-alias font-util-native mkfontdir-native mkfontscale-native" | 7 | DEPENDS = " encodings font-alias font-util-native mkfontdir-native mkfontscale-native" |
8 | RDEPENDS = "encodings font-util font-alias" | 8 | RDEPENDS_${PN} = "encodings font-util font-alias" |
9 | 9 | ||
10 | XORG_PN = "${BPN}" | 10 | XORG_PN = "${BPN}" |
11 | INC_PR = "r1" | 11 | INC_PR = "r2" |
12 | 12 | ||
13 | SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2" | 13 | SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2" |
14 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 14 | S = "${WORKDIR}/${XORG_PN}-${PV}" |