meta-openembedded/meta-xfce
Martin Jansa 191499a2b5 recipes: Remove PR = r0 from all recipes
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done
  with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i

* We've switching to the PR server, PR bumps are no longer needed and
  this saves people either accidentally bumping them or forgetting to
  remove the lines (r0 is the default anyway).

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-01 15:30:48 +01:00
..
classes thunar-plugin.bbclass: initial add 2013-05-19 09:37:30 +02:00
conf meta-xfce: Add layer information 2011-08-05 19:49:58 +02:00
recipes-apps recipes: Remove PR = r0 from all recipes 2013-11-01 15:30:48 +01:00
recipes-art xfce4-icon-theme: add xfce4-dev-tools-native to DEPENDS 2013-10-14 14:27:35 +02:00
recipes-bindings/vala xfce4-vala: update to 4.10.3 2013-10-05 12:36:03 +02:00
recipes-multimedia packagegroup-xfce-multimedia: initial add 2012-09-18 15:54:03 +02:00
recipes-panel-plugins xfce4-weather-plugin: add libsoup-2.4 to DEPENDS 2013-10-14 14:27:35 +02:00
recipes-thunar-plugins thunar-media-tags-plugin: initial add 0.2.1 2013-05-19 09:37:30 +02:00
recipes-xfce xfwm4: add exo-native to DEPENDS 2013-10-14 14:27:35 +02:00
README README: show github mirror URL in layer dependencies 2013-05-03 13:32:03 +02:00

This layer depends on:

URI: git://github.com/openembedded/oe-core.git
branch: master
revision: HEAD

URI: git://github.com/openembedded/meta-oe.git
branch: master
revision: HEAD
meta-xfce depends on meta-oe and meta-multimedia in this repository.

To avoid dependencies on meta-multimedia you need to mask recipes by adding
this to local.conf:

BBMASK = "meta-xfce/recipes-multimedia"

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-xfce]' in the subject'

When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-xfce][PATCH'

Interim layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>