diff options
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 0ffbac4..ad20c8c 100644 --- a/meta-efl/recipes-efl/efl/edbus.inc +++ b/meta-efl/recipes-efl/efl/edbus.inc @@ -9,11 +9,11 @@ inherit efl ALLOW_EMPTY = "1" BBCLASSEXTEND = "native" -INC_PR = "r1" +INC_PR = "r0" SRCNAME = "e_dbus" -EXTRA_OECONF = "--enable-build-test-gui" +EXTRA_OECONF += "--enable-build-test-gui" PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" @@ -25,13 +25,3 @@ FILES_${PN}-eofono = "${libdir}/libeofono.so.*" FILES_${PN}-eukit = "${libdir}/libeukit.so.*" FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" - -RREPLACES_${PN}-enotify = "libenotify1" -RREPLACES_${PN}-edbus = "edbus" -RREPLACES_${PN}-enm = "edbus" -RREPLACES_${PN}-ehal = "edbus" -RREPLACES_${PN}-econnman = "edbus" -RREPLACES_${PN}-eofono = "edbus" -RREPLACES_${PN}-eukit = "edbus" -RREPLACES_${PN}-ebluez = "edbus" - |