aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/midpath
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-10 15:58:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-10 21:50:21 +0200
commit719de6735f6d14ad05f231df900795bbb19a2810 (patch)
tree9ca5895db50f8a6ded61922f9637c072f8ccce21 /recipes/midpath
parentf91c6bd3df717860d852e717ffab24eba48fd00f (diff)
downloadopenembedded-719de6735f6d14ad05f231df900795bbb19a2810.tar.gz
recipes: conform to OE packaging guidelines with RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES
* even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/midpath')
-rw-r--r--recipes/midpath/midpath-backend-qt3x11_0.2+0.3rc2.bb2
-rw-r--r--recipes/midpath/midpath-backend-qte_0.2+0.3rc2.bb2
-rw-r--r--recipes/midpath/midpath-cldc_0.2+0.3rc2.bb2
-rw-r--r--recipes/midpath/midpath.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/midpath/midpath-backend-qt3x11_0.2+0.3rc2.bb b/recipes/midpath/midpath-backend-qt3x11_0.2+0.3rc2.bb
index eba507c5e5..adcd8b7598 100644
--- a/recipes/midpath/midpath-backend-qt3x11_0.2+0.3rc2.bb
+++ b/recipes/midpath/midpath-backend-qt3x11_0.2+0.3rc2.bb
@@ -7,7 +7,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc2.tar.gz"
S = "${WORKDIR}/midpath-0.3rc2"
DEPENDS = "classpath qte-mt"
-RCONFLICTS = "midpath-backend-qte"
+RCONFLICTS_${PN} = "midpath-backend-qte"
inherit qt3x11
diff --git a/recipes/midpath/midpath-backend-qte_0.2+0.3rc2.bb b/recipes/midpath/midpath-backend-qte_0.2+0.3rc2.bb
index 3d4051b42d..6001abde72 100644
--- a/recipes/midpath/midpath-backend-qte_0.2+0.3rc2.bb
+++ b/recipes/midpath/midpath-backend-qte_0.2+0.3rc2.bb
@@ -7,7 +7,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc2.tar.gz"
S = "${WORKDIR}/midpath-0.3rc2"
DEPENDS = "classpath qte-mt"
-RCONFLICTS = "midpath-backend-qt3"
+RCONFLICTS_${PN} = "midpath-backend-qt3"
inherit qt3e
diff --git a/recipes/midpath/midpath-cldc_0.2+0.3rc2.bb b/recipes/midpath/midpath-cldc_0.2+0.3rc2.bb
index f9db194b87..e52ca5e614 100644
--- a/recipes/midpath/midpath-cldc_0.2+0.3rc2.bb
+++ b/recipes/midpath/midpath-cldc_0.2+0.3rc2.bb
@@ -7,7 +7,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/midpath/midpath-0.3rc2.tar.gz"
S = "${WORKDIR}/midpath-0.3rc2"
DESCRIPTION = "Implementation of the CLDC profile for use in the MIDPath library"
-RPROVIDES = "midpath-cldc java-cldc1.1"
+RPROVIDES_${PN} = "midpath-cldc java-cldc1.1"
JAR = "midpath-cldc1.1.jar"
diff --git a/recipes/midpath/midpath.inc b/recipes/midpath/midpath.inc
index 50fd8ef095..7859113d87 100644
--- a/recipes/midpath/midpath.inc
+++ b/recipes/midpath/midpath.inc
@@ -8,7 +8,7 @@ require midpath-common.inc
RDEPENDS_${PN} = "midpath-core midpath-core-bluetooth midpath-core-ogg ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'midpath-core-mp3', d)}"
PROVIDES = "midpath"
-RPROVIDES = "midpath"
+RPROVIDES_${PN} = "midpath"
CONFIGURATION = "${@bb.fatal('Variable CONFIGURATION is not set in your midpath.inc-based recipe.')}"