[oe-commits] Koen Kooi : apex-env 1.5.14: turn of QA checks, adding LDFLAGS is too hard for this

git version control git at git.openembedded.org
Thu Mar 4 10:36:44 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 90a13cad56ba215dc3b35046c404cc98c5b09931
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=90a13cad56ba215dc3b35046c404cc98c5b09931

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar  3 09:19:04 2010 +0100

apex-env 1.5.14: turn of QA checks, adding LDFLAGS is too hard for this

---

 recipes/apex/apex-env_1.5.14.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/apex/apex-env_1.5.14.bb b/recipes/apex/apex-env_1.5.14.bb
index e97522e..b279a59 100644
--- a/recipes/apex/apex-env_1.5.14.bb
+++ b/recipes/apex/apex-env_1.5.14.bb
@@ -3,7 +3,7 @@ SECTION = "misc"
 PRIORITY = "optional"
 HOMEPAGE = "http://wiki.buici.com/twiki/bin/view/Main/ApexBootloader"
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.buici.com/pub/apex/apex-${PV}.tar.gz \
 	file://find-apex-partition.patch;patch=1 \
@@ -22,3 +22,7 @@ do_install() {
 	install -d ${D}/${sbindir}
 	install -m 755 ${S}/apex-env ${D}/${sbindir}
 }
+
+# Adding proper LDFLAGS support takes too much of my time, so hack around it
+INSANE_SKIP_${PN} = True
+





More information about the Openembedded-commits mailing list