diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-24 09:00:24 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-04-26 13:49:15 +0200 |
commit | 750e6392954d6fab7a3650bbeaa3ae48ff00e617 (patch) | |
tree | 98852618edb7afdb58acdbd795d7d9363c74831c /meta-efl/recipes-efl/efl/edbus.inc | |
parent | 0b8274e661c9dbdf3ad691af800e68aa8ba28f0e (diff) | |
download | meta-openembedded-750e6392954d6fab7a3650bbeaa3ae48ff00e617.tar.gz |
meta-efl: add recipes for new released versions
* drop/reset PR where possible as PV is increased
* remove RREPLACES for versions before meta-efl was created
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/edbus.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus.inc | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc index 0ffbac4204..ad20c8c783 100644 --- a/meta-efl/recipes-efl/efl/edbus.inc +++ b/meta-efl/recipes-efl/efl/edbus.inc | |||
@@ -9,11 +9,11 @@ inherit efl | |||
9 | ALLOW_EMPTY = "1" | 9 | ALLOW_EMPTY = "1" |
10 | 10 | ||
11 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
12 | INC_PR = "r1" | 12 | INC_PR = "r0" |
13 | 13 | ||
14 | SRCNAME = "e_dbus" | 14 | SRCNAME = "e_dbus" |
15 | 15 | ||
16 | EXTRA_OECONF = "--enable-build-test-gui" | 16 | EXTRA_OECONF += "--enable-build-test-gui" |
17 | 17 | ||
18 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" | 18 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" |
19 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" | 19 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" |
@@ -25,13 +25,3 @@ FILES_${PN}-eofono = "${libdir}/libeofono.so.*" | |||
25 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" | 25 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" |
26 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" | 26 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" |
27 | FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" | 27 | FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" |
28 | |||
29 | RREPLACES_${PN}-enotify = "libenotify1" | ||
30 | RREPLACES_${PN}-edbus = "edbus" | ||
31 | RREPLACES_${PN}-enm = "edbus" | ||
32 | RREPLACES_${PN}-ehal = "edbus" | ||
33 | RREPLACES_${PN}-econnman = "edbus" | ||
34 | RREPLACES_${PN}-eofono = "edbus" | ||
35 | RREPLACES_${PN}-eukit = "edbus" | ||
36 | RREPLACES_${PN}-ebluez = "edbus" | ||
37 | |||