From: Nathan Rossi Date: Tue, 15 Dec 2020 08:38:00 +0000 (+0000) Subject: grep: add nativesdk to BBCLASSEXTEND X-Git-Tag: uninative-2.10~485 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=512757fecd460b3777d370dd0c3fc87a82a1ca58;p=openembedded-core.git grep: add nativesdk to BBCLASSEXTEND Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/grep/grep_3.6.bb b/meta/recipes-extended/grep/grep_3.6.bb index edf9b29c8f..cb009b9132 100644 --- a/meta/recipes-extended/grep/grep_3.6.bb +++ b/meta/recipes-extended/grep/grep_3.6.bb @@ -41,3 +41,5 @@ ALTERNATIVE_${PN} = "grep egrep fgrep" ALTERNATIVE_LINK_NAME[grep] = "${base_bindir}/grep" ALTERNATIVE_LINK_NAME[egrep] = "${base_bindir}/egrep" ALTERNATIVE_LINK_NAME[fgrep] = "${base_bindir}/fgrep" + +BBCLASSEXTEND = "nativesdk"