summaryrefslogtreecommitdiffstats
path: root/recipes/midpath
diff options
context:
space:
mode:
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.')}"