mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
gamin: Add missing debug files to -dbg
Add the missing files to the base -dbg package, remove the libPN-dbg as it is non-standard. (From OE-Core rev: f736d197150fdf6520402ba33e55214527455833) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
de8636c1cb
commit
52c96e396f
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
PROVIDES = "fam"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
|
||||
file://no-abstract-sockets.patch"
|
||||
@@ -20,13 +20,12 @@ inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--without-python"
|
||||
|
||||
PACKAGES += "lib${PN} lib${PN}-dev lib${PN}-dbg"
|
||||
PACKAGES += "lib${PN} lib${PN}-dev"
|
||||
FILES_${PN} = "${libexecdir}"
|
||||
FILES_${PN}-dbg = "${libexecdir}/.debug"
|
||||
FILES_${PN}-dbg += "${libexecdir}/.debug"
|
||||
FILES_lib${PN} = "${libdir}/lib*.so.*"
|
||||
FILES_lib${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/lib*.la \
|
||||
${libdir}/lib*.a ${libdir}/lib*.so"
|
||||
FILES_lib${PN}-dbg = "${libdir}/.debug/"
|
||||
|
||||
RDEPENDS_lib${PN} = "${PN}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user