misc: Use RDEPENDS_${PN} instead of RDEPENDS to fix parsing issues

This commit is contained in:
Holger Hans Peter Freyther 2013-06-02 08:50:33 +02:00
parent ca9db108e8
commit ebb83ef4e0
2 changed files with 4 additions and 4 deletions

View File

@ -8,8 +8,8 @@ S = "${WORKDIR}/git"
SRC_URI = "git://github.com/dmatveev/shampoo.git;protocol=git;branch=master"
SRCREV = "8815d3c61dfc04d539c8bcc676d35fb1d568698c"
PV = "0.0.1+gitr${SRCPV}"
PR = "r1"
PR = "r2"
RDEPENDS = "smalltalk-digest"
RDEPENDS_${PN} = "smalltalk-digest"
inherit smalltalk_package

View File

@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
require smalltalk-package.inc
RDEPENDS += "petitparser"
RDEPENDS_${PN} += "petitparser"
S = "${WORKDIR}/git"
SRC_URI = "git://gitorious.org/gnu-smalltalk-ports/petitparser-tests.git;protocol=git;branch=master"
SRCREV = "4b112d1f1af9692807bd28ae192b1fdc69f8c564"
PV = "0.0.1+gitr${SRCPV}"
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"