mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fuse: split one dpg package only
Multiple -dbg packages per recipe is not encouraged, and only one is
recommended and the code only works properly in some cases for one.
Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages
requiring.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
94f4f52101
commit
ed779d3f1b
|
|
@ -31,7 +31,9 @@ SYSTEMD_SERVICE_${PN} = ""
|
|||
|
||||
DEPENDS = "gettext-native"
|
||||
|
||||
PACKAGES =+ "fuse-utils-dbg fuse-utils libulockmgr libulockmgr-dev libulockmgr-dbg"
|
||||
PACKAGES =+ "fuse-utils libulockmgr libulockmgr-dev"
|
||||
|
||||
RPROVIDES_${PN}-dbg += "fuse-utils-dbg libulockmgr-dbg"
|
||||
|
||||
RRECOMMENDS_${PN}_class-target = "kernel-module-fuse libulockmgr fuse-utils"
|
||||
|
||||
|
|
@ -40,13 +42,11 @@ FILES_${PN}-dev += "${libdir}/libfuse*.la"
|
|||
|
||||
FILES_libulockmgr = "${libdir}/libulockmgr.so.*"
|
||||
FILES_libulockmgr-dev += "${libdir}/libulock*.la"
|
||||
FILES_libulockmgr-dbg += "${libdir}/.debug/libulock*"
|
||||
|
||||
# Forbid auto-renaming to libfuse-utils
|
||||
FILES_fuse-utils = "${bindir} ${base_sbindir}"
|
||||
FILES_fuse-utils-dbg = "${bindir}/.debug ${base_sbindir}/.debug"
|
||||
DEBIAN_NOAUTONAME_fuse-utils = "1"
|
||||
DEBIAN_NOAUTONAME_fuse-utils-dbg = "1"
|
||||
DEBIAN_NOAUTONAME_${PN}-dbg = "1"
|
||||
|
||||
do_configure_prepend() {
|
||||
# Make this explicit so overriding base_sbindir propagates properly.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user