From 0e8f0f0a033c79611a15914fde5826876502af2e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 23 Dec 2010 20:23:33 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/cairo/cairo_1.10.0.bb | 4 ++-- meta/recipes-graphics/libsdl/libsdl-nativesdk_1.2.11.bb | 4 ++-- meta/recipes-graphics/xorg-app/mkfontdir_1.0.5.bb | 3 ++- meta/recipes-graphics/xorg-font/font-alias_1.0.3.bb | 6 +++--- meta/recipes-graphics/xorg-font/font-util_1.2.0.bb | 6 +++--- meta/recipes-graphics/xorg-font/xorg-font-common.inc | 4 ++-- meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb | 4 ++-- meta/recipes-graphics/xorg-util/imake_1.0.4.bb | 4 ++-- 8 files changed, 18 insertions(+), 17 deletions(-) (limited to 'meta/recipes-graphics') 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 LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77" -PR = "r0" +PR = "r1" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" SRC_URI[md5sum] = "70a2ece66cf473d976e2db0f75bf199e" SRC_URI[sha256sum] = "0f2ce4cc4615594088d74eb8b5360bad7c3cc3c3da9b61af9bfd979ed1ed94b2" -RDEPENDS += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \ +RDEPENDS_${PN} += "libcairo2 libcairo-gobject2 libcairo-script-interpreter2 \ cairo-perf-utils" 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" SECTION = "libs" LICENSE = "LGPLv2.1" DEPENDS = "libx11-nativesdk libxext-nativesdk libxrandr-nativesdk libxrender-nativesdk" -RDEPENDS = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" -PR = "r4" +RDEPENDS_${PN} = "libx11-nativesdk libxrandr-nativesdk libxrender-nativesdk libxext-nativesdk" +PR = "r5" LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" 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 DESCRIPTION = "a program to create an index of X font files in a directory" PE = "1" +PR = "r1" -RDEPENDS += "mkfontscale" +RDEPENDS_${PN} += "mkfontscale" BBCLASSEXTEND = "native" 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 \ file://100dpi/fonts.alias;md5=85bebd6ca213aa656c301a72eb4397cb" DEPENDS = "virtual/xserver font-util" -RDEPENDS = "encodings font-util" -RDEPENDS_virtclass-native = "font-util" +RDEPENDS_${PN} = "encodings font-util" +RDEPENDS_${PN}_virtclass-native = "font-util" PE = "1" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI[md5sum] = "6d25f64796fef34b53b439c2e9efa562" 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}" DEPENDS = "encodings util-macros" DEPENDS_virtclass-native = "util-macros-native" -RDEPENDS = "mkfontdir mkfontscale encodings" -RDEPENDS_virtclass-native = "mkfontdir-native mkfontscale-native" +RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" +RDEPENDS_${PN}_virtclass-native = "mkfontdir-native mkfontscale-native" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" do_configure_prepend() { 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" LICENSE = "MIT-X" DEPENDS = " encodings font-alias font-util-native mkfontdir-native mkfontscale-native" -RDEPENDS = "encodings font-util font-alias" +RDEPENDS_${PN} = "encodings font-util font-alias" XORG_PN = "${BPN}" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "${XORG_MIRROR}/individual/font/${XORG_PN}-${PV}.tar.bz2" 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 LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" DEPENDS = "util-macros" -RDEPENDS = "gcc" +RDEPENDS_${PN} = "gcc" -PR = "r2" +PR = "r3" PE = "1" 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 DESCRIPTION = "C preprocessor interface to the make utility" DEPENDS = "util-macros" -RDEPENDS = "perl xproto" +RDEPENDS_${PN} = "perl xproto" LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" -PR = "r0" +PR = "r1" PE = "1" SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561" -- cgit v1.2.3-54-g00ecf