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.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb
index 4146b7e018..03ed103744 100644
--- a/meta/recipes-devtools/opkg/opkg_svn.bb
+++ b/meta/recipes-devtools/opkg/opkg_svn.bb
@@ -1,12 +1,12 @@
1require opkg.inc 1require 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://add_vercmp.patch \ 4 file://0001-add-opkg_compare_versions-function.patch \
5 file://add_uname_support.patch \ 5 file://0002-Ensure-we-use-the-uname-gname-fields-when-extracting.patch \
6 file://fix_installorder.patch \ 6 file://0003-Fix-dependency-issues-for-preinst-scripts.patch \
7 file://offline_postinstall.patch\ 7 file://0004-Failed-postinst-script-is-not-fatal-with-conf-offlin.patch \
8 file://track_parents.patch \ 8 file://0005-Do-not-read-etc-opkg-.conf-if-f-is-specified.patch \
9 file://conf_override.patch \ 9 file://0006-detect-circular-dependencies.patch \
10" 10"
11 11
12S = "${WORKDIR}/trunk" 12S = "${WORKDIR}/trunk"