mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
edbus: include libeconnman0_7x in edbus-connman, otherwise whole PN is renamed and breaks upgrade path
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c"
|
||||
inherit efl
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
INC_PR = "r0"
|
||||
INC_PR = "r1"
|
||||
|
||||
SRCNAME = "e_dbus"
|
||||
|
||||
@@ -17,7 +17,7 @@ FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send"
|
||||
FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
|
||||
FILES_${PN}-enm = "${libdir}/libenm.so.*"
|
||||
FILES_${PN}-ehal = "${libdir}/libehal.so.*"
|
||||
FILES_${PN}-econnman = "${libdir}/libeconnman.so.*"
|
||||
FILES_${PN}-econnman = "${libdir}/libeconnman.so.* ${libdir}/libeconnman0_7x.so.*"
|
||||
FILES_${PN}-eofono = "${libdir}/libeofono.so.*"
|
||||
FILES_${PN}-eukit = "${libdir}/libeukit.so.*"
|
||||
FILES_${PN}-ebluez = "${libdir}/libebluez.so.*"
|
||||
|
||||
Reference in New Issue
Block a user