omap3-sgx-modules: strip unneeded stuff
[openembedded.git] / recipes / xapian / xapian-quickstartindex-native_1.0.bb
1 require xapian-quickstartindex_${PV}.bb
2
3 DEPENDS = "xapian-core-native"
4
5 inherit native
6
7 do_stage() {
8         install -m 0744 ${WORKDIR}/${BINARY_NAME} ${STAGING_BINDIR}
9 }