1 2 3 4 5 6 7 8 9
require xapian-quickstartindex_${PV}.bb DEPENDS = "xapian-core-native" inherit native do_stage() { install -m 0744 ${WORKDIR}/${BINARY_NAME} ${STAGING_BINDIR} }