aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/findutils
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 11:05:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 16:48:30 +0100
commit80d631657404669dbbf0ee88f68e5eb79a469bc6 (patch)
tree5f01504f02feca95665415d3016133ce48419fc0 /meta/recipes-extended/findutils
parent551a996616cd1cd37eb5ec4ba03b6b816e9b6e0e (diff)
downloadopenembedded-core-contrib-80d631657404669dbbf0ee88f68e5eb79a469bc6.tar.gz
git/tar/findutils: Add nativesdk versions
We need to be able to generate a standalone tarball containing tar/git so add nativesdk versions of the appropriate recipes to allow this to be possible. Tweak the git perl paths to avoid warnings when building the nativesdk version, ensure the binaries are wrapped correctly and avoid update-alternatives in nativesdk-tar. (From OE-Core rev: c91bb8c76e3bd45690e66f3de79cd3adfe45f600) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/findutils')
-rw-r--r--meta/recipes-extended/findutils/findutils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/findutils/findutils.inc b/meta/recipes-extended/findutils/findutils.inc
index 9306786832..81e6785f63 100644
--- a/meta/recipes-extended/findutils/findutils.inc
+++ b/meta/recipes-extended/findutils/findutils.inc
@@ -21,4 +21,4 @@ ALTERNATIVE_PRIORITY = "100"
# see diffutils.mk in buildroot)
EXTRA_OECONF_libc-uclibc = "--without-included-regex"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"