mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
glibc: do not package /usr/include/scsi as it is in libc-linux-headers-dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2683 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -87,6 +87,9 @@ do_install() {
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
rm -f ${D}/etc/rpc
|
rm -f ${D}/etc/rpc
|
||||||
|
rm -f ${D}${includedir}/scsi/sg.h
|
||||||
|
rm -f ${D}${includedir}/scsi/scsi_ioctl.h
|
||||||
|
rm -f ${D}${includedir}/scsi/scsi.h
|
||||||
}
|
}
|
||||||
|
|
||||||
TMP_LOCALE="/tmp/locale${libdir}/locale"
|
TMP_LOCALE="/tmp/locale${libdir}/locale"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ PRIORITY = "required"
|
|||||||
|
|
||||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
|
||||||
SRCDATE = "20050627"
|
SRCDATE = "20050627"
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
GLIBC_ADDONS ?= "ports,linuxthreads"
|
GLIBC_ADDONS ?= "ports,linuxthreads"
|
||||||
GLIBC_EXTRA_OECONF ?= ""
|
GLIBC_EXTRA_OECONF ?= ""
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
|
|||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
PRIORITY = "required"
|
PRIORITY = "required"
|
||||||
# DEFAULT_PREFERENCE = "-1"
|
# DEFAULT_PREFERENCE = "-1"
|
||||||
PR = "r10"
|
PR = "r11"
|
||||||
|
|
||||||
# the -isystem in bitbake.conf screws up glibc do_stage
|
# the -isystem in bitbake.conf screws up glibc do_stage
|
||||||
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require glibc.inc
|
require glibc.inc
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
# the -isystem in bitbake.conf screws up glibc do_stage
|
# the -isystem in bitbake.conf screws up glibc do_stage
|
||||||
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ SECTION = "libs"
|
|||||||
PRIORITY = "required"
|
PRIORITY = "required"
|
||||||
# DEFAULT_PREFERENCE = "-1"
|
# DEFAULT_PREFERENCE = "-1"
|
||||||
PV = "2.3.6+csl-arm-2005q3-2"
|
PV = "2.3.6+csl-arm-2005q3-2"
|
||||||
PR = "r10"
|
PR = "r11"
|
||||||
|
|
||||||
# the -isystem in bitbake.conf screws up glibc do_stage
|
# the -isystem in bitbake.conf screws up glibc do_stage
|
||||||
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
||||||
|
|||||||
Reference in New Issue
Block a user