[oe-commits] Paul Menzel : libarchive: Remove obsolete comment and empty line at the end

git at git.openembedded.org git at git.openembedded.org
Wed Nov 9 14:58:58 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 9efcecbcdeb9a920bac28fa51eb30bca2191a4c5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9efcecbcdeb9a920bac28fa51eb30bca2191a4c5

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Wed Nov  9 00:17:22 2011 +0100

libarchive: Remove obsolete comment and empty line at the end

This is a fix up for

        commit fb19df5b21e551c5dfdfa340438952560c5fa528
        Author: Xiaofeng Yan <xiaofeng.yan at 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.

            Signed-off-by: Xiaofeng Yan <xiaofeng.yan at 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 at users.sourceforge.net>

---

 .../libarchive/libarchive_2.8.5.bb                 |    3 ---
 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 1bc49e2..5cf13e6 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"
 
 DEPENDS = "libxml2"
 
-# We need to repack the tarball due undistributable content on the upstream one.
-# More details at http://code.google.com/p/libarchive/issues/detail?id=162
 SRC_URI = "http://libarchive.googlecode.com/files/libarchive-${PV}.tar.gz \
            file://0001-Patch-from-upstream-revision-1990.patch \
            file://0002-Patch-from-upstream-revision-1991.patch \
@@ -24,4 +22,3 @@ SRC_URI[sha256sum] = "13993e0ffbd121ccda46ea226b1f8eac218de0fa8da7d8b1f998093d5c
 inherit autotools lib_package
 
 BBCLASSEXTEND = "nativesdk"
-





More information about the Openembedded-commits mailing list