aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-02 15:04:25 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-03 07:33:27 +0200
commitd4276bed389b7db06db58c7acebb83f92bff86a5 (patch)
tree2386574b6ab0c36a58a314a24d31f6b5c9291a65 /recipes/shr
parent823aa270059259ca619e21a5d9b22e86afb12f3b (diff)
downloadopenembedded-d4276bed389b7db06db58c7acebb83f92bff86a5.tar.gz
recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDS
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/e-wm-config-illume2-shr_git.bb2
-rw-r--r--recipes/shr/e-wm-theme-illume-gry_git.bb2
-rw-r--r--recipes/shr/e-wm-theme-illume-neo_git.bb2
-rw-r--r--recipes/shr/elementary-theme-gry_git.bb2
-rw-r--r--recipes/shr/gtk-theme-neo_git.bb2
-rw-r--r--recipes/shr/gtk-theme.inc2
-rw-r--r--recipes/shr/icon-theme-neo_git.bb2
-rw-r--r--recipes/shr/phoneui-shr-theme-neo_git.bb2
-rw-r--r--recipes/shr/phoneui-shr-theme-o2_git.bb2
-rw-r--r--recipes/shr/shr-e-gadgets_git.bb2
-rw-r--r--recipes/shr/shr-installer_git.bb2
-rw-r--r--recipes/shr/shr-settings_git.bb2
-rw-r--r--recipes/shr/shr-splash-theme.inc2
-rw-r--r--recipes/shr/shr-splash_git.bb2
-rw-r--r--recipes/shr/shr-theme-gry.bb2
-rw-r--r--recipes/shr/shr-theme-neo.bb2
-rw-r--r--recipes/shr/shr-theme-niebiee.bb2
-rw-r--r--recipes/shr/shr-theme-o2.bb2
-rw-r--r--recipes/shr/shr-theme-sixteen.bb2
-rw-r--r--recipes/shr/shr-today_git.bb2
-rw-r--r--recipes/shr/shr-wizard_git.bb2
21 files changed, 21 insertions, 21 deletions
diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb
index 0716c4e705..e011304130 100644
--- a/recipes/shr/e-wm-config-illume2-shr_git.bb
+++ b/recipes/shr/e-wm-config-illume2-shr_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "illume2 SHR config"
SECTION = "e/utils"
DEPENDS = "eet"
LICENSE = "MIT BSD"
-RDEPENDS = "shr-e-gadgets"
+RDEPENDS_${PN} = "shr-e-gadgets"
SRCREV = "1247d22a007435a58f0967189fc92db2931b31cb"
PV = "1.2+gitr${SRCPV}"
diff --git a/recipes/shr/e-wm-theme-illume-gry_git.bb b/recipes/shr/e-wm-theme-illume-gry_git.bb
index 3d5a5fd603..1ed1579a94 100644
--- a/recipes/shr/e-wm-theme-illume-gry_git.bb
+++ b/recipes/shr/e-wm-theme-illume-gry_git.bb
@@ -3,7 +3,7 @@ SECTION = "e/utils"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
DEPENDS = "edje-native"
-RRECOMMENDS = "elementary-theme-gry"
+RRECOMMENDS_${PN} = "elementary-theme-gry"
LICENCE = "unknown"
SRCREV = "a0a974b1e1150aefdf29e8f0ac471a2a60e62532"
diff --git a/recipes/shr/e-wm-theme-illume-neo_git.bb b/recipes/shr/e-wm-theme-illume-neo_git.bb
index 43705c8267..89b6818501 100644
--- a/recipes/shr/e-wm-theme-illume-neo_git.bb
+++ b/recipes/shr/e-wm-theme-illume-neo_git.bb
@@ -3,7 +3,7 @@ SECTION = "e/utils"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
DEPENDS = "edje-native"
-RDEPENDS = "e-wm"
+RDEPENDS_${PN} = "e-wm"
RSUGGESTS = "elementary-theme-neo gtk-theme-neo gpe-theme-neo icon-theme-neo"
LICENCE = "unknown"
diff --git a/recipes/shr/elementary-theme-gry_git.bb b/recipes/shr/elementary-theme-gry_git.bb
index ca690d6ff2..162416e909 100644
--- a/recipes/shr/elementary-theme-gry_git.bb
+++ b/recipes/shr/elementary-theme-gry_git.bb
@@ -3,7 +3,7 @@ SECTION = "e/utils"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
DEPENDS = "edje-native"
-RRECOMMENDS = "e-wm-theme-illume-gry"
+RRECOMMENDS_${PN} = "e-wm-theme-illume-gry"
LICENSE = "unknown"
SRCREV = "722b0dcc2b1bf79515eaaddd9ebc7819c7f923d0"
diff --git a/recipes/shr/gtk-theme-neo_git.bb b/recipes/shr/gtk-theme-neo_git.bb
index d979e24dd0..7f35ecdaa1 100644
--- a/recipes/shr/gtk-theme-neo_git.bb
+++ b/recipes/shr/gtk-theme-neo_git.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "nEo GTK theme - a very fast, high contrast GTK theme"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
-RDEPENDS += "icon-theme-neo"
+RDEPENDS_${PN} += "icon-theme-neo"
RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gpe-theme-neo icon-theme-neo"
LICENSE = "unknown"
diff --git a/recipes/shr/gtk-theme.inc b/recipes/shr/gtk-theme.inc
index 449d0e0b28..ccc8798f82 100644
--- a/recipes/shr/gtk-theme.inc
+++ b/recipes/shr/gtk-theme.inc
@@ -1,5 +1,5 @@
RPROVIDES_${PN} += "virtual/theme-gtk"
-RDEPENDS = "gtk+"
+RDEPENDS_${PN} = "gtk+"
SECTION = "gtk"
inherit update-alternatives
diff --git a/recipes/shr/icon-theme-neo_git.bb b/recipes/shr/icon-theme-neo_git.bb
index ff2bfb9c59..73c5286706 100644
--- a/recipes/shr/icon-theme-neo_git.bb
+++ b/recipes/shr/icon-theme-neo_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "nEo icon theme - a high contrast icon theme which looks especiall
SECTION = "e/utils"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
-RDEPENDS = "e-wm"
+RDEPENDS_${PN} = "e-wm"
RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo"
LICENSE = "unknown"
diff --git a/recipes/shr/phoneui-shr-theme-neo_git.bb b/recipes/shr/phoneui-shr-theme-neo_git.bb
index ffe5c66bcc..9652546b4f 100644
--- a/recipes/shr/phoneui-shr-theme-neo_git.bb
+++ b/recipes/shr/phoneui-shr-theme-neo_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://jmccloud.jm.funpic.de"
SECTION = "e/utils"
LICENSE = "unknown"
DEPENDS = "edje-native"
-RDEPENDS = "libphone-ui-shr"
+RDEPENDS_${PN} = "libphone-ui-shr"
RSUGGESTS = "e-wm-theme-illume-neo gtk-theme-neo icon-theme-neo elementary-theme-neo"
SRCREV = "20e5e82819a7612aa31c753a6898ccc9e940c7c6"
PV = "0.1+gitr${SRCPV}"
diff --git a/recipes/shr/phoneui-shr-theme-o2_git.bb b/recipes/shr/phoneui-shr-theme-o2_git.bb
index 06303bbb85..1fe0e70ca8 100644
--- a/recipes/shr/phoneui-shr-theme-o2_git.bb
+++ b/recipes/shr/phoneui-shr-theme-o2_git.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://jmccloud.jm.funpic.de"
SECTION = "e/utils"
LICENSE = "unknown"
DEPENDS = "edje-native"
-RDEPENDS = "libphone-ui-shr"
+RDEPENDS_${PN} = "libphone-ui-shr"
RSUGGESTS = "elementary-theme-o2"
SRCREV = "20e5e82819a7612aa31c753a6898ccc9e940c7c6"
PV = "0.1+gitr${SRCPV}"
diff --git a/recipes/shr/shr-e-gadgets_git.bb b/recipes/shr/shr-e-gadgets_git.bb
index bb4944bcd4..b00f65454a 100644
--- a/recipes/shr/shr-e-gadgets_git.bb
+++ b/recipes/shr/shr-e-gadgets_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "An e17 module for a lot of needed shr-gadgets"
HOMEPAGE = "http://shr-project.org"
LICENSE = "BSD"
DEPENDS = "e-wm"
-RDEPENDS = "e-wm"
+RDEPENDS_${PN} = "e-wm"
SECTION = "x11/application"
SRCREV = "6480322a8a419e8cbe4af5e627661ff03f56ed18"
diff --git a/recipes/shr/shr-installer_git.bb b/recipes/shr/shr-installer_git.bb
index 8823cba92c..5e250569a6 100644
--- a/recipes/shr/shr-installer_git.bb
+++ b/recipes/shr/shr-installer_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "EFL frontend for packagekit"
HOMEPAGE = "http://shr-project.org"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
-RDEPENDS = "python-elementary python-dbus python-core python-edbus packagekit"
+RDEPENDS_${PN} = "python-elementary python-dbus python-core python-edbus packagekit"
SECTION = "x11/application"
SRCREV = "8608816ea1a1ac14b6e9faaa3685dd2b6450e889"
diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
index a75167451d..adfab7fa8a 100644
--- a/recipes/shr/shr-settings_git.bb
+++ b/recipes/shr/shr-settings_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Modular settings application for SHR based on python-elementary"
HOMEPAGE = "http://shr-project.org"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
-RDEPENDS = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexpect"
+RDEPENDS_${PN} = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexpect"
SECTION = "x11/application"
SRCREV = "b6de5ae2e6b73821614f9cea4a1334a3415d60c4"
PE = "1"
diff --git a/recipes/shr/shr-splash-theme.inc b/recipes/shr/shr-splash-theme.inc
index d9a199bf2a..9fb1fd23e7 100644
--- a/recipes/shr/shr-splash-theme.inc
+++ b/recipes/shr/shr-splash-theme.inc
@@ -1,6 +1,6 @@
RPROVIDES_${PN} = "virtual/shr-splash-theme"
PROVIDES = "virtual/shr-splash-theme"
-RDEPENDS += "shr-splash"
+RDEPENDS_${PN} += "shr-splash"
inherit update-alternatives
diff --git a/recipes/shr/shr-splash_git.bb b/recipes/shr/shr-splash_git.bb
index 7686dc4a2d..7902dc80e6 100644
--- a/recipes/shr/shr-splash_git.bb
+++ b/recipes/shr/shr-splash_git.bb
@@ -5,7 +5,7 @@ SRCREV = "0375bf2b66a053dd490774004c56b5d949f02ac8"
PV = "1.2+gitr${SRCPV}"
PR = "r5"
DEPENDS = "virtual/shr-splash-theme"
-RRECOMMENDS = "virtual/shr-splash-theme"
+RRECOMMENDS_${PN} = "virtual/shr-splash-theme"
inherit update-rc.d
diff --git a/recipes/shr/shr-theme-gry.bb b/recipes/shr/shr-theme-gry.bb
index 7a2e6e1728..9f6362a0a8 100644
--- a/recipes/shr/shr-theme-gry.bb
+++ b/recipes/shr/shr-theme-gry.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "gry* - a fast, shiny theme"
SECTION = "x11/data"
-RDEPENDS += "e-wm-theme-illume-gry elementary-theme-gry"
+RDEPENDS_${PN} += "e-wm-theme-illume-gry elementary-theme-gry"
PV = "0.1"
PR = "r1"
diff --git a/recipes/shr/shr-theme-neo.bb b/recipes/shr/shr-theme-neo.bb
index e852632736..693958266c 100644
--- a/recipes/shr/shr-theme-neo.bb
+++ b/recipes/shr/shr-theme-neo.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "nEo shr theme - a very fast, high contrast shr theme"
SECTION = "x11/data"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
-RDEPENDS = "phoneui-shr-theme-neo elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo icon-theme-neo"
+RDEPENDS_${PN} = "phoneui-shr-theme-neo elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo icon-theme-neo"
LICENSE = "unknown"
PV = "0.2"
diff --git a/recipes/shr/shr-theme-niebiee.bb b/recipes/shr/shr-theme-niebiee.bb
index 5e5a1399e6..50e6e9e796 100644
--- a/recipes/shr/shr-theme-niebiee.bb
+++ b/recipes/shr/shr-theme-niebiee.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Niebiee - extremely blue theme for SHR (metapackage)"
SECTION = "x11/data"
-RDEPENDS += "e-wm-theme-illume-niebiee elementary-theme-niebiee shr-splash-theme-niebiee"
+RDEPENDS_${PN} += "e-wm-theme-illume-niebiee elementary-theme-niebiee shr-splash-theme-niebiee"
PV = "0.1"
PR = "r1"
diff --git a/recipes/shr/shr-theme-o2.bb b/recipes/shr/shr-theme-o2.bb
index 6c03d12982..cdd272b128 100644
--- a/recipes/shr/shr-theme-o2.bb
+++ b/recipes/shr/shr-theme-o2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "o2 theme suit for shr - it looks like om2007.2"
SECTION = "x11/data"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
-RDEPENDS = "phoneui-shr-theme-o2 elementary-theme-o2"
+RDEPENDS_${PN} = "phoneui-shr-theme-o2 elementary-theme-o2"
LICENSE = "unknown"
PV = "0.1"
diff --git a/recipes/shr/shr-theme-sixteen.bb b/recipes/shr/shr-theme-sixteen.bb
index d7b789239d..a2c04fb09c 100644
--- a/recipes/shr/shr-theme-sixteen.bb
+++ b/recipes/shr/shr-theme-sixteen.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Sixteen SHR theme"
SECTION = "x11/data"
-RDEPENDS += "e-wm-theme-illume-sixteen elementary-theme-sixteen"
+RDEPENDS_${PN} += "e-wm-theme-illume-sixteen elementary-theme-sixteen"
PV = "0.1"
PR = "r1"
diff --git a/recipes/shr/shr-today_git.bb b/recipes/shr/shr-today_git.bb
index 439dd7793b..88e406df8d 100644
--- a/recipes/shr/shr-today_git.bb
+++ b/recipes/shr/shr-today_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "python-elementary and opimd based lock and today screen for the S
HOMEPAGE = "http://wiki.github.com/slyon/today"
SHR_RELEASE ?= "shr"
LICENSE ?= "GPL"
-RDEPENDS = "python-edje python-dbus python-edbus python-ecore"
+RDEPENDS_${PN} = "python-edje python-dbus python-edbus python-ecore"
SECTION = "x11/applications"
SRCREV = "7b69649a9df0e85f0c0f7985fd1d93543c3b11e2"
diff --git a/recipes/shr/shr-wizard_git.bb b/recipes/shr/shr-wizard_git.bb
index aed58200bf..4e35508e76 100644
--- a/recipes/shr/shr-wizard_git.bb
+++ b/recipes/shr/shr-wizard_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "An e17 module and a python app for the SHR first run wizard"
HOMEPAGE = "http://shr-project.org"
LICENSE = "GPL"
DEPENDS = "e-wm"
-RDEPENDS = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
+RDEPENDS_${PN} = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
SECTION = "x11/application"
SRCREV = "24450cba257e7057045ad576530f158a03bd0f8b"
PV = "0.0.0+gitr${SRCPV}"