[oe-commits] org.oe.dev iproute2 2.6.22: Fix the uclibc build of the latest iproute2.

lenehan commit openembedded-commits at lists.openembedded.org
Sat Aug 18 10:29:34 UTC 2007


iproute2 2.6.22: Fix the uclibc build of the latest iproute2.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 26e6a3557f6ba9ad4ffb5bfed72f48b1cdaff3a5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=26e6a3557f6ba9ad4ffb5bfed72f48b1cdaff3a5
Files:
1
packages/iproute2/iproute2-2.6.22/ip6tunnel.patch
packages/iproute2/iproute2_2.6.22.bb
Diffs:

#
# mt diff -r0d8bada460810156ba02ae19f462a00ec4e07fa0 -r26e6a3557f6ba9ad4ffb5bfed72f48b1cdaff3a5
#
# 
# 
# add_file "packages/iproute2/iproute2-2.6.22/ip6tunnel.patch"
#  content [07df2f1c38e472ddcb5f690d6bbb3988f50e884d]
# 
# patch "packages/iproute2/iproute2_2.6.22.bb"
#  from [d07467bb335253be619a574234d3ac5d9bba3cf4]
#    to [28d1664648a88b8b5aa700e83e34d2c45254a163]
# 
============================================================
--- packages/iproute2/iproute2-2.6.22/ip6tunnel.patch	07df2f1c38e472ddcb5f690d6bbb3988f50e884d
+++ packages/iproute2/iproute2-2.6.22/ip6tunnel.patch	07df2f1c38e472ddcb5f690d6bbb3988f50e884d
@@ -0,0 +1,12 @@
+This fix is needed when building with uclibc
+
+--- iproute-2.6.20-070313/ip/ip6tunnel.c	2007/03/17 03:44:27	1.1
++++ iproute-2.6.20-070313/ip/ip6tunnel.c	2007/03/17 03:43:14
+@@ -33,6 +33,7 @@
+ #include <sys/socket.h>
+ #include <arpa/inet.h>
+ #include <sys/ioctl.h>
++#include <linux/types.h>
+ #include <linux/ip.h>
+ #include <linux/if.h>
+ #include <linux/if_arp.h>
============================================================
--- packages/iproute2/iproute2_2.6.22.bb	d07467bb335253be619a574234d3ac5d9bba3cf4
+++ packages/iproute2/iproute2_2.6.22.bb	28d1664648a88b8b5aa700e83e34d2c45254a163
@@ -1,8 +1,9 @@
-PR = "r0"
+PR = "r1"
 
 DATE = "070710"
 
 SRC_URI_append = " file://new-flex-fix.patch;patch=1 \
+                   file://ip6tunnel.patch;patch=1 \
                    file://no-strip.patch;patch=1"
 
 S = "${WORKDIR}"






More information about the Openembedded-commits mailing list