task-sysmocom-feed: Make sure nfacct is in our feed as well

We want to use nfacct for better monitoring/matching. Put it
into the feed to be able to experiment with it.
This commit is contained in:
Holger Hans Peter Freyther 2015-02-16 23:41:02 +01:00
parent 137b6b0d6a
commit 5d56fdb07e
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = " \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY_${PN} = "1"
PR = "r16"
PR = "r17"
RDEPENDS_${PN} = "\
task-sysmocom-tools \
@ -11,4 +11,5 @@ RDEPENDS_${PN} = "\
minicom vlan patch procps psmisc \
ppp rsync sed usbutils openvpn iperf \
lcr cronie iproute2 i2c-tools cu \
python-pyserial python-pexpect bridge-utils"
python-pyserial python-pexpect bridge-utils \
nfacct"