From 6c8ddf8d6d231e9472d46d56f32ec983cc420d7a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 24 Apr 2013 17:29:40 +0200 Subject: [PATCH] misc: Use RDEPENDS_${PN} to avoid warnings on new poky --- classes/smalltalk_package.bbclass | 2 +- recipes-smalltalk/osmocom/osmo-st-core_git.bb | 2 +- recipes-smalltalk/osmocom/osmo-st-gsm_git.bb | 2 +- recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb | 2 +- recipes-smalltalk/osmocom/osmo-st-msc_git.bb | 2 +- recipes-smalltalk/osmocom/osmo-st-network_git.bb | 2 +- recipes-smalltalk/osmocom/osmo-st-testphone_git.bb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/classes/smalltalk_package.bbclass b/classes/smalltalk_package.bbclass index 0e6b1e6830..2333ec1fbe 100644 --- a/classes/smalltalk_package.bbclass +++ b/classes/smalltalk_package.bbclass @@ -1,5 +1,5 @@ DEPENDS = "smalltalk-native" -RDEPENDS = "smalltalk" +RDEPENDS_${PN} = "smalltalk" smalltalk_package_do_compile() { gst < /dev/null diff --git a/recipes-smalltalk/osmocom/osmo-st-core_git.bb b/recipes-smalltalk/osmocom/osmo-st-core_git.bb index 02912dc00b..46253502d3 100644 --- a/recipes-smalltalk/osmocom/osmo-st-core_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-core_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 require smalltalk-package.inc -RDEPENDS += "osmo-st-logging" +RDEPENDS_${PN} += "osmo-st-logging" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-core;protocol=git;branch=master" diff --git a/recipes-smalltalk/osmocom/osmo-st-gsm_git.bb b/recipes-smalltalk/osmocom/osmo-st-gsm_git.bb index 38b707cba3..c8dc75354b 100644 --- a/recipes-smalltalk/osmocom/osmo-st-gsm_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-gsm_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 require smalltalk-package.inc -RDEPENDS += "osmo-st-core osmo-st-network osmo-st-logging" +RDEPENDS_${PN} += "osmo-st-core osmo-st-network osmo-st-logging" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-gsm;protocol=git;branch=master" diff --git a/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb b/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb index 28a0fb4f03..af07425e01 100644 --- a/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-mgcp_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 require smalltalk-package.inc -RDEPENDS += "osmo-st-logging osmo-st-core" +RDEPENDS_${PN} += "osmo-st-logging osmo-st-core" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-mgcp;protocol=git;branch=master" diff --git a/recipes-smalltalk/osmocom/osmo-st-msc_git.bb b/recipes-smalltalk/osmocom/osmo-st-msc_git.bb index be865fd81c..15e6b72dbb 100644 --- a/recipes-smalltalk/osmocom/osmo-st-msc_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-msc_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 require smalltalk-package.inc -RDEPENDS += "osmo-st-logging osmo-st-network osmo-st-gsm" +RDEPENDS_${PN} += "osmo-st-logging osmo-st-network osmo-st-gsm" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-msc;protocol=git;branch=master" diff --git a/recipes-smalltalk/osmocom/osmo-st-network_git.bb b/recipes-smalltalk/osmocom/osmo-st-network_git.bb index 6518450ac5..eaac120150 100644 --- a/recipes-smalltalk/osmocom/osmo-st-network_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-network_git.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://osmocom.org" require smalltalk-package.inc -RDEPENDS += "osmo-st-logging" +RDEPENDS_${PN} += "osmo-st-logging" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-network;protocol=git;branch=master" diff --git a/recipes-smalltalk/osmocom/osmo-st-testphone_git.bb b/recipes-smalltalk/osmocom/osmo-st-testphone_git.bb index 0a6e27c400..f43bae2159 100644 --- a/recipes-smalltalk/osmocom/osmo-st-testphone_git.bb +++ b/recipes-smalltalk/osmocom/osmo-st-testphone_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 require smalltalk-package.inc -RDEPENDS += "osmo-st-network osmo-st-logging osmo-st-gsm" +RDEPENDS_${PN} += "osmo-st-network osmo-st-logging osmo-st-gsm" S = "${WORKDIR}/git" SRC_URI = "git://git.osmocom.org/smalltalk/osmo-st-testphone;protocol=git;branch=master"