diff options
| author | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
|---|---|---|
| committer | Sergey Lapin <slapin@ossfans.org> | 2010-03-22 18:13:56 +0300 |
| commit | 3937c88166a493900a694ea8fe53b860f4099d83 (patch) | |
| tree | 57597245b6efd4cf27c1f4c9ff21c0515e530c15 /recipes/m4/m4.inc | |
| parent | df2ace6d59e22b42e50bcf4e8a9c92b580602c2e (diff) | |
| parent | 3510d2ed15a4b477aa7af802a839e11a87b981ed (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/m4/m4.inc')
| -rw-r--r-- | recipes/m4/m4.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/m4/m4.inc b/recipes/m4/m4.inc new file mode 100644 index 0000000000..94a5ad5dc3 --- /dev/null +++ b/recipes/m4/m4.inc @@ -0,0 +1,9 @@ +DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \ +processor." +HOMEPAGE = "http://www.gnu.org/software/m4/" +LICENSE = "GPLv3" +INC_PR = "r0" + +SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.bz2;name=archive" + +inherit autotools_stage |
