From: David-John Willis Date: Fri, 18 Jun 2010 19:08:54 +0000 (+0100) Subject: task-sdk-host: Add another file from oe.dev into the overlay to support the toolchain... X-Git-Tag: sz_beta3~237 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=bd470761dc761a3177033a680fcf691c50a99708;hp=28954dda752ae70778204ba03e1d5c619f8ab50f;ds=sidebyside task-sdk-host: Add another file from oe.dev into the overlay to support the toolchain/SDK. --- 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 \ + "