mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| classes | ||
| conf | ||
| recipes-apps | ||
| recipes-art | ||
| recipes-bindings/vala | ||
| recipes-multimedia | ||
| recipes-panel-plugins | ||
| recipes-thunar-plugins | ||
| recipes-xfce | ||
| README | ||
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>