Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
f5ebbf95242b8a6c2b73c6aa3e149acbeda30025
/
.
/
meta-openembedded
/
meta-oe
/
recipes-support
/
vim
/
vim-tiny_8.0.0983.bb
blob: bb8f2b7eaed19097ec9af5765961cfe1aaceb0e4 [
file
] [
log
] [
blame
]
require
vim_$
{
PV
}.
bb
SUMMARY
+=
" (with tiny features)"
PACKAGECONFIG
+=
"tiny"
do_install
()
{
install
-
d $
{
D
}/
$
{
bindir
}
install
-
m
0755
$
{
S
}/
vim $
{
D
}/
$
{
bindir
}/
vim
.
tiny
}
ALTERNATIVE_PRIORITY
=
"90"
ALTERNATIVE_TARGET
=
"${bindir}/vim.tiny"