Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openbmc
/
1af82436a13f57c4f25325ebc22b9c8431297930
/
.
/
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"