diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-30 09:32:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-30 09:32:08 +0000 |
commit | 4ed25e747d7a5a636d9e517b59601ff66f1d6c15 (patch) | |
tree | 06088c03c1917245846d2d4c37c7a19d42534cf3 | |
parent | 90ca4b27c47bb9f9425805de473c1c00c6f91f8e (diff) | |
download | poky-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
-rw-r--r-- | meta/packages/tasks/task-oh-sdk.bb | 3 |
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 | ||
5 | DESCRIPTON = "Software Development Tasks for OpenedHand Poky" | 5 | DESCRIPTON = "Software Development Tasks for OpenedHand Poky" |
6 | PR = "r13" | 6 | PR = "r14" |
7 | DEPENDS = "task-oh" | 7 | DEPENDS = "task-oh" |
8 | ALLOW_EMPTY = "1" | 8 | ALLOW_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 \ |