mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
uhd,fuse: Fix misplaced quotations
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -7,7 +7,7 @@ DEPENDS = "git-native boost libusb1 uhd-firmware orc-native"
|
|||||||
RDEPENDS_${PN} += "uhd-firmware"
|
RDEPENDS_${PN} += "uhd-firmware"
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
INC_PR = "r1"
|
INC_PR = "r2"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ FILES_${PN} += "${libdir}/libuhd.so \
|
|||||||
FILES_${PN}-tests += "${datadir}/uhd/tests/*"
|
FILES_${PN}-tests += "${datadir}/uhd/tests/*"
|
||||||
FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*"
|
FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*"
|
||||||
FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \
|
FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \
|
||||||
" ${datadir}/uhd/utils/.debug/* \
|
${datadir}/uhd/utils/.debug/* \
|
||||||
${datadir}/uhd/tests/.debug/* \
|
${datadir}/uhd/tests/.debug/* \
|
||||||
${datadir}/uhd/usrp_e_utils/.debug/*"
|
${datadir}/uhd/usrp_e_utils/.debug/*"
|
||||||
FILES_${PN}-examples = "${datadir}/uhd/examples/*"
|
FILES_${PN}-examples = "${datadir}/uhd/examples/*"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--disable-kernel-module"
|
|||||||
|
|
||||||
PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
|
PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "kernel-module-fuse""
|
RRECOMMENDS_${PN} = "kernel-module-fuse"
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/libfuse.so.*"
|
FILES_${PN} += "${libdir}/libfuse.so.*"
|
||||||
FILES_${PN}-dev += "${libdir}/libfuse*.la"
|
FILES_${PN}-dev += "${libdir}/libfuse*.la"
|
||||||
|
|||||||
Reference in New Issue
Block a user