[OE-core] [RFC][PATCH 2/9] bash-completion: build nativesdk variant

George McCollister george.mccollister at gmail.com
Thu Jan 14 20:56:30 UTC 2016


The nativesdk variant is required for some recipes like git to use the class.

Signed-off-by: George McCollister <george.mccollister at gmail.com>
---
 meta/recipes-support/bash-completion/bash-completion_2.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/bash-completion/bash-completion_2.1.bb b/meta/recipes-support/bash-completion/bash-completion_2.1.bb
index fbe4278..5c39863 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.1.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.1.bb
@@ -37,3 +37,5 @@ RDEPENDS_${PN} = "bash"
 PACKAGES =+ "${PN}-extra"
 FILES_${PN}-extra = "${datadir}/${BPN}/completions/ \
     ${datadir}/${BPN}/helpers/"
+
+BBCLASSEXTEND = "nativesdk"
-- 
2.4.5




More information about the Openembedded-core mailing list