mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-19 17:18:57 +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:
parent
ed995f152b
commit
ddf939a1cb
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user