aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xapian/xapian-quickstartindex-native_1.0.bb
blob: f515867573ee41b09f8bc3e03330294f8e172037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require xapian-quickstartindex_${PV}.bb

DEPENDS = "xapian-core-native"

inherit native

do_stage() {
        install -m 0744 ${WORKDIR}/${BINARY_NAME} ${STAGING_BINDIR}
}

SRC_URI[md5sum] = "841603b0b16162b3b47f9f85cb2e1dfd"
SRC_URI[sha256sum] = "8ed21bd84253d3d09a67481d3b441b6410a173b65c952c3e9e2e1c7b67aea6c8"