misc: Cleanup the RDEPENDS warning by the latest bitbake parser

This is addressing:
Variable RDEPENDS is set as not being package specific, please
fix this.
This commit is contained in:
Holger Hans Peter Freyther 2012-09-16 20:40:34 +08:00
parent 5e475b6b99
commit 9c3b75040a
2 changed files with 4 additions and 3 deletions

View File

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

View File

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