git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
732af68
)
apex-env 1.5.14: turn of QA checks, adding LDFLAGS is too hard for this
author
Koen Kooi
<koen@openembedded.org>
Wed, 3 Mar 2010 08:19:04 +0000
(09:19 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 3 Mar 2010 08:55:56 +0000
(09:55 +0100)
recipes/apex/apex-env_1.5.14.bb
patch
|
blob
|
history
diff --git
a/recipes/apex/apex-env_1.5.14.bb
b/recipes/apex/apex-env_1.5.14.bb
index
e97522e
..
b279a59
100644
(file)
--- 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 = "r
0
"
+PR = "r
1
"
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
+