summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-30 09:32:08 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-30 09:32:08 +0000
commit4ed25e747d7a5a636d9e517b59601ff66f1d6c15 (patch)
tree06088c03c1917245846d2d4c37c7a19d42534cf3 /meta
parent90ca4b27c47bb9f9425805de473c1c00c6f91f8e (diff)
downloadpoky-4ed25e747d7a5a636d9e517b59601ff66f1d6c15.tar.gz
task-oh-sdk: Add intltool to sdk images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1814 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/tasks/task-oh-sdk.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-oh-sdk.bb b/meta/packages/tasks/task-oh-sdk.bb
index 3eb3347b77..42bf20a8ff 100644
--- a/meta/packages/tasks/task-oh-sdk.bb
+++ b/meta/packages/tasks/task-oh-sdk.bb
@@ -3,7 +3,7 @@
3# 3#
4 4
5DESCRIPTON = "Software Development Tasks for OpenedHand Poky" 5DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
6PR = "r13" 6PR = "r14"
7DEPENDS = "task-oh" 7DEPENDS = "task-oh"
8ALLOW_EMPTY = "1" 8ALLOW_EMPTY = "1"
9#PACKAGEFUNCS =+ 'generate_sdk_pkgs' 9#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -25,6 +25,7 @@ RDEPENDS_task-oh-sdk = "\
25 g++ \ 25 g++ \
26 g++-symlinks \ 26 g++-symlinks \
27 make \ 27 make \
28 intltool \
28 perl-module-re \ 29 perl-module-re \
29 perl-module-text-wrap \ 30 perl-module-text-wrap \
30 pkgconfig \ 31 pkgconfig \