aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-sdk-bare.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-11-18 16:44:41 -0700
committerTom Rini <tom_rini@mentor.com>2010-11-18 16:46:19 -0700
commitb794b9d9bec3a845d0cb1e0a9f6ef0327ea1f693 (patch)
tree161bb3a5a4badcdfaaec9e86d5e926c25e8221b6 /recipes/tasks/task-sdk-bare.bb
parent0610b3f1a82e8f07cad894fb9ad4e075fd9d68fa (diff)
downloadopenembedded-b794b9d9bec3a845d0cb1e0a9f6ef0327ea1f693.tar.gz
task-sdk-bare: Set LIBC_PKGS for uclibcgnuspe
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/tasks/task-sdk-bare.bb')
-rw-r--r--recipes/tasks/task-sdk-bare.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/tasks/task-sdk-bare.bb b/recipes/tasks/task-sdk-bare.bb
index 5a43fed9b0..4bb40f1409 100644
--- a/recipes/tasks/task-sdk-bare.bb
+++ b/recipes/tasks/task-sdk-bare.bb
@@ -19,6 +19,7 @@ LIBC_PKGS_linux-gnueabi = "${GLIBC_PKGS}"
LIBC_PKGS_linux-gnuspe = "${GLIBC_PKGS}"
LIBC_PKGS_linux-uclibc = "uclibc uclibc-dev uclibc-thread-db"
LIBC_PKGS_linux-uclibceabi = "uclibc uclibc-dev uclibc-thread-db"
+LIBC_PKGS_linux-uclibcspe = "uclibc uclibc-dev uclibc-thread-db"
RDEPENDS_${PN} = "\
${LIBC_PKGS} \