aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tree
AgeCommit message (Collapse)Author
2015-12-18tree: respect the package's own default CFLAGSAndre McCurdy
The tree Makefile defines default CFLAGS form Linux (-DLINUX, etc) which are lost if we don't manually include them in the final CFLAGS. Also break the dependency on EXTRA_OEMAKE containing '-e', disable the unused configure task and, since package has a very short description, set SUMMARY instead of DESCRIPTION. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-28tree: add new recipeConnor Smith
Tree is a recursive directory listing command that is useful for viewing directory contents in a tree-like format. Signed-off-by: Connor Smith <connor.smith@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>