oe-alliance / oe-alliance-core

The openembedded alliance core.
GNU General Public License v2.0
162 stars 178 forks source link

[NCam] Update #862

Closed fairbird closed 6 months ago

fairbird commented 6 months ago
AbuBaniaz commented 6 months ago

The -ludev line did not work for oscam for me. Are you sure it builds fine?

AbuBaniaz commented 6 months ago

@fairbird, I just tried your changes, it won't build with this: LDFLAGS:prepend = "-ludev -ldvbcsa "

/home/user/oe-a-5.4/build-enviroment/builds/openvix/homebuild/vuduo4k/tmp/work/cortexa15hf-neon-vfpv4-oe-linux-gnueabi/enigma2-plugin-softcams-ncam/enigma2-plugin-softcams-ncam-git-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/../../libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/13.2.0/ld: error: cannot find -ludev

Please change it to LDFLAGS:prepend = "-ldvbcsa"

It builds fine then.

fairbird commented 6 months ago

Done !