DEPENDS += "python-scons-native" EXTRA_OESCONS ?= "" scons_do_compile() { ${STAGING_BINDIR_NATIVE}/scons PREFIX=${prefix} prefix=${prefix} ${EXTRA_OESCONS} || \ bbfatal "scons build execution failed." } scons_do_install() { ${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} prefix=${D}${prefix} install ${EXTRA_OESCONS}|| \ bbfatal "scons install execution failed." } EXPORT_FUNCTIONS do_compile do_install bedded-core.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/meta/classes/patcher.bbclass
blob: c8a1b0350ff0787e11a1037bb07b85995aaa5aa4 (plain)
1
2
3
4
5
6
7