aboutsummaryrefslogtreecommitdiffstats
path: root/packages/midpath
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2007-11-22 20:53:35 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2007-11-22 20:53:35 +0000
commitab2a176f3ccdfa64fb3b72106a2ecf18714b3a78 (patch)
tree4a0111c373c511ceed62ae0b7fd9d38a7c8c31b8 /packages/midpath
parent784b02a8a42d05edc46cbb4a3971cd08209c2d75 (diff)
downloadopenembedded-ab2a176f3ccdfa64fb3b72106a2ecf18714b3a78.tar.gz
midpath-cldc: rproviding virtual/cldc-api-1.1
* set in midpath-cldc: RPROVIDES = "virtual/cldc-api-1.1" so we are in sync with cacao-cldc * bump PR to 1
Diffstat (limited to 'packages/midpath')
-rw-r--r--packages/midpath/midpath-cldc_0.1.bb1
-rw-r--r--packages/midpath/midpath.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/midpath/midpath-cldc_0.1.bb b/packages/midpath/midpath-cldc_0.1.bb
index 24ffc61332..51a1314467 100644
--- a/packages/midpath/midpath-cldc_0.1.bb
+++ b/packages/midpath/midpath-cldc_0.1.bb
@@ -2,6 +2,7 @@
require midpath.inc
PROVIDES = "virtual/cldc-api-1.1"
+RPROVIDES = "virtual/cldc-api-1.1"
do_compile() {
diff --git a/packages/midpath/midpath.inc b/packages/midpath/midpath.inc
index 7f6e4f3d31..33793bffd0 100644
--- a/packages/midpath/midpath.inc
+++ b/packages/midpath/midpath.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://midpath.thenesis.org/"
LICENSE = "GPL"
PRIORITY = "optional"
SECTION = "interpreters"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://downloads.sourceforge.net/midpath/midpath-${PV}.tar.gz"