[oe-commits] Otavio Salvador : linux-libc-headers: add missing unifdef.patch for 2.6.25

git version control git at git.openembedded.org
Tue Nov 10 14:31:03 UTC 2009


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Nov 10 12:29:17 2009 -0200

linux-libc-headers: add missing unifdef.patch for 2.6.25

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

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

diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
index 0d41636..9289d39 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.25.bb
@@ -2,13 +2,14 @@ require linux-libc-headers.inc
 
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS += "unifdef-native"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
 	   file://reinstate-a.out.h.patch;patch=1 \
 	   file://fix-kernel-conditionalize-a.out.h.patch;patch=1 \
 	   file://netfilter-include-types_h-in-userspace.patch;patch=1 \
-           file://procinfo.h"
+           file://procinfo.h \
+           file://unifdef.patch;patch=1"
 
 S = "${WORKDIR}/linux-${PV}"
 





More information about the Openembedded-commits mailing list