summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-11-09 00:17:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-10 11:51:16 +0000
commit4dbe3ac24b38e0c3aa1b4976cfb916c736980511 (patch)
treed750aef14ce363003ecd6fd1851a5844545ce9e3 /meta/recipes-extended/libarchive
parent7dec9be56bed73bbd8cbc42360620c64f1fed882 (diff)
downloadpoky-4dbe3ac24b38e0c3aa1b4976cfb916c736980511.tar.gz
libarchive: Remove obsolete comment and empty line at the end
This is a fix up for commit fb19df5b21e551c5dfdfa340438952560c5fa528 Author: Xiaofeng Yan <xiaofeng.yan@windriver.com> Date: Mon Nov 7 20:03:53 2011 +0800 libarchive: update to 2.8.5 Remove patch "0003-Patch-from-upstream-rev-2516.patch" because it has been merged to source codes. (From OE-Core rev: 1df17fb4c22e00e6a180777dd23efb6d5cb1590a) Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> removing a now obsolete comment because the undistributable content was removed [1] from upstream’s tarball. Also remove an empty line at the end introduced in the above commit. [1] http://code.google.com/p/libarchive/issues/detail?id=162 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libarchive')
-rw-r--r--meta/recipes-extended/libarchive/libarchive_2.8.5.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_2.8.5.bb b/meta/recipes-extended/libarchive/libarchive_2.8.5.bb
index 1bc49e2d2f..5cf13e6eb4 100644
--- a/meta/recipes-extended/libarchive/libarchive_2.8.5.bb
+++ b/meta/recipes-extended/libarchive/libarchive_2.8.5.bb
@@ -7,8 +7,6 @@ PR = "r0"
7 7
8DEPENDS = "libxml2" 8DEPENDS = "libxml2"
9 9
10# We need to repack the tarball due undistributable content on the upstream one.
11# More details at http://code.google.com/p/libarchive/issues/detail?id=162
12SRC_URI = "http://libarchive.googlecode.com/files/libarchive-${PV}.tar.gz \ 10SRC_URI = "http://libarchive.googlecode.com/files/libarchive-${PV}.tar.gz \
13 file://0001-Patch-from-upstream-revision-1990.patch \ 11 file://0001-Patch-from-upstream-revision-1990.patch \
14 file://0002-Patch-from-upstream-revision-1991.patch \ 12 file://0002-Patch-from-upstream-revision-1991.patch \
@@ -24,4 +22,3 @@ SRC_URI[sha256sum] = "13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c
24inherit autotools lib_package 22inherit autotools lib_package
25 23
26BBCLASSEXTEND = "nativesdk" 24BBCLASSEXTEND = "nativesdk"
27