diff mbox series

[meta-oe] tcsh: add native nativesdk BBCLASSEXTEND

Message ID 20230103024904.612101-1-naveen.kumar.saini@intel.com
State Under Review
Headers show
Series [meta-oe] tcsh: add native nativesdk BBCLASSEXTEND | expand

Commit Message

Naveen Saini Jan. 3, 2023, 2:49 a.m. UTC
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
---
 meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb b/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb
index f7282bf1f..49d7c3f75 100644
--- a/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb
+++ b/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb
@@ -44,3 +44,4 @@  pkg_postinst:${PN} () {
 echo /usr/bin/tcsh >> $D/etc/shells
 echo /usr/bin/csh >> $D/etc/shells
 }
+BBCLASSEXTEND = "native nativesdk"