summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_svn.bb
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-07-29 08:28:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-03 10:33:04 +0100
commit48763e9e4a7bad0b1ab38abdadd60318484be3c6 (patch)
tree8ed19c1f0b3be66543d64f0b1f5fa5fc87c3539f /meta/recipes-devtools/opkg/opkg_svn.bb
parentf890c73027fea3218d128fdade69f69b8783d895 (diff)
downloadpoky-48763e9e4a7bad0b1ab38abdadd60318484be3c6.tar.gz
opkg: Bump SRCREV as patch has been applied upstream
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. (From OE-Core rev: e14df11795a03da4bb36f5172edbf9ca7e8ba681) Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_svn.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg_svn.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb
index 9f3512d06d..3a47b9502d 100644
--- a/meta/recipes-devtools/opkg/opkg_svn.bb
+++ b/meta/recipes-devtools/opkg/opkg_svn.bb
@@ -2,12 +2,11 @@ require opkg.inc
2 2
3SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \ 3SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
4 file://obsolete_automake_macros.patch \ 4 file://obsolete_automake_macros.patch \
5 file://0001-Fix-libopkg-header-installation.patch \
6" 5"
7 6
8S = "${WORKDIR}/trunk" 7S = "${WORKDIR}/trunk"
9 8
10SRCREV = "649" 9SRCREV = "650"
11PV = "0.1.8+svnr${SRCPV}" 10PV = "0.1.8+svnr${SRCPV}"
12 11
13PR = "${INC_PR}.0" 12PR = "${INC_PR}.0"