blob: 63c49b0240aab88447b7327cf088446911c07365 (
plain)
1
2
3
4
5
6
7
8
|
SECTION = "unknown"
include swig_${PV}.oe
inherit native
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/swig-${PV}"
do_stage() {
oe_runmake install PREFIX=${STAGING_BINDIR}/..
}
|