Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / libtool / libtool.inc
1 DESCRIPTION = "Generic library support script \
2 This is GNU libtool, a generic library support script.  Libtool hides \
3 the complexity of generating special library types (such as shared \
4 libraries) behind a consistent interface."
5 HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
6 LICENSE = "GPL"
7 SECTION = "devel"
8
9 INC_PR = "r25"
10
11 FILESPATHPKG=. "libtool-${PV}:"
12
13 do_configure_prepend () {
14         if ${@['true', 'false'][bb.data.inherits_class('native', d) or bb.data.inherits_class('sdk', d) or (bb.data.getVar('PN', d, 1) == 'libtool-cross')]}
15         then
16                 export ac_cv_path_SED="${ac_cv_path_SED=${base_bindir}/sed}"
17                 export ac_cv_path_GREP="${ac_cv_path_GREP=${base_bindir}/grep}"
18                 export ac_cv_path_EGREP="${ac_cv_path_EGREP=${base_bindir}/grep -E}"
19                 export ac_cv_path_FGREP="${ac_cv_path_FGREP=${base_bindir}/grep -F}"
20         fi
21 }