From: Jamie Lenehan Date: Sat, 2 Jun 2007 03:09:03 +0000 (+0000) Subject: opensp-native 1.5: Add the fixes for various gcc version to sp-native since X-Git-Tag: Release-2010-05/1~8868^2~400^2~101 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba58b5b3826f57c21b49219ff459b44a4260ba2;p=openembedded.git 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. --- 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