diff --git a/recipes-smalltalk/shampoo/shampoo_git.bb b/recipes-smalltalk/shampoo/shampoo_git.bb index d2155f685d..741b97a6bf 100644 --- a/recipes-smalltalk/shampoo/shampoo_git.bb +++ b/recipes-smalltalk/shampoo/shampoo_git.bb @@ -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 diff --git a/recipes-smalltalk/smalltalk/petitparser-tests_git.bb b/recipes-smalltalk/smalltalk/petitparser-tests_git.bb index 4d55fe0829..90593ecf7b 100644 --- a/recipes-smalltalk/smalltalk/petitparser-tests_git.bb +++ b/recipes-smalltalk/smalltalk/petitparser-tests_git.bb @@ -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"