summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-06 18:33:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-11 13:49:52 +0100
commit2215a9671787af1343299a50c80ed2e0ab1bc0b2 (patch)
treed8a398d83f35124485f358a5b55d11cd9cc771c9 /meta
parent429004f6a583a593ef50841eda96f7c72c80d79b (diff)
downloadast2050-yocto-poky-2215a9671787af1343299a50c80ed2e0ab1bc0b2.zip
ast2050-yocto-poky-2215a9671787af1343299a50c80ed2e0ab1bc0b2.tar.gz
task-self-hosted.bb,task-core-lsb.bb: Conditionalize pth inclusion
pth is not portable to uclibc therefore we need to exclude it for uclibc based systems. (From OE-Core rev: 6482f276533f3a177e07def9d616958d9bbc10c6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/tasks/task-self-hosted.bb4
-rw-r--r--meta/recipes-extended/tasks/task-core-lsb.bb6
2 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 64e01bb..61d08ed 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -137,7 +137,7 @@ RDEPENDS_task-self-hosted-extended = "\
perl-dev \
perl-modules \
perl-pod \
- pth \
+ ${PTH} \
python \
python-compile \
python-compiler \
@@ -199,3 +199,5 @@ RDEPENDS_task-self-hosted-graphics = "\
python-pygtk \
gtk-theme-clearlooks \
"
+PTH = "pth"
+PTH_libc-uclibc = ""
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index 4faf4d7..553b89e 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -70,7 +70,7 @@ RDEPENDS_task-core-sys-extended = "\
minicom \
neon \
parted \
- pth \
+ ${PTH} \
quota \
screen \
setserial \
@@ -197,3 +197,7 @@ RDEPENDS_task-core-lsb-runtime-add = "\
eglibc-pic \
eglibc-utils \
"
+
+PTH = "pth"
+PTH_libc-uclibc = ""
+
OpenPOWER on IntegriCloud