increase dvbapp PR.
[vuplus_openembedded] / recipes / libiconv / libiconv_1.12.bb
1 require libiconv.inc
2 LICENSE = "GPLv3 LGPLv2"
3
4 PROVIDES = "virtual/libiconv"
5 PR = "r1"
6
7 #gettext.class cant be inherit here so use this hack
8 DEPENDS = "${@['','gettext-native'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
9
10 EXTRA_OECONF +=  "${@['--disable-nls','--enable-nls'][bb.data.getVar('USE_NLS', d, 1) == 'yes']}"
11
12 LEAD_SONAME = "libiconv.so"