nwl-tests: Remove dependencies to ethtool and usbutils
The latest versions don't need this tool anymore. id:418214
This commit is contained in:
parent
20d8db24e1
commit
479e3f0a11
|
|
@ -7,12 +7,12 @@ SRC_URI = "git://git@bitbucket.gad.local:7999/nm-nsp/nwl-test.git;protocol=ssh;b
|
||||||
|
|
||||||
PV = "1.0+git${SRCPV}"
|
PV = "1.0+git${SRCPV}"
|
||||||
|
|
||||||
SRCREV = "7d0d962b7ed7bf5cde845d5c81d5eade5f01444d"
|
SRCREV = "8a3c5de105eb290342ed67e7cbeecb0879da1384"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PACKAGES += "${PN}-kernel"
|
PACKAGES += "${PN}-kernel"
|
||||||
RDEPENDS:${PN}-kernel = "${PN} bats ethtool usbutils"
|
RDEPENDS:${PN}-kernel = "${PN} bats"
|
||||||
|
|
||||||
FILES:${PN} = "${datadir}/*"
|
FILES:${PN} = "${datadir}/*"
|
||||||
FILES:${PN}-kernel = "${bindir}/nwl-tests-kernel"
|
FILES:${PN}-kernel = "${bindir}/nwl-tests-kernel"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue