increase dvbapp PR.
[vuplus_openembedded] / recipes / make / make.inc
1 DESCRIPTION = "GNU Make examines the timestamps on a set of \
2 interdependent files, and, if necessary, issues commands \
3 to bring them up-to-date."
4 HOMEPAGE = "http://www.gnu.org/software/make/"
5 SECTION = "devel"
6 LICENSE = "GPL"
7
8 SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
9            file://SCCS.patch;patch=1"
10
11 inherit autotools
12
13 do_configure_prepend() {
14         if [ "${TARGET_OS}" = "linux-uclibc" -o "${TARGET_OS}" = "linux-uclibceabi" ]; then
15                 export make_cv_sys_gnu_glob="no" 
16                 export GLOBINC=-I`pwd`/glob
17                 export GLOBLIB=glob/libglob.a
18         fi
19 }