Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
LICENSE = "CLOSED"
|
||||
|
||||
PROVIDES = "virtual/sysroot-test"
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
TESTSTRING ?= "2"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${includedir}
|
||||
echo "# test ${TESTSTRING}" > ${D}${includedir}/sysroot-test.h
|
||||
}
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
Reference in New Issue
Block a user