aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libiconv/libiconv_1.12.bb
blob: 129eb13237c675d168846fa2d0328ccbb4898cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
require libiconv.inc

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"