diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-08-28 23:46:42 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-29 00:34:44 -0700 |
| commit | 9bcbc187281d1f341e4159b337489861cdc5a8df (patch) | |
| tree | 372f19ab69e8eb28f70b6f4579646ebb7fdc8a2e | |
| parent | c035e249afd8bdd89fa76e9cb6aa71ab230dc77a (diff) | |
| download | meta-openembedded-9bcbc187281d1f341e4159b337489861cdc5a8df.tar.gz | |
mini-iconv: Remove
It was needed for uclibc, unused now a days
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/mini-iconv/mini-iconv.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb deleted file mode 100644 index 44f55b58df..0000000000 --- a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | SUMMARY = "A minimal iconv implementation w/ support for UTF-8, ASCII, ISO-8859-1" | ||
| 5 | HOMEPAGE = "http://tinderbox.dev.gentoo.org/portage/local/misc/mini-iconv/" | ||
| 6 | LICENSE = "MPL-1.1" | ||
| 7 | SECTION = "libs" | ||
| 8 | DEPENDS = "" | ||
| 9 | PROVIDES = "virtual/libiconv" | ||
| 10 | LIC_FILES_CHKSUM = "file://iconv.c;beginline=1;endline=6;md5=35af9d9924327fe8a0a1fe3a2cb454c8" | ||
| 11 | SRC_URI = "http://mirror.meleeweb.net/pub/linux/gentoo/distfiles/mini-iconv.tar.bz2" | ||
| 12 | SRC_URI[md5sum] = "84412221e26505a2b3855d4a1cdcd0e0" | ||
| 13 | SRC_URI[sha256sum] = "3552262bf1bcf8e859a2a3a7adfb0367af8593383e730c492e981477aac0a0d4" | ||
| 14 | |||
| 15 | |||
| 16 | S = "${WORKDIR}/${BPN}" | ||
| 17 | |||
| 18 | do_install() { | ||
| 19 | oe_runmake install DESTDIR=${D} PREFIX=${prefix} LIB=${base_libdir} | ||
| 20 | } | ||
