mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02: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
|
||||
fi
|
||||
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"
|
||||
|
||||
@@ -6,7 +6,7 @@ PRIORITY = "required"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
|
||||
SRCDATE = "20050627"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
GLIBC_ADDONS ?= "ports,linuxthreads"
|
||||
GLIBC_EXTRA_OECONF ?= ""
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "required"
|
||||
# DEFAULT_PREFERENCE = "-1"
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
# the -isystem in bitbake.conf screws up glibc do_stage
|
||||
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require glibc.inc
|
||||
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
# the -isystem in bitbake.conf screws up glibc do_stage
|
||||
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
||||
|
||||
@@ -5,7 +5,7 @@ SECTION = "libs"
|
||||
PRIORITY = "required"
|
||||
# DEFAULT_PREFERENCE = "-1"
|
||||
PV = "2.3.6+csl-arm-2005q3-2"
|
||||
PR = "r10"
|
||||
PR = "r11"
|
||||
|
||||
# the -isystem in bitbake.conf screws up glibc do_stage
|
||||
BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
|
||||
|
||||
Reference in New Issue
Block a user