diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-30 16:50:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-30 16:50:24 +0000 |
commit | b6691acf0dacf6791e38bcb42f9303d27fa0a0e8 (patch) | |
tree | e885ee19c8ef23f1026f371793c4c0430ab57ee3 /meta/packages | |
parent | 731cdbe17e50e371a4e2565e24240054cd373279 (diff) | |
download | poky-b6691acf0dacf6791e38bcb42f9303d27fa0a0e8.tar.gz |
task-poky-standalone-gmae-sdk-target: GMAE for standalone SDK
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3285 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 0000000000..b367012723 --- /dev/null +++ b/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | # | ||
2 | # Copyright (C) 2007 OpenedHand Ltd. | ||
3 | # | ||
4 | |||
5 | DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky" | ||
6 | DEPENDS = "task-poky-standalone-sdk-target" | ||
7 | |||
8 | ALLOW_EMPTY = "1" | ||
9 | |||
10 | PACKAGES = "\ | ||
11 | task-poky-standalone-gmae-sdk-gmae \ | ||
12 | task-poky-standalone-gmae-sdk-gmae-dbg" | ||
13 | |||
14 | RDEPENDS_${PN} = "\ | ||
15 | task-poky-standalone-sdk-target \ | ||
16 | gtk+-dev \ | ||
17 | eds-dbus-dev \ | ||
18 | gstreamer-dev \ | ||
19 | bluez-libs-dev \ | ||
20 | gnome-vfs-dev \ | ||
21 | gconf-dbus-dev \ | ||
22 | avahi-dev \ | ||
23 | libtelepathy-dev \ | ||
24 | " | ||