LICENSE= "BSD-X" SECTION = "x11/libs" XLIBS_CVS = "${FREEDESKTOP_CVS}/xlibs" inherit autotools pkgconfig do_stage() { oe_runmake install prefix=${STAGING_DIR_HOST}${prefix} \ bindir=${STAGING_BINDIR} \ includedir=${STAGING_INCDIR} \ libdir=${STAGING_LIBDIR} \ datadir=${STAGING_DATADIR} \ mandir=${STAGING_DIR_HOST}${mandir} } href='https://trygvis.io/git/2012/05/openembedded-core.git' title='openembedded-core.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/meta/classes/scons.bbclass
blob: 211746fd0f9c1e74ec858243936642bf81a963cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13