Extend various packages to use nativesdk using BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-09-17 00:25:28 +01:00
parent f7fddc13da
commit eb1e80fae4
6 changed files with 13 additions and 1 deletions

View File

@ -156,3 +156,5 @@ do_compile () {
require glibc-stage.inc
require glibc-package.bbclass
BBCLASSEXTEND = "nativesdk"

View File

@ -57,3 +57,5 @@ do_stage () {
cp -pfLR ${STAGE_TEMP}${includedir}/asm ${STAGING_INCDIR}/
cp -pfLR ${STAGE_TEMP}${includedir}/asm-generic ${STAGING_INCDIR}/
}
BBCLASSEXTEND = "nativesdk"

View File

@ -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"

View File

@ -6,3 +6,5 @@ DEPENDS += "virtual/libx11 xproto fixesproto xextproto"
PE = "1"
XORG_PN = "libXfixes"
BBCLASSEXTEND = "nativesdk"

View File

@ -3,3 +3,5 @@ require xorg-proto-common.inc
CONFLICTS = "fixesext"
PR = "r1"
PE = "1"
BBCLASSEXTEND = "nativesdk"

View File

@ -2,3 +2,5 @@ require xorg-proto-common.inc
PR = "r1"
PE = "1"
BBCLASSEXTEND = "nativesdk"