diff options
-rw-r--r-- | recipes/opensp/opensp-native_1.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/opensp/opensp-native_1.5.bb b/recipes/opensp/opensp-native_1.5.bb index 9d8b6262c6..fe28a4c0e7 100644 --- a/recipes/opensp/opensp-native_1.5.bb +++ b/recipes/opensp/opensp-native_1.5.bb @@ -1,6 +1,6 @@ SECTION = "libs" DEPENDS = "" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \ file://m4.patch \ @@ -9,7 +9,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \ S = "${WORKDIR}/OpenSP-${PV}" LICENSE = "MIT" -inherit autotools native +inherit autotools native gettext EXTRA_OECONF = "\ --enable-default-catalog=${sysconfdir}/sgml/catalog \ |