diff --git a/recipes-config/openggsn-config/gprs-routing_0.1.bb b/recipes-config/openggsn-config/gprs-routing_0.1.bb index c6250b0..df053bc 100644 --- a/recipes-config/openggsn-config/gprs-routing_0.1.bb +++ b/recipes-config/openggsn-config/gprs-routing_0.1.bb @@ -1,11 +1,12 @@ DESCRIPTION = "OpenGGSN GPRS routing to the real world" -RDEPENDS = "iptables kernel-module-ipt-masquerade" +RDEPENDS_${PN} = "iptables kernel-module-ipt-masquerade" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" SRC_URI = "file://gprs_routing" +PR = "r1" inherit update-rc.d diff --git a/recipes-extra/debootstrap/debootstrap_1.0.42.bb b/recipes-extra/debootstrap/debootstrap_1.0.42.bb index 4f524dc..adb6a51 100644 --- a/recipes-extra/debootstrap/debootstrap_1.0.42.bb +++ b/recipes-extra/debootstrap/debootstrap_1.0.42.bb @@ -7,8 +7,8 @@ LICENSE="MIT" LIC_FILES_CHKSUM = "file://debian/copyright;md5=1e68ced6e1689d4cd9dac75ff5225608" SRC_URI = "${DEBIAN_MIRROR}/main/d/debootstrap/debootstrap_${PV}.tar.gz" -PR = "r5" -RDEPENDS = "wget gnupg coreutils" +PR = "r6" +RDEPENDS_${PN} = "wget gnupg coreutils" inherit autotools