diff options
author | Li Zhou <li.zhou@windriver.com> | 2016-03-01 16:35:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:58:11 +0000 |
commit | 07919e948cea3f6bc8525ca997c15a2c5b663986 (patch) | |
tree | 9f12e77d715969c383f38346a146985c424726bc /meta/recipes-extended/net-tools/net-tools_1.60-26.bb | |
parent | e8254bc2f1db15091abca102b8b53239a36ac2ff (diff) | |
download | poky-07919e948cea3f6bc8525ca997c15a2c5b663986.tar.gz |
net-tools: Add SCTP option support
Porting three net-tools SCTP related patches from
<https://archive.fedoraproject.org/pub/archive/fedora/linux/releases/
12/Fedora/source/SRPMS/net-tools-1.60-95.fc12.src.rpm> to add support
for SCTP option.
(From OE-Core rev: 45e09f33b4607317d60e8ca01ce9c8fdb55df0a0)
Signed-off-by: Li Zhou <li.zhou@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/net-tools/net-tools_1.60-26.bb')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb index 40a021a09e..63b2051bad 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-26.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-26.bb | |||
@@ -12,7 +12,10 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/ | |||
12 | file://net-tools-config.make \ | 12 | file://net-tools-config.make \ |
13 | file://ifconfig-interface-0-del-IP-will-remove-the-aliased-.patch \ | 13 | file://ifconfig-interface-0-del-IP-will-remove-the-aliased-.patch \ |
14 | file://musl-fixes.patch \ | 14 | file://musl-fixes.patch \ |
15 | " | 15 | file://net-tools-1.60-sctp1.patch \ |
16 | file://net-tools-1.60-sctp2-quiet.patch \ | ||
17 | file://net-tools-1.60-sctp3-addrs.patch \ | ||
18 | " | ||
16 | 19 | ||
17 | # for this package we're mostly interested in tracking debian patches, | 20 | # for this package we're mostly interested in tracking debian patches, |
18 | # and not in the upstream version where all development has effectively stopped | 21 | # and not in the upstream version where all development has effectively stopped |