diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-19 12:33:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-19 12:33:43 +0100 |
commit | 83429a16a98d4aeea5ce2f41b084c33fd1ec5326 (patch) | |
tree | 49608c16b1207d1bbf4668b4f71cd2acc75a1549 /meta-oe/recipes-connectivity/uhd/uhd.inc | |
parent | 8c967075f04e10fc3ae83f442795548d2d6c4ce1 (diff) | |
download | meta-openembedded-83429a16a98d4aeea5ce2f41b084c33fd1ec5326.tar.gz |
uhd: update to 3.3.1 to match kernel and FPGA firmware
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd/uhd.inc')
-rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd.inc | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc index b08d1a066..466a19c8a 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd.inc +++ b/meta-oe/recipes-connectivity/uhd/uhd.inc | |||
@@ -7,20 +7,22 @@ DEPENDS = "git-native python-cheetah-native boost libusb1 uhd-firmware orc-nativ | |||
7 | RDEPENDS_${PN} += "uhd-firmware" | 7 | RDEPENDS_${PN} += "uhd-firmware" |
8 | 8 | ||
9 | PE = "1" | 9 | PE = "1" |
10 | INC_PR = "r0" | 10 | INC_PR = "r1" |
11 | 11 | ||
12 | inherit cmake | 12 | inherit cmake |
13 | 13 | ||
14 | PACKAGES =+ "${PN}-tests ${PN}-examples" | 14 | PACKAGES =+ "${PN}-tests ${PN}-examples ${PN}-e1xx" |
15 | 15 | ||
16 | FILES_${PN} += "${libdir}/libuhd.so" | 16 | INSANE_SKIP_${PN} = "dev-so" |
17 | FILES_${PN} += "${datadir}/uhd/utils/*" | 17 | |
18 | FILES_${PN} += "${libdir}/libuhd.so \ | ||
19 | ${datadir}/uhd/utils/*" | ||
18 | FILES_${PN}-tests += "${datadir}/uhd/tests/*" | 20 | FILES_${PN}-tests += "${datadir}/uhd/tests/*" |
19 | FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug \ | 21 | FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*" |
20 | ${datadir}/uhd/utils/.debug \ | 22 | FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \ |
21 | ${datadir}/uhd/tests/.debug \ | 23 | " ${datadir}/uhd/utils/.debug/* \ |
22 | ${datadir}/uhd/usrp_e_utils/.debug \ | 24 | ${datadir}/uhd/tests/.debug/* \ |
23 | " | 25 | ${datadir}/uhd/usrp_e_utils/.debug/*" |
24 | FILES_${PN}-examples = "${datadir}/uhd/examples/*" | 26 | FILES_${PN}-examples = "${datadir}/uhd/examples/*" |
25 | 27 | ||
26 | OECMAKE_BUILDPATH = "${S}/build" | 28 | OECMAKE_BUILDPATH = "${S}/build" |