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:
Marcin Juszkiewicz
2007-09-04 09:32:14 +00:00
parent 4831d5f3ed
commit cde908c375
5 changed files with 7 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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

View File

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