From c91bb8c76e3bd45690e66f3de79cd3adfe45f600 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Jun 2013 11:05:20 +0000 Subject: 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. Signed-off-by: Richard Purdie --- meta/recipes-extended/tar/tar.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-extended/tar') diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc index f49c7de4a5..abeb8c19ff 100644 --- a/meta/recipes-extended/tar/tar.inc +++ b/meta/recipes-extended/tar/tar.inc @@ -33,6 +33,10 @@ ALTERNATIVE_PRIORITY = "100" ALTERNATIVE_${PN} = "tar" ALTERNATIVE_${PN}-rmt = "rmt" +ALTERNATIVE_${PN}_class-nativesdk = "" +ALTERNATIVE_${PN}-rmt_class-nativesdk = "" ALTERNATIVE_LINK_NAME[tar] = "${base_bindir}/tar" ALTERNATIVE_LINK_NAME[rmt] = "${base_sbindir}/rmt" + +BBCLASSEXTEND = "nativesdk" -- cgit 1.2.3-korg