Signed-off-by: Chris Larson <clarson@mvista.com>
require opkg.inc
DEPENDS = "curl-native"
-PR = "r3"
+PR = "${INC_PR}"
SRC_URI += "file://opkg-libdir.patch;patch=1"
file://opkg_wget_nogpg_03_fix_tmpdirs.patch;patch=1 \
file://opkg_wget_nogpg_04_default_tmpdir.patch;patch=1 \
"
-PR = "r8"
+PR = "${INC_PR}"
SRCREV = "${SRCREV_pn-opkg}"
DEPENDS = "curl"
PROVIDES += "opkg"
-PR = "r14"
+PR = "${INC_PR}"
SRCREV = "${SRCREV_pn-opkg}"
require opkg.inc
DEPENDS = "curl-sdk"
-PR = "r3"
+PR = "${INC_PR}"
target_libdir := "${libdir}"
inherit sdk
LICENSE = "GPL"
DEPENDS = "curl gpgme"
PV = "0.1.6+svnr${SRCREV}"
+INC_PR = "r14"
SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
file://opkg_unarchive.patch;patch=1;maxrev=201"
require opkg.inc
-PR = "r13"
+PR = "${INC_PR}"
PACKAGES =+ "libopkg-dev libopkg"