SUMMARY = "GraphLCD plugin for VDR"DESCRIPTION = "GraphLCD is a plugin for the Video Disc Recorder and shows information about the current state of VDR on displays supported by the GraphLCD driver library."AUTHOR = "Carsten Siebholz (c.siebholz AT t-online.de>" PV = "git"LICENSE = "GPL-2.0-only"SRCREV = "27654712d582fd2bea12d730e8d824bc82281617"SRC_URI = "git://github.com/vdr-projects/vdr-plugin-graphlcd;protocol=https;branch=master"SRC_URI += " \ file://00_Makefile.patch \ "S = "${WORKDIR}/git"TARGET_CC_ARCH += "${LDFLAGS}"inherit vdr-pluginDEPENDS += "graphlcd-base"do_install() { oe_runmake DESTDIR=${D} install install -d ${D}${sysconfdir}/vdr/plugins/graphlcd ln -sf ${datadir}/vdr/plugins/graphlcd/fonts/ ${D}${sysconfdir}/vdr/plugins/graphlcd/fonts ln -sf ${datadir}/vdr/plugins/graphlcd/logos/ ${D}${sysconfdir}/vdr/plugins/graphlcd/logos ln -sf ${datadir}/vdr/plugins/graphlcd/skins/ ${D}${sysconfdir}/vdr/plugins/graphlcd/skins ln -sf ${datadir}/vdr/plugins/graphlcd/channels.alias ${D}${sysconfdir}/vdr/plugins/graphlcd/channels.alias}FILES:${PN} = " \ ${datadir}/vdr/plugins/graphlcd \ ${datadir}/vdr/plugins/graphlcd/* \ ${sysconfdir}/vdr/plugins/graphlcd \ ${sysconfdir}/vdr/plugins/graphlcd/* \ "
--- a/Makefile 2026-02-20 16:47:01.163859205 +0100+++ b/Makefile 2026-02-20 16:47:54.289123884 +0100@@ -27,7 +27,7 @@ ### The compiler options: export CFLAGS = $(call PKGCFG,cflags)-export CXXFLAGS = $(call PKGCFG,cxxflags)+export CXXFLAGS = $(call PKGCFG,cxxflags) -fpermissive ### The version number of VDR's plugin API:
ERROR: vdr-plugin-graphlcd-git-r0 do_package: QA Issue: vdr-plugin-graphlcd: Files/directories were installed but not shipped in any package: /usr/lib/vdr/libvdr-graphlcd.so.12Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
0 Members and 1 Guest are viewing this topic.