diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-06-02 03:09:03 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-06-02 03:09:03 +0000 |
commit | 1ba58b5b3826f57c21b49219ff459b44a4260ba2 (patch) | |
tree | 85056697c435c892d098852fac3cc078a96d8e79 | |
parent | 10578b1008b2a28c4474fe4ac3b6df2519bbe495 (diff) |
opensp-native 1.5: Add the fixes for various gcc version to sp-native since
it uses it doesn't use the non-native recipe and people may have versions of
gcc on their host that trigger the issue.
-rw-r--r-- | packages/opensp/opensp-native_1.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/opensp/opensp-native_1.5.bb b/packages/opensp/opensp-native_1.5.bb index 47d05ced76..e0194c5798 100644 --- 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 |