Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
90fd73cb556c0db84e45514413a68f9c5e1aea22
/
.
/
poky
/
meta-selftest
/
recipes-test
/
container-image
/
container-image-testpkg.bb
blob: f8dd2290b39a5492e03d36c6a86889a2d9d4bdae [
file
] [
log
] [
blame
]
Brad Bishop
6e60e8b
2018-02-01 10:27:11 -0500
[
diff
] [
blame
]
1
LICENSE
=
"MIT"
2
3
INHIBIT_DEFAULT_DEPS
=
"1"
4
5
do_install_append
()
{
6
install
-
d $
{
D
}
$
{
bindir
}
7
touch $
{
D
}
$
{
bindir
}/
theapp
8
}