meta-openembedded/meta-networking
Martin Jansa 4d62e7f575 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:33:16 +01:00
..
conf meta-networking: update BBFILE_COLLECTIONS to networking-layer 2013-08-16 10:58:56 -04:00
licenses licences: Add netperf license 2013-07-17 15:25:53 -04:00
recipes-connectivity inetutils: Remove empty usr/lib 2013-09-06 09:36:33 -04:00
recipes-daemons recipes: Remove PR = r0 from all recipes 2013-11-01 15:33:16 +01:00
recipes-filter recipes: Remove PR = r0 from all recipes 2013-11-01 15:33:16 +01:00
recipes-irc/znc recipes: Unify indentation 2013-04-15 16:23:17 +02:00
recipes-protocols quagga: fix pkg_postinst 2013-10-31 13:00:48 -04:00
recipes-support recipes: Remove PR = r0 from all recipes 2013-11-01 15:33:16 +01:00
COPYING.MIT meta-networking: add layer 2012-08-27 14:16:45 +02:00
MAINTAINERS README: add -M to git send-email example 2013-04-26 19:41:27 +02:00
README README: show github mirror URL in layer dependencies 2013-05-03 13:32:03 +02:00

meta-networking
===============

This layer is intended to be a central point for networking-related
packages and configuration.  It should be useful directly on top of
oe-core and compliments meta-openembedded.  It should be primarily useful
to the following groups:

      - Anyone building a small networking device (eg. a home router /
        bridge / switch).

      - Anyone wanting to add network services to their device (eg.
        anything that might benefit from a small ftp/tftp server)

Dependencies
------------

This layer depends on:

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

Maintenance
-----------

Please see the MAINTAINERS file for information on contacting the
maintainers of this layer, as well as instructions for submitting patches.