misc: Use RDEPENDS_${PN} to avoid warnings on new poky

This commit is contained in:
Holger Hans Peter Freyther 2013-04-24 17:29:40 +02:00
parent 582607011a
commit 6c8ddf8d6d
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
DEPENDS = "smalltalk-native"
RDEPENDS = "smalltalk"
RDEPENDS_${PN} = "smalltalk"
smalltalk_package_do_compile() {
gst < /dev/null

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"