summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb
blob: e748310fc4bb40af06a97e3af581ed7db779be75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Produce a broken pc file"
LICENSE = "CLOSED"
INHIBIT_DEFAULT_DEPS = "1"

EXCLUDE_FROM_WORLD = "1"

do_install() {
    install -d ${D}${libdir}/test/
    echo '${WORKDIR}' > ${D}${libdir}/test/test.pc
}

BBCLASSEXTEND += "native"