Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
meta-openembedded
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yocto
meta-openembedded
Commits
6d59d1da
Commit
6d59d1da
authored
Aug 22, 2011
by
Martin Jansa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
elementary: add new elementary-accessibility package and improve packaging
Signed-off-by:
Martin Jansa
<
Martin.Jansa@gmail.com
>
parent
f2d4302d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
meta-efl/recipes-efl/efl/elementary_svn.bb
meta-efl/recipes-efl/efl/elementary_svn.bb
+11
-4
No files found.
meta-efl/recipes-efl/efl/elementary_svn.bb
View file @
6d59d1da
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment