| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
- use oe_runmake to avoid 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: Khem Raj <raj.khem@gmail.com>
|
|
These headers are needed to build cuda/nvdec support for ffmpeg but it is
also a build dependency for gnome-remote-desktop where cuda support can't be disabled.
The Makefile has a hardcoded prefix. Instead of patching it and inherit autotools
just install the files manually. On the whole its what the Makefile does and it
looks easier this way.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|