mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06: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:
@@ -156,3 +156,5 @@ do_compile () {
|
|||||||
require glibc-stage.inc
|
require glibc-stage.inc
|
||||||
|
|
||||||
require glibc-package.bbclass
|
require glibc-package.bbclass
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
@@ -57,3 +57,5 @@ do_stage () {
|
|||||||
cp -pfLR ${STAGE_TEMP}${includedir}/asm ${STAGING_INCDIR}/
|
cp -pfLR ${STAGE_TEMP}${includedir}/asm ${STAGING_INCDIR}/
|
||||||
cp -pfLR ${STAGE_TEMP}${includedir}/asm-generic ${STAGING_INCDIR}/
|
cp -pfLR ${STAGE_TEMP}${includedir}/asm-generic ${STAGING_INCDIR}/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
@@ -25,3 +25,5 @@ pkg_postinst_${PN} () {
|
|||||||
rm -f $D${libdir}/libGL.so.1.2
|
rm -f $D${libdir}/libGL.so.1.2
|
||||||
ln -s libGL-qemu.so.1.2 $D${libdir}/libGL.so.1.2
|
ln -s libGL-qemu.so.1.2 $D${libdir}/libGL.so.1.2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
@@ -6,3 +6,5 @@ DEPENDS += "virtual/libx11 xproto fixesproto xextproto"
|
|||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
XORG_PN = "libXfixes"
|
XORG_PN = "libXfixes"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
@@ -3,3 +3,5 @@ require xorg-proto-common.inc
|
|||||||
CONFLICTS = "fixesext"
|
CONFLICTS = "fixesext"
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
@@ -2,3 +2,5 @@ require xorg-proto-common.inc
|
|||||||
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user