mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libidn: fix inherit, add gettext and change autotools
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user