diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2020-11-05 11:02:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-08 14:03:20 +0000 |
commit | 803fb7e4872d2a0de57ae341099ef9d1f403ea2b (patch) | |
tree | d44821a192dffb972dee29d9fd5318be536f0699 /meta/recipes-support | |
parent | 8aca690ea71393514ce0c4e7826335c0d0da5625 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/vim/vim_8.2.bb | 2 |
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 | |||
3 | PROVIDES = "xxd" | 3 | PROVIDES = "xxd" |
4 | 4 | ||
5 | PACKAGECONFIG_class-native = "" | 5 | PACKAGECONFIG_class-native = "" |
6 | BBCLASSEXTEND = "native" | 6 | BBCLASSEXTEND = "native nativesdk" |
7 | 7 | ||
8 | ALTERNATIVE_${PN}_append = " xxd" | 8 | ALTERNATIVE_${PN}_append = " xxd" |
9 | ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" | 9 | ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" |