Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
8f840685fb701a268141f0fcebc1d34fcd9b01de
/
.
/
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"