mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
a5f4cfba46
* pass LIBDIR to install ffnvcodec.pc in right directory
* fixes:
ERROR: QA Issue: nv-codec-headers: Files/directories were installed but not shipped in any package:
/usr/lib
/usr/lib/pkgconfig
/usr/lib/pkgconfig/ffnvcodec.pc
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
nv-codec-headers: 3 installed and not shipped files. [installed-vs-shipped]
when libdir is /usr/lib64 with multilib
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
18 lines
583 B
BlitzBasic
18 lines
583 B
BlitzBasic
SUMMARY = "FFmpeg nvidia headers"
|
|
HOMEPAGE = "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${S}/include/ffnvcodec/dynlink_cuda.h;beginline=1;endline=26;md5=bb54a418154445b0aa99e15f640eacf4"
|
|
|
|
SRC_URI = " \
|
|
git://git.videolan.org/git/ffmpeg/nv-codec-headers.git;branch=master;protocol=https \
|
|
file://0001-Makefile-add-clean-target.patch \
|
|
"
|
|
SRCREV = "c5e4af74850a616c42d39ed45b9b8568b71bf8bf"
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE = "PREFIX=${prefix} DESTDIR=${D} LIBDIR=${baselib}"
|
|
|
|
do_install() {
|
|
oe_runmake install
|
|
}
|