1 2 3 4 5 6 7 8 9 10 11 12
require regina-rexx_${PV}.bb inherit native DEPENDS = "" do_compile() { oe_runmake CEXTRA='-DREGINA_SHARE_DIRECTORY=\"$(sharedir)\"' } do_stage_append() { install -m 0644 ./msgcmp ${STAGING_BINDIR}/msgcmp-multi-input }