mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 06:34:46 +02:00
next try to fix an error on rebuilds: | NOTE: make clean | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | make: *** No rule to make target 'clean'. Stop. Signed-off-by: Markus Volk <f_L_K@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
565 B
BlitzBasic
18 lines
565 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}"
|
|
|
|
do_install() {
|
|
oe_runmake install
|
|
}
|