[oe-commits] Henning Heinold : linux-libc-headersr-2.6.20: add unifdef.patch

git version control git at git.openembedded.org
Fri Oct 23 09:28:12 UTC 2009


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Fri Oct 23 11:21:38 2009 +0200

linux-libc-headersr-2.6.20: add unifdef.patch

* bump PR

---

 .../linux-libc-headers_2.6.20.bb                   |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
index 587d21e..c826d13 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.20.bb
@@ -2,10 +2,12 @@ require linux-libc-headers.inc
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
-           file://procinfo.h"
+           file://procinfo.h \
+           file://unifdef.patch;patch=1 \
+          "
 
 S = "${WORKDIR}/linux-${PV}"
 





More information about the Openembedded-commits mailing list