From 79a4501a2ead92cb512eef0bd3dfe133d0e5d799 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 20 Sep 2010 14:18:45 +0100 Subject: Complete packages -> recipes transition Signed-off-by: Richard Purdie --- meta/recipes-core/tasks/task-sdk-host.bb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta/recipes-core/tasks/task-sdk-host.bb (limited to 'meta/recipes-core/tasks/task-sdk-host.bb') diff --git a/meta/recipes-core/tasks/task-sdk-host.bb b/meta/recipes-core/tasks/task-sdk-host.bb new file mode 100644 index 0000000000..bccf48dbde --- /dev/null +++ b/meta/recipes-core/tasks/task-sdk-host.bb @@ -0,0 +1,32 @@ +# +# Copyright (C) 2007 OpenedHand Ltd +# + +DESCRIPTION = "Host packages for the standalone SDK or external toolchain" +PR = "r8" +LICENSE = "MIT" +ALLOW_EMPTY = "1" + +inherit nativesdk + +PACKAGES = "${PN}" + +RDEPENDS_${PN} = "\ + binutils-cross-canadian \ + gdb-cross-canadian \ + gcc-cross-canadian \ + pkgconfig-nativesdk \ + qemu-nativesdk \ + qemu-helper-nativesdk \ + pseudo-nativesdk \ + unfs-server-nativesdk \ + opkg-nativesdk \ + " + +RDEPENDS_${PN}_darwin8 = "\ + odcctools-cross-canadian \ + llvm-cross-canadian \ + pkgconfig-nativesdk \ + opkg-nativesdk \ + libtool-nativesdk \ + " -- cgit v1.2.3-54-g00ecf