diff options
-rw-r--r-- | meta/packages/libidn/libidn_0.5.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libidn/libidn_0.5.19.bb b/meta/packages/libidn/libidn_0.5.19.bb index a093c111c9..cf5c6e1925 100644 --- a/meta/packages/libidn/libidn_0.5.19.bb +++ b/meta/packages/libidn/libidn_0.5.19.bb @@ -2,9 +2,9 @@ LICENSE = "LGPL" DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." SECTION = "libs" PRIORITY = "optional" -PR = "r0" +PR = "r1" -inherit pkgconfig autotools_stage +inherit pkgconfig autotools gettext SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz" |