]> code.ossystems Code Review - openembedded-core.git/commitdiff
grep: add nativesdk to BBCLASSEXTEND
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 15 Dec 2020 08:38:00 +0000 (08:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Dec 2020 22:52:13 +0000 (22:52 +0000)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/grep/grep_3.6.bb

index edf9b29c8fe94d94f1ac7a036407b657ab495943..cb009b91328453a3015bbf6916c12833a1bb0418 100644 (file)
@@ -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"