summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/cdrkit
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cdrkit: remove ${PN} from ${PN}-dev RDEPENDSJeremy A. Puhlman2021-12-241-0/+2
| | | | | | | | | | | | | | If you add -dev packages to an image, as in an sdk, ${PN}-dev is pulled in, which depends on ${PN} which no longer exists in the new package layout. Error: Problem: conflicting requests - nothing provides cdrkit = 1.1.11-r0.1 needed by cdrkit-dev-1.1.11-r0.1.corei7_64 (try to add '--skip-broken' to skip uninstallable packages) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-7/+7
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cdrkit: add nativesdk supportHongxu Jia2021-05-112-2/+33
| | | | | | | | | | | | | | - Fix an absolute path symlink issue, replace with a relative link - Fix installed-vs-shipped QA Issue of nativesdk package ... |ERROR: nativesdk-cdrkit-1.1.11-r0 do_package: QA Issue: nativesdk-cdrkit: Files/directories were installed but not shipped in any package: | /opt/windriver/wrlinux-graphics/21.18/sysroots/x86_64-wrlinuxsdk-linux/usr/sbin/netscsid ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cdrkit: split into more packagesMaciej Pijanowski2020-11-251-1/+31
| | | | | | | | | Mimic the Debian pacaking scheme to allow for more fine-grained installation choice (install the binaries we need). Moreover, dirsplit was moved to a separate package, as it pulls in perl interpreter. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cdrkit: add native to BBCLASSEXTENDMaciej Pijanowski2020-11-241-0/+2
| | | | | Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cdrkit: Fix build with -fno-commonKhem Raj2020-08-132-0/+30
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cdrkit: add a link to genisoimage with the name mkisofsJibin Xu2017-11-301-0/+4
| | | | | | | | | | cdrkit only install genisoimage by default,but most tools use mkisofs to generate an ISO9660/JOLIET/HFS hybrid filesystem, so add a link to genisoimage with the name mkisofs to support these tools. Signed-off-by: Jibin Xu <jibin.xu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rcmd: Fix build with muslKhem Raj2017-10-023-0/+80
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cdrkit: Fix build with hardening flagsKhem Raj2017-07-012-4/+53
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cdrkit: initial add 1.1.11Andreas Müller2015-11-062-0/+71
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>