diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-11-22 20:53:35 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2007-11-22 20:53:35 +0000 |
commit | ab2a176f3ccdfa64fb3b72106a2ecf18714b3a78 (patch) | |
tree | 4a0111c373c511ceed62ae0b7fd9d38a7c8c31b8 /packages/midpath | |
parent | 784b02a8a42d05edc46cbb4a3971cd08209c2d75 (diff) |
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.bb | 1 | ||||
-rw-r--r-- | packages/midpath/midpath.inc | 2 |
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" |