mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
Extend various packages to use nativesdk using BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -24,4 +24,6 @@ do_install () {
|
||||
pkg_postinst_${PN} () {
|
||||
rm -f $D${libdir}/libGL.so.1.2
|
||||
ln -s libGL-qemu.so.1.2 $D${libdir}/libGL.so.1.2
|
||||
}
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user