opkg: use INC_PR.
authorChris Larson <clarson@mvista.com>
Wed, 19 Aug 2009 22:04:47 +0000 (15:04 -0700)
committerChris Larson <clarson@mvista.com>
Thu, 20 Aug 2009 00:43:17 +0000 (17:43 -0700)
Signed-off-by: Chris Larson <clarson@mvista.com>
recipes/opkg/opkg-native_svn.bb
recipes/opkg/opkg-nogpg-nocurl_svn.bb
recipes/opkg/opkg-nogpg_svn.bb
recipes/opkg/opkg-sdk_svn.bb
recipes/opkg/opkg.inc
recipes/opkg/opkg_svn.bb

index acd681c..60254ea 100644 (file)
@@ -1,7 +1,7 @@
 require opkg.inc
 
 DEPENDS = "curl-native"
-PR = "r3"
+PR = "${INC_PR}"
 
 SRC_URI += "file://opkg-libdir.patch;patch=1"
 
index bdc548e..5e1caa9 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI += " \
            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}"
 
index c575e15..a0f9614 100644 (file)
@@ -3,7 +3,7 @@ require opkg_svn.bb
 DEPENDS = "curl"
 PROVIDES += "opkg"
 
-PR = "r14"
+PR = "${INC_PR}"
 
 SRCREV = "${SRCREV_pn-opkg}"
 
index d9b3727..f7f9c9e 100644 (file)
@@ -1,7 +1,7 @@
 require opkg.inc
 
 DEPENDS = "curl-sdk"
-PR = "r3"
+PR = "${INC_PR}"
 target_libdir := "${libdir}"
 inherit sdk
 
index e986c8d..ba58c42 100644 (file)
@@ -4,6 +4,7 @@ SECTION = "base"
 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"
index cae8d3c..676a8cb 100644 (file)
@@ -1,6 +1,6 @@
 require opkg.inc
 
-PR = "r13"
+PR = "${INC_PR}"
 
 PACKAGES =+ "libopkg-dev libopkg"