[oe-commits] Martin Jansa : elementary: add new elementary-accessibility package and improve packaging

git version control git at git.openembedded.org
Tue Aug 23 10:36:52 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 6d59d1da5379ba8e231c5a17e787b9f1f97304d3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=6d59d1da5379ba8e231c5a17e787b9f1f97304d3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug 22 16:17:51 2011 +0200

elementary: add new elementary-accessibility package and improve packaging

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-efl/efl/elementary_svn.bb |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb b/meta-efl/recipes-efl/efl/elementary_svn.bb
index a28927c..1c8909f 100644
--- a/meta-efl/recipes-efl/efl/elementary_svn.bb
+++ b/meta-efl/recipes-efl/efl/elementary_svn.bb
@@ -21,13 +21,13 @@ do_compile_append() {
                   elementary.pc
 }
 
-PACKAGES =+ "${PN}-configs"
+PACKAGES =+ "${PN}-configs ${PN}-accessibility"
 
 RDEPENDS_${PN} = "\
-  elementary-themes \
-  elementary-configs \
+  ${PN}-themes \
+  ${PN}-configs \
 "
-RSUGGESTS_${PN} = "elementary-tests"
+RSUGGESTS_${PN} = "${PN}-tests ${PN}-accessibility"
 
 FILES_${PN} += "\
   ${libdir}/edje/modules/elm \
@@ -43,6 +43,8 @@ FILES_${PN}-configs = "\
 
 FILES_${PN}-dbg += "\
   ${libdir}/elementary/modules/test_entry/*/.debug \
+  ${libdir}/elementary/modules/test_map/*/.debug \
+  ${libdir}/elementary/modules/access_output/*/.debug \
   ${libdir}/edje/modules/elm/*/.debug \
 "
 
@@ -53,6 +55,11 @@ FILES_${PN}-tests = "\
   ${datadir}/applications/* \
   ${datadir}/icons/* \
   ${libdir}/elementary/modules/test_entry/* \
+  ${libdir}/elementary/modules/test_map/* \
+"
+
+FILES_${PN}-accessibility = "\
+  ${libdir}/elementary/modules/access_output/* \
 "
 
 # Some upgrade path tweaking, as in evas





More information about the Openembedded-commits mailing list