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:
10578b1
)
opensp-native 1.5: Add the fixes for various gcc version to sp-native since
author
Jamie Lenehan
<lenehan@twibble.org>
Sat, 2 Jun 2007 03:09:03 +0000
(
03:09
+0000)
committer
Jamie Lenehan
<lenehan@twibble.org>
Sat, 2 Jun 2007 03:09:03 +0000
(
03:09
+0000)
it uses it doesn't use the non-native recipe and people may have versions of
gcc on their host that trigger the issue.
packages/opensp/opensp-native_1.5.bb
patch
|
blob
|
history
diff --git
a/packages/opensp/opensp-native_1.5.bb
b/packages/opensp/opensp-native_1.5.bb
index
47d05ce
..
e0194c5
100644
(file)
--- a/
packages/opensp/opensp-native_1.5.bb
+++ b/
packages/opensp/opensp-native_1.5.bb
@@
-1,9
+1,11
@@
SECTION = "libs"
DEPENDS = ""
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \
file://m4.patch;patch=1 \
- file://attributevalue.patch;patch=1"
+ file://attributevalue.patch;patch=1 \
+ file://rangmap-fix.patch;patch=1"
S = "${WORKDIR}/OpenSP-${PV}"
LICENSE = "MIT"
inherit autotools native