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 | |
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')
8 files changed, 18 insertions, 17 deletions
diff --git a/meta/recipes-graphics/cairo/cairo_1.10.0.bb b/meta/recipes-graphics/cairo/cairo_1.10.0.bb index d4d0703244..59e5ff9d57 100644 --- a/meta/recipes-graphics/cairo/cairo_1.10.0.bb +++ b/meta/recipes-graphics/cairo/cairo_1.10.0.bb | |||
@@ -2,14 +2,14 @@ require cairo.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" |
4 | 4 | ||
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" | 7 | SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "70a2ece66cf473d976e2db0f75bf199e" | 9 | SRC_URI[md5sum] = "70a2ece66cf473d976e2db0f75bf199e" |
10 | SRC_URI[sha256sum] = "0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2" | 10 | SRC_URI[sha256sum] = "0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2" |
11 | 11 | ||
12 | RDEPENDS += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \ | 12 | RDEPENDS_${PN} += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \ |
13 | cairo-perf-utils" | 13 | cairo-perf-utils" |
14 | 14 | ||
15 | ALLOW_EMPTY = "1" | 15 | ALLOW_EMPTY = "1" |
diff --git a/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb index e47b78c078..2ef14b83a8 100644 --- a/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb +++ b/meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.libsdl.org" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
5 | DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" | 5 | DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" |
6 | RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" | 6 | RDEPENDS_${PN} = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" |
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" |
10 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.5.bb b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.5.bb index 729c2a5d4f..aebc11dea1 100644 --- a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.5.bb +++ b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.5.bb | |||
@@ -3,8 +3,9 @@ require xorg-app-common.inc | |||
3 | DESCRIPTION = "a program to create an index of X font files in a directory" | 3 | DESCRIPTION = "a program to create an index of X font files in a directory" |
4 | 4 | ||
5 | PE = "1" | 5 | PE = "1" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | RDEPENDS += "mkfontscale" | 8 | RDEPENDS_${PN} += "mkfontscale" |
8 | 9 | ||
9 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
10 | 11 | ||
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}" |
diff --git a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb index 9b89400bdb..a42745fc8a 100644 --- a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb +++ b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb | |||
@@ -2,9 +2,9 @@ require xorg-util-common.inc | |||
2 | LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" | 2 | LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" |
3 | DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" | 3 | DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" |
4 | DEPENDS = "util-macros" | 4 | DEPENDS = "util-macros" |
5 | RDEPENDS = "gcc" | 5 | RDEPENDS_${PN} = "gcc" |
6 | 6 | ||
7 | PR = "r2" | 7 | PR = "r3" |
8 | PE = "1" | 8 | PE = "1" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "fc49f45251c1336fe1dad5dba1c83fcd" | 10 | SRC_URI[md5sum] = "fc49f45251c1336fe1dad5dba1c83fcd" |
diff --git a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb index 8943c2dd4c..d770590e1c 100644 --- a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb +++ b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb | |||
@@ -2,11 +2,11 @@ require xorg-util-common.inc | |||
2 | 2 | ||
3 | DESCRIPTION = "C preprocessor interface to the make utility" | 3 | DESCRIPTION = "C preprocessor interface to the make utility" |
4 | DEPENDS = "util-macros" | 4 | DEPENDS = "util-macros" |
5 | RDEPENDS = "perl xproto" | 5 | RDEPENDS_${PN} = "perl xproto" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r1" |
10 | PE = "1" | 10 | PE = "1" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561" | 12 | SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561" |