aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2023-01-03 10:49:04 +0800
committerKhem Raj <raj.khem@gmail.com>2023-01-04 15:33:58 -0800
commitdd265f39c85c6cc7eaddb1ef358032a0b4865f53 (patch)
tree163a50df0e136068099a19db80e6c1e227e31c92 /meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb
parented18e545c9f1ac1a0b23458323d07e3da24c646d (diff)
downloadmeta-openembedded-dd265f39c85c6cc7eaddb1ef358032a0b4865f53.tar.gz
tcsh: add native nativesdk BBCLASSEXTEND
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb')
-rw-r--r--meta-oe/recipes-shells/tcsh/tcsh_6.22.04.bb1
1 files changed, 1 insertions, 0 deletions
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 f7282bf1fd..49d7c3f755 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"