aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uhd
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-12-09 13:06:12 -0500
committerPhilip Balister <philip@balister.org>2010-12-09 13:06:12 -0500
commit5f62651cbf5fd78fdb1410cd7269bbe8654ffb07 (patch)
tree93ba24f2c3a10b21e345e00cd9386f12a964c410 /recipes/uhd
parentddd56fb6cb4506895926fb90152d385fdecfe96a (diff)
downloadopenembedded-5f62651cbf5fd78fdb1410cd7269bbe8654ffb07.tar.gz
uhd : Fix packaging for examples and test programs.
Diffstat (limited to 'recipes/uhd')
-rw-r--r--recipes/uhd/uhd.inc4
1 files changed, 2 insertions, 2 deletions
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/*"