task-sdk-host: Add another file from oe.dev into the overlay to support the toolchain...
authorDavid-John Willis <John.Willis@Distant-earth.com>
Fri, 18 Jun 2010 19:08:54 +0000 (20:08 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Fri, 18 Jun 2010 19:08:54 +0000 (20:08 +0100)
recipes/tasks/task-sdk-host.bb [new file with mode: 0644]

diff --git a/recipes/tasks/task-sdk-host.bb b/recipes/tasks/task-sdk-host.bb
new file mode 100644 (file)
index 0000000..3707259
--- /dev/null
@@ -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 \
+    "