aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libiconv/libiconv_1.12.bb
blob: db53178cc1f20a7154eb56ba30f857e6d9684c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require libiconv.inc
LICENSE = "GPLv3 LGPLv2"

PROVIDES = "virtual/libiconv"
PR = "r1"

#gettext.class cant be inherit here so use this hack
DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"

EXTRA_OECONF +=  "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"

LEAD_SONAME = "libiconv.so"