From patchwork Wed Nov 21 22:28:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [09/12] wireless-tools: Add missing RDEPENDS Date: Wed, 21 Nov 2012 12:28:20 -0000 From: Morten Svendsen X-Patchwork-Id: 200876 Message-Id: <9c0815ff51530cc2fc2c9b71b3ac722b15ea85a9.1353493728.git.Morten.ThunbergSvendsen@prevas.dk> To: dev@oe-lite.org --- recipes/wireless-tools/wireless-tools.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/wireless-tools/wireless-tools.inc b/recipes/wireless-tools/wireless-tools.inc index e1cc7a0..fef8c28 100644 --- a/recipes/wireless-tools/wireless-tools.inc +++ b/recipes/wireless-tools/wireless-tools.inc @@ -34,3 +34,4 @@ inherit auto-package-utils AUTO_PACKAGE_UTILS = "iwconfig ifrename" FILES_${PN}-iwconfig = "${base_sbindir}/iwgetid ${base_sbindir}/iwlist \ ${base_sbindir}/iwpriv ${base_sbindir}/iwspy" +RDEPENDS_${PN}-ifrename += "libiw"