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.hfreyther/master-next
parent
5e475b6b99
commit
9c3b75040a
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue