summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/make/make.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-02 12:24:31 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-02 12:30:01 +0000
commit8ba70a1c28a4e0ee73db5308b38abc923b0be44d (patch)
tree0ed9bff8e4bd70766c81dbb559d32781bdd93ce8 /recipes-devtools/make/make.inc
downloadmeta-gplv2-8ba70a1c28a4e0ee73db5308b38abc923b0be44d.tar.gz
Create meta-gplv2 from files from OE-Core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools/make/make.inc')
-rw-r--r--recipes-devtools/make/make.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/make/make.inc b/recipes-devtools/make/make.inc
new file mode 100644
index 0000000..849b742
--- /dev/null
+++ b/recipes-devtools/make/make.inc
@@ -0,0 +1,12 @@
1SUMMARY = "GNU tool that controls the build process"
2DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \
3program from the program's source files. Make gets its knowledge of how to build your program from a file \
4called the makefile, which lists each of the non-source files and how to compute it from other files."
5HOMEPAGE = "http://www.gnu.org/software/make/"
6SECTION = "devel"
7
8SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
9
10inherit autotools gettext pkgconfig texinfo
11
12PROVIDES = "virtual/make"