[oe-commits] Martin Jansa : linux-libc-headers_2.6.32: Use __u8 instead of u8, the same as c7f004f2d028ef23de333345d246358b8cf1dd94

git version control git at git.openembedded.org
Fri Mar 12 07:54:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7bd302c37ff3b7d6ff06e7a4700a714c9e823593
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7bd302c37ff3b7d6ff06e7a4700a714c9e823593

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar 12 08:53:32 2010 +0100

linux-libc-headers_2.6.32: Use __u8 instead of u8, the same as c7f004f2d028ef23de333345d246358b8cf1dd94

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../linux-libc-headers_2.6.32.bb                   |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
index 85c5901..29d52cf 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.32.bb
@@ -2,12 +2,13 @@ require linux-libc-headers.inc
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
-PR = "r2"
+PR = "r3"
 
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
 	   file://export_sa_family_t.patch;patch=1 \
+           file://scsi-use-__u8.patch;patch=1 \
 	  "
 S = "${WORKDIR}/linux-${PV}"
 





More information about the Openembedded-commits mailing list