Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
e309a8291327707255ff0d822ee05b76a0472780
/
.
/
poky
/
meta
/
recipes-support
/
vim
/
vim-tiny_9.0.bb
blob: e4c26d23f69d8bfcd1c0b5910567664517c9c04c [
file
] [
log
] [
blame
]
require
vim
.
inc
SUMMARY
+=
" (with tiny features)"
PACKAGECONFIG
+=
"tiny"
do_install
()
{
install
-
D
-
m
0755
$
{
S
}/
src
/
vim $
{
D
}/
$
{
bindir
}/
vim
.
tiny
}
ALTERNATIVE_PRIORITY
=
"90"
ALTERNATIVE_TARGET
=
"${bindir}/vim.tiny"