From 5f62651cbf5fd78fdb1410cd7269bbe8654ffb07 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 9 Dec 2010 13:06:12 -0500 Subject: [PATCH] uhd : Fix packaging for examples and test programs. --- recipes/uhd/uhd.inc | 4 ++-- 1 file 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/*" -- 2.39.5