From 719de6735f6d14ad05f231df900795bbb19a2810 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 10 Jun 2010 15:58:51 +0200 Subject: 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 Acked-by: Khem Raj Acked-by: Roman I Khimov --- recipes/midpath/midpath-backend-qt3x11_0.2+0.3rc2.bb | 2 +- recipes/midpath/midpath-backend-qte_0.2+0.3rc2.bb | 2 +- recipes/midpath/midpath-cldc_0.2+0.3rc2.bb | 2 +- recipes/midpath/midpath.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/midpath') 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.')}" -- cgit 1.2.3-korg