From 1ba58b5b3826f57c21b49219ff459b44a4260ba2 Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Sat, 2 Jun 2007 03:09:03 +0000 Subject: [PATCH] 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. --- packages/opensp/opensp-native_1.5.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5