]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: do not package /usr/include/scsi as it is in libc-linux-headers-dev
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 4 Sep 2007 09:32:14 +0000 (09:32 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 4 Sep 2007 09:32:14 +0000 (09:32 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2683 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/glibc/glibc-package.bbclass
meta/packages/glibc/glibc_2.3.5+cvs20050627.bb
meta/packages/glibc/glibc_2.4.bb
meta/packages/glibc/glibc_2.5.bb
meta/packages/glibc/glibc_csl-2005q3-2.bb

index c502a9cae4a10c1579425a4ad7c4e9ae46a32e53..88493824bf353308c72365e87a8d83a8004a2541 100644 (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"
index 2d29d95b3a56fdafc4cf5d0cd5e287d1adeda256..619f8ecdebccdca562a3a3335e6d4d6ef9049e59 100644 (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 ?= ""
index fe8abe6c5c2f3904f5bf1e96c07bd9cb7f509599..73d1a4b13ba021d836288a8244e44f657747cef2 100644 (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"
index 24a91f5b0aaba99f4adfd5713727c8557e532926..74a7d866409fe5aa51166b633874582ed211b19d 100644 (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"
index ac6bc9f26efee476a5bf5346e0c9fd4dba115f58..92866a4adc1db4f725f3887a05b8fe00c71b012d 100644 (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"