summaryrefslogtreecommitdiff
path: root/classes/sdl.bbclass
blob: 541812ed93f912d333e8976b92a8f89584b0205a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
FILES_${PN} += '${libdir}/perl5'

sdl_do_configure () {
        if [ -x ${S}/configure ] ; then
                cfgcmd="${S}/configure \
                    -GL -GLU"
                oenote "Running $cfgcmd..."
                $cfgcmd || oefatal "oe_runconf failed"
		if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then
			. ${STAGING_DIR}/${TARGET_SYS}/perl/config.sh
			sed -e "s:\(SITELIBEXP = \).*:\1${sitelibexp}:; s:\(SITEARCHEXP = \).*:\1${sitearchexp}:; s:\(INSTALLVENDORLIB = \).*:\1${D}${libdir}/perl5:; s:\(INSTALLVENDORARCH = \).*:\1${D}${libdir}/perl5:" < Makefile > Makefile.new
			mv Makefile.new Makefile
		fi
        else
                oefatal "no configure script found"
        fi
}

sdl_do_compile () {
        oe_runmake PASTHRU_INC="${CFLAGS}"
}

sdl_do_install () {
	oe_runmake install_vendor
}

EXPORT_FUNCTIONS do_configure do_compile do_install
s #2Marcin Juszkiewicz1 2006-10-30many packages: fixed SRC_URI: SourceForge CVS moved from cvs.sf.net -> PN.cvs...Marcin Juszkiewicz2 2006-10-12various packages: Update SRC_URIOyvind Repvik1 2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi4 2006-09-02lcdproc: Add forgotten --enable-libusbOyvind Repvik1 2006-09-02lcdproc: Split off driver packages (large). Change MAINTAINEROyvind Repvik1 2006-05-20lcdproc: added bb file for 0.5.0Frans Meulenbroeks1 2006-01-25lcdproc: add cvs (HEAD) packages (fixed and floating SRCDATE) based on .bb co...Rene Wagner2 2005-06-30import clean BK tree at cset 1.3670Koen Kooi1 2005-04-12Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer1 2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1 2004-12-31Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1 2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson1