From 72399c0c2eca21d2c27c3ba668d456375453b809 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 5 Nov 2020 11:02:47 +0000 Subject: 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. Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- meta/recipes-support/vim/vim_8.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/vim') 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 PROVIDES = "xxd" PACKAGECONFIG_class-native = "" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" ALTERNATIVE_${PN}_append = " xxd" ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" -- cgit 1.2.3-korg