SlugOS: task-slugos-toolchain-target - restructure for eglibc and
authorMike Westerhof <mwester@dls.net>
Sat, 25 Dec 2010 20:23:26 +0000 (14:23 -0600)
committerMike Westerhof <mwester@dls.net>
Sat, 25 Dec 2010 20:23:26 +0000 (14:23 -0600)
fix to avoid package conflicts.  (Note that the result is not tested
yet; this change seeks only to make it build and package cleanly.)

recipes/tasks/task-slugos-toolchain-target.bb

index fb0418f..06b3b61 100644 (file)
@@ -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 \