From: Nathan Rossi Date: Thu, 5 Nov 2020 11:02:47 +0000 (+0000) Subject: vim: add nativesdk to BBCLASSEXTEND X-Git-Tag: uninative-2.10~778 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=72399c0c2eca21d2c27c3ba668d456375453b809;p=openembedded-core.git 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 --- 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"