From: Philip Balister Date: Thu, 9 Dec 2010 18:06:12 +0000 (-0500) Subject: uhd : Fix packaging for examples and test programs. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f62651cbf5fd78fdb1410cd7269bbe8654ffb07;p=openembedded.git uhd : Fix packaging for examples and test programs. --- diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc index e40c405374..d2ffb848fb 100644 --- a/recipes/uhd/uhd.inc +++ b/recipes/uhd/uhd.inc @@ -5,11 +5,11 @@ LICENSE = "GPLV3+" DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware" RDEPENDS_${PN} += "uhd-firmware" -INC_PR = "r3" +INC_PR = "r4" inherit cmake -PACKAGES += "${PN}-tests ${PN}-examples" +PACKAGES =+ "${PN}-tests ${PN}-examples" FILES_${PN} += "${libdir}/libuhd.so" FILES_${PN} += "${datadir}/uhd/utils/*"