summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg_svn.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb
index 03ed103744..9a03f2efa8 100644
--- a/meta/recipes-devtools/opkg/opkg_svn.bb
+++ b/meta/recipes-devtools/opkg/opkg_svn.bb
@@ -7,6 +7,7 @@ SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
7 file://0004-Failed-postinst-script-is-not-fatal-with-conf-offlin.patch \ 7 file://0004-Failed-postinst-script-is-not-fatal-with-conf-offlin.patch \
8 file://0005-Do-not-read-etc-opkg-.conf-if-f-is-specified.patch \ 8 file://0005-Do-not-read-etc-opkg-.conf-if-f-is-specified.patch \
9 file://0006-detect-circular-dependencies.patch \ 9 file://0006-detect-circular-dependencies.patch \
10 file://0007-merge-newpkg-provides-even-when-oldpkg-provides-exis.patch \
10" 11"
11 12
12S = "${WORKDIR}/trunk" 13S = "${WORKDIR}/trunk"
@@ -14,4 +15,4 @@ S = "${WORKDIR}/trunk"
14SRCREV = "633" 15SRCREV = "633"
15PV = "0.1.8+svnr${SRCPV}" 16PV = "0.1.8+svnr${SRCPV}"
16 17
17PR = "${INC_PR}.2" 18PR = "${INC_PR}.3"