aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xapian/xapian-quickstartindex-native_1.0.bb
blob: fe84d4cbf5d8ecf24c591a6d39bcfe0f3c964a2b (plain)
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}
}