[oe-commits] Khem Raj : uhd,fuse: Fix misplaced quotations

git at git.openembedded.org git at git.openembedded.org
Fri Sep 28 20:59:01 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 7bfff4b1d6b0067ddabf2474320e3e78795b2b4f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7bfff4b1d6b0067ddabf2474320e3e78795b2b4f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Sep 28 14:19:33 2012 +0000

uhd,fuse: Fix misplaced quotations

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-connectivity/uhd/uhd.inc   |    4 ++--
 meta-oe/recipes-support/fuse/fuse_2.9.1.bb |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-connectivity/uhd/uhd.inc b/meta-oe/recipes-connectivity/uhd/uhd.inc
index 5e2e329..27584da 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"
 RDEPENDS_${PN} += "uhd-firmware"
 
 PE = "1"
-INC_PR = "r1"
+INC_PR = "r2"
 
 inherit cmake
 
@@ -20,7 +20,7 @@ FILES_${PN} += "${libdir}/libuhd.so \
 FILES_${PN}-tests += "${datadir}/uhd/tests/*"
 FILES_${PN}-e1xx += "${datadir}/uhd/usrp_e_utils/*"
 FILES_${PN}-dbg += "${datadir}/uhd/examples/.debug/* \
-"                   ${datadir}/uhd/utils/.debug/* \
+                    ${datadir}/uhd/utils/.debug/* \
                     ${datadir}/uhd/tests/.debug/* \
                     ${datadir}/uhd/usrp_e_utils/.debug/*"
 FILES_${PN}-examples = "${datadir}/uhd/examples/*"
diff --git a/meta-oe/recipes-support/fuse/fuse_2.9.1.bb b/meta-oe/recipes-support/fuse/fuse_2.9.1.bb
index 6718758..86a8465 100644
--- a/meta-oe/recipes-support/fuse/fuse_2.9.1.bb
+++ b/meta-oe/recipes-support/fuse/fuse_2.9.1.bb
@@ -17,7 +17,7 @@ EXTRA_OECONF = "--disable-kernel-module"
 
 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}-dev += "${libdir}/libfuse*.la"





More information about the Openembedded-commits mailing list