[oe-commits] Angus Ainslie : fso-paroli-image: use paroli-elementary bindings

GIT User account git at amethyst.openembedded.net
Tue May 19 17:49:48 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 8684b2183102ed2068b6926bf36df2a4e12ead9b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8684b2183102ed2068b6926bf36df2a4e12ead9b

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue May 19 11:47:41 2009 -0600

fso-paroli-image: use paroli-elementary bindings

---

 recipes/images/fso-paroli-image.bb |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/recipes/images/fso-paroli-image.bb b/recipes/images/fso-paroli-image.bb
index 1e96115..7de0ddf 100644
--- a/recipes/images/fso-paroli-image.bb
+++ b/recipes/images/fso-paroli-image.bb
@@ -16,11 +16,35 @@ GTK_INSTALL = " \
 GAMES_INSTALL = ""
 APPS_INSTALL = ""
 
-# fso
-ZHONE_INSTALL = "\
+PAROLI_INSTALL = "\
   paroli \
   paroli-theme \
   paroli-sounds \
   paroli-autostart \
   task-fso-compliance \
 "
+
+PYTHON_INSTALL = "\
+  python-evas \
+  python-ecore \
+  python-edje \
+  python-emotion \
+  python-etk \
+  python-epsilon \
+  python-edbus \
+  python-codecs \
+  python-gst \
+"
+
+IMAGE_INSTALL = "\
+  ${BASE_INSTALL} \
+  ${X_INSTALL} \
+  ${GTK_INSTALL} \
+  ${GAMES_INSTALL} \
+  ${AUDIO_INSTALL} \
+  ${TOOLS_INSTALL} \
+  ${PYTHON_INSTALL} \
+  ${PAROLI_INSTALL} \
+  ${APPS_INSTALL} \
+"
+





More information about the Openembedded-commits mailing list