midpath-cldc: rproviding virtual/cldc-api-1.1
authorHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 22 Nov 2007 20:53:35 +0000 (20:53 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 22 Nov 2007 20:53:35 +0000 (20:53 +0000)
* set in midpath-cldc: RPROVIDES = "virtual/cldc-api-1.1"
  so we are in sync with cacao-cldc
* bump PR to 1

packages/midpath/midpath-cldc_0.1.bb
packages/midpath/midpath.inc

index 24ffc61..51a1314 100644 (file)
@@ -2,6 +2,7 @@
 require midpath.inc
 
 PROVIDES  = "virtual/cldc-api-1.1"
+RPROVIDES = "virtual/cldc-api-1.1"
 
 do_compile() {
 
index 7f6e4f3..33793bf 100644 (file)
@@ -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"