aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2010-12-25 14:23:26 -0600
committerMike Westerhof <mwester@dls.net>2010-12-25 14:23:26 -0600
commitc1085f71fcbdf5a07f5e6493e7425716c6013459 (patch)
tree24fc240152b0d3a580aeb4a2d50e47090117d673 /recipes/tasks
parentfb05130c3b94773a93851284385894a9976650ff (diff)
downloadopenembedded-c1085f71fcbdf5a07f5e6493e7425716c6013459.tar.gz
SlugOS: task-slugos-toolchain-target - restructure for eglibc and
fix to avoid package conflicts. (Note that the result is not tested yet; this change seeks only to make it build and package cleanly.)
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-slugos-toolchain-target.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/tasks/task-slugos-toolchain-target.bb b/recipes/tasks/task-slugos-toolchain-target.bb
index fb0418fe29..06b3b61e5f 100644
--- a/recipes/tasks/task-slugos-toolchain-target.bb
+++ b/recipes/tasks/task-slugos-toolchain-target.bb
@@ -2,19 +2,17 @@ DESCRIPTION = "Packages for a standalone SDK or external toolchain"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
-PR = "r3"
+PR = "r3.2"
PACKAGES = "${PN}"
-DEPENDS = "task-sdk-bare"
-
# This is a starting point, and nothing more at present -- please fill
# this out with a reasonable set of development tools for a SlugOS image.
# Also feel free to remove stuff that's silly.
RDEPENDS_${PN} = "\
- task-sdk-bare \
- linux-libc-headers-dev \
+ eglibc eglibc-dbg eglibc-utils eglibc-dev eglibc-thread-db libsegfault \
+ libgcc libstdc++ libstdc++-dev \
libssl \
libcrypto \
openssl-dev \