aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/midpath
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/midpath')
-rw-r--r--recipes/midpath/midpath-core_0.2+0.3rc2.bb2
-rw-r--r--recipes/midpath/midpath-demos_0.2+0.3rc2.bb2
-rw-r--r--recipes/midpath/midpath-maemo_0.2+0.3rc2.bb2
-rw-r--r--recipes/midpath/midpath-openmoko_0.2+0.3rc2.bb2
-rw-r--r--recipes/midpath/midpath.inc2
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes/midpath/midpath-core_0.2+0.3rc2.bb b/recipes/midpath/midpath-core_0.2+0.3rc2.bb
index 4f63d6d3bc..9f28b47ce1 100644
--- a/recipes/midpath/midpath-core_0.2+0.3rc2.bb
+++ b/recipes/midpath/midpath-core_0.2+0.3rc2.bb
@@ -19,7 +19,7 @@ SRC_URI += "\
PROVIDES = "java-midp2.0"
DEPENDS += "midpath-cldc midpath-backend-sdl midpath-backend-escher swt3.4-gtk kxml2 bluez-libs"
-RDEPENDS += "libkxml2-java"
+RDEPENDS_${PN} += "libkxml2-java"
JAR = "midpath.jar"
diff --git a/recipes/midpath/midpath-demos_0.2+0.3rc2.bb b/recipes/midpath/midpath-demos_0.2+0.3rc2.bb
index 159e214f35..0a6443a06c 100644
--- a/recipes/midpath/midpath-demos_0.2+0.3rc2.bb
+++ b/recipes/midpath/midpath-demos_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 = "midpath-core midpath-location midpath-messaging midpath-svg midpath-opengles midpath-m3g"
-RDEPENDS = "midpath midpath-location midpath-messaging midpath-svg-midp midpath-opengles midpath-m3g"
+RDEPENDS_${PN} = "midpath midpath-location midpath-messaging midpath-svg-midp midpath-opengles midpath-m3g"
DESCRIPTION = "Demonstration programs of the MIDPath library"
diff --git a/recipes/midpath/midpath-maemo_0.2+0.3rc2.bb b/recipes/midpath/midpath-maemo_0.2+0.3rc2.bb
index 07246e7e92..424ff24abd 100644
--- a/recipes/midpath/midpath-maemo_0.2+0.3rc2.bb
+++ b/recipes/midpath/midpath-maemo_0.2+0.3rc2.bb
@@ -13,7 +13,7 @@ PR = "r0"
SRC_URI += "file://configuration_maemo.cfg"
-RDEPENDS += "java2-runtime libswt3.4-gtk-java midpath-core-bluetooth"
+RDEPENDS_${PN} += "java2-runtime libswt3.4-gtk-java midpath-core-bluetooth"
CONFIGURATION = "configuration_maemo.cfg"
diff --git a/recipes/midpath/midpath-openmoko_0.2+0.3rc2.bb b/recipes/midpath/midpath-openmoko_0.2+0.3rc2.bb
index b8180134b1..3e524d8dd8 100644
--- a/recipes/midpath/midpath-openmoko_0.2+0.3rc2.bb
+++ b/recipes/midpath/midpath-openmoko_0.2+0.3rc2.bb
@@ -13,7 +13,7 @@ PR = "r0"
SRC_URI += "file://configuration_openmoko.cfg"
-RDEPENDS += "java2-runtime midpath-backend-alsa libswt3.4-gtk-java midpath-core-bluetooth"
+RDEPENDS_${PN} += "java2-runtime midpath-backend-alsa libswt3.4-gtk-java midpath-core-bluetooth"
CONFIGURATION = "configuration_openmoko.cfg"
diff --git a/recipes/midpath/midpath.inc b/recipes/midpath/midpath.inc
index 19b4179536..50fd8ef095 100644
--- a/recipes/midpath/midpath.inc
+++ b/recipes/midpath/midpath.inc
@@ -5,7 +5,7 @@
# RDEPENDS.
require midpath-common.inc
-RDEPENDS = "midpath-core midpath-core-bluetooth midpath-core-ogg ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'midpath-core-mp3', d)}"
+RDEPENDS_${PN} = "midpath-core midpath-core-bluetooth midpath-core-ogg ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'midpath-core-mp3', d)}"
PROVIDES = "midpath"
RPROVIDES = "midpath"