summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim/vim_8.2.bb
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2020-11-05 11:02:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-08 14:03:20 +0000
commit803fb7e4872d2a0de57ae341099ef9d1f403ea2b (patch)
treed44821a192dffb972dee29d9fd5318be536f0699 /meta/recipes-support/vim/vim_8.2.bb
parent8aca690ea71393514ce0c4e7826335c0d0da5625 (diff)
downloadpoky-803fb7e4872d2a0de57ae341099ef9d1f403ea2b.tar.gz
vim: add nativesdk to BBCLASSEXTEND
Enable nativesdk build support in order to be able to include vim in nativesdk targets (e.g. buildtools-tarball/sdk). It is useful to be able to provide an editor in a relocatable form for when hosts do not provide an editor. Additionally the vim recipe provides the xxd tool. (From OE-Core rev: 72399c0c2eca21d2c27c3ba668d456375453b809) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim/vim_8.2.bb')
-rw-r--r--meta/recipes-support/vim/vim_8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_8.2.bb
index 709b6ddb55..7e4654e472 100644
--- a/meta/recipes-support/vim/vim_8.2.bb
+++ b/meta/recipes-support/vim/vim_8.2.bb
@@ -3,7 +3,7 @@ require vim.inc
3PROVIDES = "xxd" 3PROVIDES = "xxd"
4 4
5PACKAGECONFIG_class-native = "" 5PACKAGECONFIG_class-native = ""
6BBCLASSEXTEND = "native" 6BBCLASSEXTEND = "native nativesdk"
7 7
8ALTERNATIVE_${PN}_append = " xxd" 8ALTERNATIVE_${PN}_append = " xxd"
9ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" 9ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd"