Initial commit
This commit is contained in:
@@ -0,0 +1,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"
|
||||
Reference in New Issue
Block a user