diff options
author | Chris Lord <chris@openedhand.com> | 2007-12-06 10:23:27 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2007-12-06 10:23:27 +0000 |
commit | 2517420cbef24dd1e9a903a8659d41d083a57e23 (patch) | |
tree | d3a718c3a47ec0c746907395ca9c7bd072540ab3 /meta/packages/libidn | |
parent | 8ccfa5c993a20c92ef7a2630ed37dea6d1159a89 (diff) | |
download | openembedded-core-2517420cbef24dd1e9a903a8659d41d083a57e23.tar.gz openembedded-core-2517420cbef24dd1e9a903a8659d41d083a57e23.tar.bz2 openembedded-core-2517420cbef24dd1e9a903a8659d41d083a57e23.tar.xz openembedded-core-2517420cbef24dd1e9a903a8659d41d083a57e23.zip |
Import files from OE to build WebKit (patch to link icu required)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3317 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libidn')
-rw-r--r-- | meta/packages/libidn/libidn_0.5.19.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/libidn/libidn_0.5.19.bb b/meta/packages/libidn/libidn_0.5.19.bb new file mode 100644 index 000000000..322790b8a --- /dev/null +++ b/meta/packages/libidn/libidn_0.5.19.bb @@ -0,0 +1,19 @@ +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" + +inherit pkgconfig autotools + +SRC_URI = "http://josefsson.org/libidn/releases/${P}.tar.gz" + +EXTRA_OECONF = " --disable-tld" + +do_configure_prepend () { + autoreconf -f -i -s +} + +do_stage () { + autotools_stage_all +} |