Go to file
Tim Orling 1a199dca25 python-snakefood: add 1.4
* Generate dependencies from Python code, filter, cluster and generate
  graphs from the dependency list

* Tools included:
  - sfood:
      Given a set of input files or root directories, generate a list of
      dependencies between the files;
  - sfood-graph:
      Read a list of dependencies and produce a Graphviz dot file. (This
      file can be run through the Graphviz dot tool to produce a
      viewable/printable PDF file);
  - sfood-cluster:
      Read a list of dependencies, a list of file clusters, and output a
      list of simplified (clustered) dependencies.
  - sfood-checker:
      Analyze the source code with the AST and list unused or redundant
      imports.
  - sfood-imports:
      Find and list import statements in Python files, regardless of
      whether they can be imported or not.

Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-27 12:49:19 +02:00
contrib contrib/tesseract-langs.sh: add script to generate recipes for tesseract languages 2014-06-10 12:16:23 +02:00
meta-efl python-efl: upgrade to 1.10.1 2014-08-23 13:36:20 +02:00
meta-filesystems owfs: remove unrecognized configure options 2014-08-11 10:59:22 +02:00
meta-gnome tracker: add PACKAGECONFIG for nautilus extension 2014-08-11 11:00:41 +02:00
meta-gpe meta-gpe: use BPN in SRC_URI 2014-07-15 14:56:55 +02:00
meta-initramfs kexecboot: remove trailing slash in do_install 2014-08-13 22:20:15 +01:00
meta-multimedia oscam: fixed QA issue where binary was being stripped 2014-08-23 13:18:07 +02:00
meta-networking autofs: uprev it to 5.1.0 2014-08-21 21:35:07 +02:00
meta-oe php: Fix native build due mistakenly linking against host's iconv 2014-08-27 12:49:18 +02:00
meta-perl libmime-types-perl: add recipe 2014-08-21 21:35:05 +02:00
meta-python python-snakefood: add 1.4 2014-08-27 12:49:19 +02:00
meta-ruby ruby: fix race conditions at install-ext 2014-08-13 23:28:05 +02:00
meta-systemd libpam: systemd support now in OE-Core 2014-08-13 23:28:05 +02:00
meta-webserver webmin: uprev from 1.620 to 1.700 2014-08-23 13:18:06 +02:00
meta-xfce packagegroups: Remove deprecated "task" backward compatibility 2014-08-15 17:07:02 +02:00
toolchain-layer gcc-4.6: Update to match gcc restructing in OE-Core 2013-09-03 19:56:52 +02:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories