diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-04 20:04:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-04 20:04:13 +0000 |
commit | dae8dc2dfb3ffbe1d8aa8cb10f9f7b8c82d12364 (patch) | |
tree | ccc65724420634ee73772e176b1c5107ffcdc7c8 /meta/packages/tasks | |
parent | f643fcb671d8a21d1d80ec1c45d395e1a9693dcf (diff) | |
download | poky-dae8dc2dfb3ffbe1d8aa8cb10f9f7b8c82d12364.tar.gz |
task-sdk-gmae.inc: Add libxi-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5020 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r-- | meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb | 2 | ||||
-rw-r--r-- | meta/packages/tasks/task-sdk-gmae.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb b/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb index 9b9059093b..f1488b0838 100644 --- a/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb +++ b/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky" | 5 | DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky" |
6 | PR = "r7" | 6 | PR = "r8" |
7 | 7 | ||
8 | ALLOW_EMPTY = "1" | 8 | ALLOW_EMPTY = "1" |
9 | 9 | ||
diff --git a/meta/packages/tasks/task-sdk-gmae.inc b/meta/packages/tasks/task-sdk-gmae.inc index ae261c9a3c..9e5881c5ed 100644 --- a/meta/packages/tasks/task-sdk-gmae.inc +++ b/meta/packages/tasks/task-sdk-gmae.inc | |||
@@ -9,4 +9,5 @@ SDK-GMAE = " \ | |||
9 | libtelepathy-dev \ | 9 | libtelepathy-dev \ |
10 | libecal-dev \ | 10 | libecal-dev \ |
11 | libebook-dev \ | 11 | libebook-dev \ |
12 | libxi-dev \ | ||
12 | " | 13 | " |