diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-03 09:19:04 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-03 09:55:56 +0100 |
commit | 90a13cad56ba215dc3b35046c404cc98c5b09931 (patch) | |
tree | ee9e2b2b8a2a5a447b2f207bce92fd58b10ab43f /recipes/apex | |
parent | 732af689fae49fb80e184f2a31c6bdba3f210f11 (diff) | |
download | openembedded-90a13cad56ba215dc3b35046c404cc98c5b09931.tar.gz |
apex-env 1.5.14: turn of QA checks, adding LDFLAGS is too hard for this
Diffstat (limited to 'recipes/apex')
-rw-r--r-- | 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 e97522e5e9..b279a5936d 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 + |