]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg: Bump SRCREV as patch has been applied upstream
authorPaul Barker <paul@paulbarker.me.uk>
Mon, 29 Jul 2013 07:28:32 +0000 (08:28 +0100)
committerSaul Wold <sgw@linux.intel.com>
Fri, 2 Aug 2013 04:57:53 +0000 (21:57 -0700)
The previous patch to fix the installation of libopkg headers has been accepted
upstream and is the next commit after the SRCREV used by the opkg recipe.
Therefore the patch can be replaced by a simple update of the SRCREV.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/opkg/opkg/0001-Fix-libopkg-header-installation.patch [deleted file]
meta/recipes-devtools/opkg/opkg_svn.bb

diff --git a/meta/recipes-devtools/opkg/opkg/0001-Fix-libopkg-header-installation.patch b/meta/recipes-devtools/opkg/opkg/0001-Fix-libopkg-header-installation.patch
deleted file mode 100644 (file)
index 784c412..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-From 79a40cc4c3b5d6f8a90d9dc0ac5d2c40983764f7 Mon Sep 17 00:00:00 2001
-From: Paul Barker <paul@paulbarker.me.uk>
-Date: Sun, 16 Jun 2013 23:27:27 +0100
-Subject: [PATCH] Fix libopkg header installation.
-
-When opkg is built outside the source directory, libopkg headers aren't all
-installed as the search path for headers only includes the directory that make
-is being ran in, not the source directory. So we fix this by adding
-$(srcdir)/*.h to the list of header files to install.
-
-Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
-Upstream-Status: Submitted
----
- libopkg/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libopkg/Makefile.am b/libopkg/Makefile.am
-index 043c5c4..b6f4f7b 100644
---- a/libopkg/Makefile.am
-+++ b/libopkg/Makefile.am
-@@ -2,7 +2,7 @@
- AM_CFLAGS=-Wall -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DOPKGETCDIR=\"@opkgetcdir@\" -DOPKGLOCKFILE=\"@opkglockfile@\" -DDATADIR=\"@datadir@\" -I$(top_srcdir) $(BIGENDIAN_CFLAGS) $(CURL_CFLAGS) $(GPGME_CFLAGS) $(PATHFINDER_CFLAGS)
- libopkg_includedir=$(includedir)/libopkg
--libopkg_include_HEADERS= *.h
-+libopkg_include_HEADERS= *.h $(srcdir)/*.h
- opkg_libcore_sources = \
--- 
-1.8.3
-
index 9f3512d06d6b3adb38af270a7f23a1510f2f0d56..3a47b9502d5ee312bf05574ee8556c5d189b9346 100644 (file)
@@ -2,12 +2,11 @@ require opkg.inc
 
 SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
            file://obsolete_automake_macros.patch \
-          file://0001-Fix-libopkg-header-installation.patch \
 "
 
 S = "${WORKDIR}/trunk"
 
-SRCREV = "649"
+SRCREV = "650"
 PV = "0.1.8+svnr${SRCPV}"
 
 PR = "${INC_PR}.0"