diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-08-22 16:17:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-08-22 22:09:36 +0200 |
commit | 6d59d1da5379ba8e231c5a17e787b9f1f97304d3 (patch) | |
tree | 6a5cb637107ebdb87ecd0be57d7b018e5cfaaa72 /meta-efl/recipes-efl | |
parent | f2d4302d43765f25c2fca5a78959300dd5fc5371 (diff) | |
download | meta-openembedded-6d59d1da5379ba8e231c5a17e787b9f1f97304d3.tar.gz |
elementary: add new elementary-accessibility package and improve packaging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | 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 a28927ca3..1c8909faa 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() { | |||
21 | elementary.pc | 21 | elementary.pc |
22 | } | 22 | } |
23 | 23 | ||
24 | PACKAGES =+ "${PN}-configs" | 24 | PACKAGES =+ "${PN}-configs ${PN}-accessibility" |
25 | 25 | ||
26 | RDEPENDS_${PN} = "\ | 26 | RDEPENDS_${PN} = "\ |
27 | elementary-themes \ | 27 | ${PN}-themes \ |
28 | elementary-configs \ | 28 | ${PN}-configs \ |
29 | " | 29 | " |
30 | RSUGGESTS_${PN} = "elementary-tests" | 30 | RSUGGESTS_${PN} = "${PN}-tests ${PN}-accessibility" |
31 | 31 | ||
32 | FILES_${PN} += "\ | 32 | FILES_${PN} += "\ |
33 | ${libdir}/edje/modules/elm \ | 33 | ${libdir}/edje/modules/elm \ |
@@ -43,6 +43,8 @@ FILES_${PN}-configs = "\ | |||
43 | 43 | ||
44 | FILES_${PN}-dbg += "\ | 44 | FILES_${PN}-dbg += "\ |
45 | ${libdir}/elementary/modules/test_entry/*/.debug \ | 45 | ${libdir}/elementary/modules/test_entry/*/.debug \ |
46 | ${libdir}/elementary/modules/test_map/*/.debug \ | ||
47 | ${libdir}/elementary/modules/access_output/*/.debug \ | ||
46 | ${libdir}/edje/modules/elm/*/.debug \ | 48 | ${libdir}/edje/modules/elm/*/.debug \ |
47 | " | 49 | " |
48 | 50 | ||
@@ -53,6 +55,11 @@ FILES_${PN}-tests = "\ | |||
53 | ${datadir}/applications/* \ | 55 | ${datadir}/applications/* \ |
54 | ${datadir}/icons/* \ | 56 | ${datadir}/icons/* \ |
55 | ${libdir}/elementary/modules/test_entry/* \ | 57 | ${libdir}/elementary/modules/test_entry/* \ |
58 | ${libdir}/elementary/modules/test_map/* \ | ||
59 | " | ||
60 | |||
61 | FILES_${PN}-accessibility = "\ | ||
62 | ${libdir}/elementary/modules/access_output/* \ | ||
56 | " | 63 | " |
57 | 64 | ||
58 | # Some upgrade path tweaking, as in evas | 65 | # Some upgrade path tweaking, as in evas |