From bd470761dc761a3177033a680fcf691c50a99708 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Fri, 18 Jun 2010 20:08:54 +0100 Subject: [PATCH 1/1] task-sdk-host: Add another file from oe.dev into the overlay to support the toolchain/SDK. --- recipes/tasks/task-sdk-host.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 recipes/tasks/task-sdk-host.bb diff --git a/recipes/tasks/task-sdk-host.bb b/recipes/tasks/task-sdk-host.bb new file mode 100644 index 0000000..3707259 --- /dev/null +++ b/recipes/tasks/task-sdk-host.bb @@ -0,0 +1,21 @@ +# +# Copyright (C) 2007 OpenedHand Ltd +# + +DESCRIPTION = "Host packages for the standalone SDK or external toolchain" +PR = "r3" +LICENSE = "MIT" +ALLOW_EMPTY = "1" + +inherit sdk + +PACKAGES = "${PN}" + +RDEPENDS_${PN} = "\ + binutils-cross-sdk \ + gcc-cross-sdk \ + gdb-cross-sdk \ + pkgconfig-sdk \ + opkg-sdk \ + libtool-sdk \ + " -- 2.39.2