diff options
| author | Ting Liu <b28495@freescale.com> | 2013-03-05 08:33:32 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-07 11:14:36 +0000 |
| commit | 14cd284ce1b65d3ddd2aa2a15e0c1a8543cea27f (patch) | |
| tree | 690279d277dae905971005ab06581d13532be0ae /meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb | |
| parent | f4a10bbbf5a6e97a547921f0c32d58d659dbe5b3 (diff) | |
| download | poky-14cd284ce1b65d3ddd2aa2a15e0c1a8543cea27f.tar.gz | |
iproute2: Fix build failure on ppc64
Backport three patches from upstream for ppc64:
http://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git
ae70d96 ipntable: more fixes for ppc64
a55a8fd fix dependency on sizeof(__u64) == sizeof(unsigned long long)
a7c2882 ip: fix ipv6 ntable on ppc64
(From OE-Core rev: 041f784c06403e1d418be677fd15ea159c3bf90d)
Signed-off-by: Ting Liu <b28495@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb')
| -rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb index 892d230062..65164cba60 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb | |||
| @@ -1,10 +1,13 @@ | |||
| 1 | require iproute2.inc | 1 | require iproute2.inc |
| 2 | 2 | ||
| 3 | PR = "r1" | 3 | PR = "r2" |
| 4 | 4 | ||
| 5 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \ | 5 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \ |
| 6 | file://configure-cross.patch \ | 6 | file://configure-cross.patch \ |
| 7 | file://0001-Fix-compilation-error-of-m_ipt.c-with-Werror-enabled.patch \ | 7 | file://0001-Fix-compilation-error-of-m_ipt.c-with-Werror-enabled.patch \ |
| 8 | file://0001-ip-fix-ipv6-ntable-on-ppc64.patch \ | ||
| 9 | file://0003-fix-dependency-on-sizeof-__u64-sizeof-unsigned-long-.patch \ | ||
| 10 | file://0004-ipntable-more-fixes-for-ppc64.patch \ | ||
| 8 | " | 11 | " |
| 9 | 12 | ||
| 10 | SRC_URI[md5sum] = "951622fd770428116dc165acba375414" | 13 | SRC_URI[md5sum] = "951622fd770428116dc165acba375414" |
