summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg_svn.bb
blob: 03ed103744787cc81ac5ff1a531a2553ad1cbc5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require opkg.inc

SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;protocol=http \
  file://0001-add-opkg_compare_versions-function.patch \
  file://0002-Ensure-we-use-the-uname-gname-fields-when-extracting.patch \
  file://0003-Fix-dependency-issues-for-preinst-scripts.patch \
  file://0004-Failed-postinst-script-is-not-fatal-with-conf-offlin.patch \
  file://0005-Do-not-read-etc-opkg-.conf-if-f-is-specified.patch \
  file://0006-detect-circular-dependencies.patch \
"

S = "${WORKDIR}/trunk"

SRCREV = "633"
PV = "0.1.8+svnr${SRCPV}"

PR = "${INC_PR}.2"