diff options
author | Richard Purdie <richard@openedhand.com> | 2005-12-22 16:09:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-12-22 16:09:16 +0000 |
commit | e7cf0cc43167bf9bdc87e6168e64db38d6468427 (patch) | |
tree | 0763f885f913089c56c068ae7715d178ecc382f2 /openembedded/packages/meta | |
parent | e96e69a75955798de1990170f9133a96216143eb (diff) | |
download | poky-e7cf0cc43167bf9bdc87e6168e64db38d6468427.tar.gz |
Correct osso-address book dependencies, add oprofile to poky images, switch to htk+ 2.8.9
git-svn-id: https://svn.o-hand.com/repos/poky@202 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/meta')
-rw-r--r-- | openembedded/packages/meta/meta-oh.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/packages/meta/meta-oh.bb b/openembedded/packages/meta/meta-oh.bb index e8a9d252d6..482e3135e4 100644 --- a/openembedded/packages/meta/meta-oh.bb +++ b/openembedded/packages/meta/meta-oh.bb | |||
@@ -37,6 +37,7 @@ oh-task-base = "\ | |||
37 | eds-dbus \ | 37 | eds-dbus \ |
38 | contacts \ | 38 | contacts \ |
39 | osso-addressbook \ | 39 | osso-addressbook \ |
40 | oprofile \ | ||
40 | dates \ | 41 | dates \ |
41 | leafpad \ | 42 | leafpad \ |
42 | puzzles \ | 43 | puzzles \ |
@@ -64,6 +65,7 @@ RDEPENDS_oh-task-base := "${oh-task-base} \ | |||
64 | gdk-pixbuf-loader-xpm \ | 65 | gdk-pixbuf-loader-xpm \ |
65 | gdk-pixbuf-loader-jpeg \ | 66 | gdk-pixbuf-loader-jpeg \ |
66 | gtk-theme-clearlooks \ | 67 | gtk-theme-clearlooks \ |
68 | kernel-module-oprofile \ | ||
67 | tslib-calibrate \ | 69 | tslib-calibrate \ |
68 | tslib-tests \ | 70 | tslib-tests \ |
69 | pango-module-basic-x \ | 71 | pango-module-basic-x \ |