tcsh: add native nativesdk BBCLASSEXTEND

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Naveen Saini 2023-01-03 10:49:04 +08:00 committed by Khem Raj
parent ed18e545c9
commit dd265f39c8

View File

@ -44,3 +44,4 @@ pkg_postinst:${PN} () {
echo /usr/bin/tcsh >> $D/etc/shells
echo /usr/bin/csh >> $D/etc/shells
}
BBCLASSEXTEND = "native nativesdk"