X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fgettext%2Fgettext_0.14.1.bb;h=77ec7b9e4ee7650e5bc7387726e771ec2f57c0ab;hb=16f3fff44323bd6b4349d909667b51a2fef3f278;hp=b383525d88c7908bdb643d5c86e2da3bcf8030c2;hpb=558f6d44365f062523fbba3926ab46e5cd1984b8;p=openembedded.git diff --git a/recipes/gettext/gettext_0.14.1.bb b/recipes/gettext/gettext_0.14.1.bb index b383525d88..77ec7b9e4e 100644 --- a/recipes/gettext/gettext_0.14.1.bb +++ b/recipes/gettext/gettext_0.14.1.bb @@ -2,9 +2,11 @@ DESCRIPTION = "The GNU internationalization library." HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SECTION = "libs" LICENSE = "GPL" -PR = "r10" +PR = "r11" DEPENDS = "virtual/libiconv" +DEPENDS_virtclass-native = "" PROVIDES = "virtual/libintl" +PROVIDES_virtclass-native = "" SRC_URI = "${GNU_MIRROR}/gettext/gettext-${PV}.tar.gz \ file://gettext-vpath.patch;patch=1;pnum=1 \ @@ -28,7 +30,6 @@ acpaths = '-I ${S}/autoconf-lib-link/m4/ \ do_configure_prepend() { rm -f ${S}/config/m4/libtool.m4 - install -m 0644 ${STAGING_DATADIR}/aclocal/libtool.m4 ${S}/config/m4/ } # these lack the .x behind the .so, but shouldn't be in the -dev package @@ -45,6 +46,3 @@ PACKAGES =+ "libgettextlib libgettextsrc" FILES_libgettextlib = "${libdir}/libgettextlib-*.so*" FILES_libgettextsrc = "${libdir}/libgettextsrc-*.so*" -do_stage () { - autotools_stage_all -}