mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
gnuplot: split one dpg package
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:
@@ -60,10 +60,12 @@ do_install_append_class-target() {
|
||||
install -m 0644 ${WORKDIR}/gnuplot.png ${D}${datadir}/pixmaps/
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-x11-dbg ${PN}-x11"
|
||||
PACKAGES =+ "${PN}-x11"
|
||||
|
||||
RPROVIDES_${PN}-dbg += "${PN}-x11-dbg"
|
||||
|
||||
DESCRIPTION_${PN}-x11 = "X11 display terminal for Gnuplot."
|
||||
SECTION_${PN}-x11 = "x11/scientific"
|
||||
FILES_${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps ${libdir}/X11 "
|
||||
|
||||
FILES_${PN} += "${datadir}/texmf"
|
||||
FILES_${PN}-x11-dbg += "${libexecdir}/gnuplot/*/.debug"
|
||||
|
||||
Reference in New Issue
Block a user