mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
libiconv: Delete recipes
libiconv 1.13.1 is now merged into oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,14 +0,0 @@
|
||||
DESCRIPTION = "GNU libiconv - libiconv is for you if your application needs to support \
|
||||
multiple character encodings, but that support lacks from your system."
|
||||
HOMEPAGE = "http://www.gnu.org/software/libiconv"
|
||||
SECTION = "libs"
|
||||
NOTES = "Needs to be stripped down to: ascii iso8859-1 eucjp iso-2022jp gb utf8"
|
||||
|
||||
SRC_URI = "ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-${PV}.tar.gz \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/libiconv-${PV}"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
EXTRA_OECONF += "--enable-shared --enable-static --enable-relocatable"
|
||||
@@ -1,25 +0,0 @@
|
||||
require libiconv.inc
|
||||
# GPLv3 for iconv program and documentation, LGPLv2 for libiconv and libcharset _libraries_ and their header files
|
||||
# would be nice to split to separate PACKAGES
|
||||
LICENSE = "GPLv3 LGPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
PROVIDES = "virtual/libiconv"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI += "file://autoconf.patch"
|
||||
|
||||
do_configure_append () {
|
||||
# Fix stupid libtool... handling.
|
||||
# rpath handling can't be disabled and the Makefile's can't be regenerated..
|
||||
# (GNU sed required)
|
||||
sed -i s/^hardcode_libdir_flag_spec/#hardcode_libdir_flag_spec/ ${S}/*-libtool
|
||||
}
|
||||
|
||||
LEAD_SONAME = "libiconv.so"
|
||||
SRC_URI[md5sum] = "7ab33ebd26687c744a37264a330bbe9a"
|
||||
SRC_URI[sha256sum] = "55a36168306089009d054ccdd9d013041bfc3ab26be7033d107821f1c4949a49"
|
||||
|
||||
Reference in New Issue
Block a user