[oe-commits] Andreas Oberritter : projectx: fix string comparison in .bb

GIT User account git at amethyst.openembedded.net
Tue Oct 21 10:48:51 UTC 2008


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Sat Oct 18 09:34:38 2008 +0200

projectx: fix string comparison in .bb

---

 packages/projectx/projectx-0.90.4.00.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/projectx/projectx-0.90.4.00.bb b/packages/projectx/projectx-0.90.4.00.bb
index 2e9af62..cd57a22 100644
--- a/packages/projectx/projectx-0.90.4.00.bb
+++ b/packages/projectx/projectx-0.90.4.00.bb
@@ -6,7 +6,7 @@ DEPENDS = ""
 RDEPENDS = ""
 PN = "projectx"
 PV = "0.90.4.00"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project-x/ProjectX_Source_eng_${PV}.zip \
            file://headless.patch;patch=1;pnum=0 \
@@ -37,7 +37,7 @@ do_compile_prepend() {
 			export GCJ_ARCHIVES="${GCJ_ARCHIVES} ${CROSS_LIBDIR}/$gcjarchives"
 		fi
 	done
-	if [ "${GCJ_ARCHIVES}" == "" ]; then
+	if [ "${GCJ_ARCHIVES}" = "" ]; then
 		echo gcj not found, downloading statically linked binary
 		exit
 	else





More information about the Openembedded-commits mailing list