[oe-commits] Chris Larson : Fix a couple shell syntax errors in recipes

git version control git at git.openembedded.org
Wed May 19 19:54:26 UTC 2010


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

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed May 19 09:37:07 2010 -0700

Fix a couple shell syntax errors in recipes

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/servlet-api/jsp2.0_5.5.26.bb |    2 +-
 recipes/xapian/xapian-quickstart.inc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/servlet-api/jsp2.0_5.5.26.bb b/recipes/servlet-api/jsp2.0_5.5.26.bb
index 9c3a9c7..562a5ca 100644
--- a/recipes/servlet-api/jsp2.0_5.5.26.bb
+++ b/recipes/servlet-api/jsp2.0_5.5.26.bb
@@ -26,7 +26,7 @@ addtask unpackpost after do_unpack before do_patch
 do_compile() {
   mkdir -p build
 
-  oe_makeclasspath cp -s servlet-api-2.4`
+  oe_makeclasspath cp -s servlet-api-2.4
   javac -sourcepath src/share -d build -cp $cp `find src/share/javax -name \*.java`
 
   # Copy extraneous files according to build.xml's compile task
diff --git a/recipes/xapian/xapian-quickstart.inc b/recipes/xapian/xapian-quickstart.inc
index aab599f..920a48b 100644
--- a/recipes/xapian/xapian-quickstart.inc
+++ b/recipes/xapian/xapian-quickstart.inc
@@ -14,7 +14,7 @@ do_compile() {
 }
 
 do_install() {
-        install -d ${D}$
+        install -d ${D}
         install -d ${D}${bindir}
         install -m 0755 ${WORKDIR}/${BINARY_NAME} ${D}${bindir}/
 }





More information about the Openembedded-commits mailing list