diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-09-28 14:19:33 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-28 22:50:42 +0200 |
| commit | 7bfff4b1d6b0067ddabf2474320e3e78795b2b4f (patch) | |
| tree | 520f739709ee701ff22e81c8400e6460db57eb12 /meta-oe/recipes-connectivity/uhd | |
| parent | d804e882724b22e73153c0cafbc7f98593dfa756 (diff) | |
| download | meta-openembedded-7bfff4b1d6b0067ddabf2474320e3e78795b2b4f.tar.gz | |
uhd,fuse: Fix misplaced quotations
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/uhd')
| -rw-r--r-- | meta-oe/recipes-connectivity/uhd/uhd.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc index 5e2e32914e..27584da9f6 100644 --- a/meta-oe/recipes-connectivity/uhd/uhd.inc +++ b/meta-oe/recipes-connectivity/uhd/uhd.inc | |||
| @@ -7,7 +7,7 @@ DEPENDS = "git-native boost libusb1 uhd-firmware orc-native" | |||
| 7 | RDEPENDS_${PN} += "uhd-firmware" | 7 | RDEPENDS_${PN} += "uhd-firmware" |
| 8 | 8 | ||
| 9 | PE = "1" | 9 | PE = "1" |
| 10 | INC_PR = "r1" | 10 | INC_PR = "r2" |
| 11 | 11 | ||
| 12 | inherit cmake | 12 | inherit cmake |
| 13 | 13 | ||
| @@ -20,7 +20,7 @@ FILES_${PN} += "${libdir}/libuhd.so \ | |||
| 20 | FILES_${PN}-tests += "${datadir}/uhd/tests/*" | 20 | FILES_${PN}-tests += "${datadir}/uhd/tests/*" |
| 21 | FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*" | 21 | FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*" |
| 22 | FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \ | 22 | FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \ |
| 23 | " ${datadir}/uhd/utils/.debug/* \ | 23 | ${datadir}/uhd/utils/.debug/* \ |
| 24 | ${datadir}/uhd/tests/.debug/* \ | 24 | ${datadir}/uhd/tests/.debug/* \ |
| 25 | ${datadir}/uhd/usrp_e_utils/.debug/*" | 25 | ${datadir}/uhd/usrp_e_utils/.debug/*" |
| 26 | FILES_${PN}-examples = "${datadir}/uhd/examples/*" | 26 | FILES_${PN}-examples = "${datadir}/uhd/examples/*" |
