diff options
author | Vanya Sergeev <vsergeev@gmail.com> | 2015-06-05 16:51:31 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-06 03:08:29 +0200 |
commit | 2f9bbe6599233a99ab819f865ad09946b7998590 (patch) | |
tree | ec5f27684ad528725dd37aabfec9553331963678 /package/opkg/0001-Disable-tests-and-manpages.patch | |
parent | 87e7f5464830b533ca3790452f200bbab0b1b32d (diff) | |
download | buildroot-2f9bbe6599233a99ab819f865ad09946b7998590.tar.gz buildroot-2f9bbe6599233a99ab819f865ad09946b7998590.zip |
opkg: bump to version 0.3.0
Remove "Disable tests and manpages" patch because opkg no longer
builds C tests into libopkg as of commit
ef8ae066cfa898b6366198e429cbeb4c94c92939.
Remove "Fix libtool issue with recent libtool" patch because the patch
comments indicate that it is no longer required with opkg version
0.3.0.
Select libarchive package dependency, as opkg requires it as of
release opkg-0.3.0-rc0 (see the opkg NEWS file).
[Thomas: add missing wchar dependency inherited from libarchive.]
Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/opkg/0001-Disable-tests-and-manpages.patch')
-rw-r--r-- | package/opkg/0001-Disable-tests-and-manpages.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/package/opkg/0001-Disable-tests-and-manpages.patch b/package/opkg/0001-Disable-tests-and-manpages.patch deleted file mode 100644 index b816766573..0000000000 --- a/package/opkg/0001-Disable-tests-and-manpages.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 1c8e21e220ed0af6de3ab776d3edf8f0be69e779 Mon Sep 17 00:00:00 2001 -From: "Yann E. MORIN" <yann.morin.1998@free.fr> -Date: Mon, 22 Dec 2014 09:45:08 +0100 -Subject: [PATCH 1/2] Disable tests and manpages - -Tests are forcibly statically linked to libopkg, which does not work in -a shared-only build. - -Since Buildroot does not care about testsuites, just disable building the -tests. Disable manpages at the same time for the same reason. - -Note: dynamically linking with libopkg is also possible, but that would -not be upstreamable (too much changes already in upstream). - -Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile.am b/Makefile.am -index 8baa62c..497b774 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -1,6 +1,6 @@ - ACLOCAL_AMFLAGS = -I shave -I m4 - --SUBDIRS = libbb libopkg src tests utils man -+SUBDIRS = libbb libopkg src utils - - - HOST_CPU=@host_cpu@ --- -2.1.0 - |