From cf9e6b299aaae23f459d1887e9acf721c0b3f9a4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 13 Jun 2011 14:34:31 +0100 Subject: task-sdk-host: Add nativesdk to the task name so its clearer what the contents of the task represent This is particularly important since the file doens't use BBCLASSEXTEND and PN is therefore misleading Signed-off-by: Richard Purdie --- meta/recipes-core/tasks/task-sdk-host-nativesdk.bb | 33 ++++++++++++++++++++++ meta/recipes-core/tasks/task-sdk-host.bb | 33 ---------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 meta/recipes-core/tasks/task-sdk-host-nativesdk.bb delete mode 100644 meta/recipes-core/tasks/task-sdk-host.bb (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb b/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb new file mode 100644 index 000000000..5ec40b140 --- /dev/null +++ b/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb @@ -0,0 +1,33 @@ +# +# Copyright (C) 2007 OpenedHand Ltd +# + +DESCRIPTION = "Host packages for the standalone SDK or external toolchain" +PR = "r10" +LICENSE = "MIT" +ALLOW_EMPTY = "1" + +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +inherit nativesdk + +PACKAGES = "${PN}" + +RDEPENDS_${PN} = "\ + pkgconfig-nativesdk \ + qemu-nativesdk \ + qemu-helper-nativesdk \ + pseudo-nativesdk \ + unfs-server-nativesdk \ + opkg-nativesdk \ + libtool-nativesdk \ + " + +RDEPENDS_${PN}_darwin8 = "\ + odcctools-cross-canadian \ + llvm-cross-canadian \ + pkgconfig-nativesdk \ + opkg-nativesdk \ + libtool-nativesdk \ + " diff --git a/meta/recipes-core/tasks/task-sdk-host.bb b/meta/recipes-core/tasks/task-sdk-host.bb deleted file mode 100644 index 5ec40b140..000000000 --- a/meta/recipes-core/tasks/task-sdk-host.bb +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright (C) 2007 OpenedHand Ltd -# - -DESCRIPTION = "Host packages for the standalone SDK or external toolchain" -PR = "r10" -LICENSE = "MIT" -ALLOW_EMPTY = "1" - -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -inherit nativesdk - -PACKAGES = "${PN}" - -RDEPENDS_${PN} = "\ - pkgconfig-nativesdk \ - qemu-nativesdk \ - qemu-helper-nativesdk \ - pseudo-nativesdk \ - unfs-server-nativesdk \ - opkg-nativesdk \ - libtool-nativesdk \ - " - -RDEPENDS_${PN}_darwin8 = "\ - odcctools-cross-canadian \ - llvm-cross-canadian \ - pkgconfig-nativesdk \ - opkg-nativesdk \ - libtool-nativesdk \ - " -- cgit v1.2.3