diff options
Diffstat (limited to 'recipes/obsolete')
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes/obsolete/ffalarms/ffalarms_0.2.2.bb b/recipes/obsolete/ffalarms/ffalarms_0.2.2.bb index 70a35a1fa2..d259a26a56 100644 --- a/recipes/obsolete/ffalarms/ffalarms_0.2.2.bb +++ b/recipes/obsolete/ffalarms/ffalarms_0.2.2.bb @@ -20,7 +20,7 @@ RDEPENDS_${PN} += "python-re python-datetime python-edje python-ecore \ atd-over-fso alsa-utils-amixer alsa-utils-alsactl \ ttf-dejavu-sans" -RSUGGESTS += "mplayer alsa-utils-aplay openmoko-alsa-scenarios" +RSUGGESTS_${PN} += "mplayer alsa-utils-aplay openmoko-alsa-scenarios" SRC_URI[archive.md5sum] = "6f03b9663245b93e8370e43cc556dba1" SRC_URI[archive.sha256sum] = "df0561124faa5c2e64038f5efcf39432c4795829115b86819083ae66b001899a" diff --git a/recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb b/recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb index c0ae618fa5..8c14ccb0ba 100644 --- a/recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb +++ b/recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "x11/gnome" PR = "r4" PROVIDES = "virtual/gnome-vfs" -RPROVIDES = "gnome-vfs" +RPROVIDES_${PN} = "gnome-vfs" inherit gnome pkgconfig diff --git a/recipes/obsolete/shr/etk-theme-neo_git.bb b/recipes/obsolete/shr/etk-theme-neo_git.bb index 42fcf701b9..68b83e1653 100644 --- a/recipes/obsolete/shr/etk-theme-neo_git.bb +++ b/recipes/obsolete/shr/etk-theme-neo_git.bb @@ -1,7 +1,7 @@ DESCRIPTION = "nEo etk theme - a very fast, high contrast etk theme" HOMEPAGE = "http://jmccloud.jm.funpic.de" AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com" -RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo icon-theme-neo" +RSUGGESTS_${PN} = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo icon-theme-neo" LICENSE = "unknown" SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb" diff --git a/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb b/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb index 637aa36d26..2b10c3383d 100644 --- a/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb +++ b/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "nEo libframeworkd-phonegui-efl - a very fast, high contrast etk t HOMEPAGE = "http://jmccloud.jm.funpic.de" AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com" RDEPENDS_${PN} = "libframeworkd-phonegui-efl" -RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo etk-theme-neo gpe-theme-neo icon-theme-neo" +RSUGGESTS_${PN} = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo etk-theme-neo gpe-theme-neo icon-theme-neo" LICENSE = "unknown" SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb" diff --git a/recipes/obsolete/tasks/task-bootstrap-unionroot.bb b/recipes/obsolete/tasks/task-bootstrap-unionroot.bb index c7809790fc..c6f72b8239 100644 --- a/recipes/obsolete/tasks/task-bootstrap-unionroot.bb +++ b/recipes/obsolete/tasks/task-bootstrap-unionroot.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Core packages required for a basic installation with unionroot" PROVIDES = "task-bootstrap" -RPROVIDES = "task-bootstrap" +RPROVIDES_${PN} = "task-bootstrap" PR = "r2" DEFAULT_PREFERENCE = "-1" |