[oe-commits] Philip Balister : uhd : Fix packaging for examples and test programs.

git version control git at git.openembedded.org
Thu Dec 9 18:08:30 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5f62651cbf5fd78fdb1410cd7269bbe8654ffb07
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5f62651cbf5fd78fdb1410cd7269bbe8654ffb07

Author: Philip Balister <philip at balister.org>
Date:   Thu Dec  9 13:06:12 2010 -0500

uhd : Fix packaging for examples and test programs.

---

 recipes/uhd/uhd.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc
index e40c405..d2ffb84 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/*"





More information about the Openembedded-commits mailing list