diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2025-05-20 15:31:20 -0300 |
---|---|---|
committer | Francesco Dolcini <francesco.dolcini@toradex.com> | 2025-05-23 09:13:38 +0000 |
commit | 6c4361982c1dec9f3a6af838c5c7855dc34a918a (patch) | |
tree | 89f078cedb8b0273c12e8762a10278ec109aa081 | |
parent | 1ba0ef31d4fa591b2b3a079a493f499290bb47b5 (diff) |
codecgraph: remove recipe
This recipe is not being installed into our images. Remove it.
Related-to: ELB-6306
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r-- | recipes-multimedia/codecgraph/codecgraph_20120114.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-multimedia/codecgraph/codecgraph_20120114.bb b/recipes-multimedia/codecgraph/codecgraph_20120114.bb deleted file mode 100644 index 86025060..00000000 --- a/recipes-multimedia/codecgraph/codecgraph_20120114.bb +++ /dev/null @@ -1,22 +0,0 @@ -SECTION = "multimedia" -SUMMARY = "Tool to generate a graph of HDA codec config" -DESCRIPTION = "Codecgraph is a tool to generate a graph based on the ALSA description of a High Definition Audio codec." -HOMEPAGE = "http://helllabs.org/codecgraph/" -LICENSE = "GPL-2.0-or-later" -RDEPENDS:${PN} = "python graphviz" - -SRC_URI = "http://helllabs.org/codecgraph/codecgraph-${PV}.tar.gz" -LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" -SRC_URI[md5sum] = "30bb1afeda28b7e9b7f36e3b5b98a869" -SRC_URI[sha256sum] = "24dca78c6a8cf894385df304d29f348d48868000d5ffbd03bf12c5b4f9805106" - -S = "${WORKDIR}/codecgraph-${PV}" - -PR = "r1" - -do_install() { - install -d ${D}/${bindir} ${D}/${mandir}/man1 - install -m755 -D codecgraph ${D}/${bindir}/codecgraph - install -m755 -D codecgraph.py ${D}/${bindir}/codecgraph.py - install -m644 -D codecgraph.1 ${D}/${mandir}/man1/codecgraph.1 -}
\ No newline at end of file |