Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
e4f1b9c46a0f49bafc4f5a4d77876a1e18663aa4
/
.
/
poky
/
meta-selftest
/
recipes-test
/
sysroot-test
/
sysroot-pc-test_1.0.bb
blob: e748310fc4bb40af06a97e3af581ed7db779be75 [
file
] [
log
] [
blame
]
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"