diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-04-20 15:17:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:44:34 +0100 |
commit | 68942a6b01a77f84e70d66902e2d89f26c26b478 (patch) | |
tree | a63da213a089fc3b2eaeda0ef3f12a7c8ccda5b3 /meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | |
parent | 440aba7eb3450d425edcd10b543850c750894dd9 (diff) | |
download | poky-68942a6b01a77f84e70d66902e2d89f26c26b478.tar.gz |
cwautomacros: upgrade to version 20110201
(From OE-Core rev: 9d345ab21632e5faf7b09e2adcfd2068870021a4)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb')
-rw-r--r-- | meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb new file mode 100644 index 0000000000..18efced7c7 --- /dev/null +++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "cwautomacros: a collection of autoconf m4 macros" | ||
2 | SECTION = "base" | ||
3 | HOMEPAGE = "http://cwautomacros.berlios.de/" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a" | ||
6 | |||
7 | SRC_URI = http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2 | ||
8 | |||
9 | PR = "r0" | ||
10 | |||
11 | SRC_URI[md5sum] = "074afcb50d0a8bff10786a2954b2b02d" | ||
12 | SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121" | ||
13 | |||
14 | do_install() { | ||
15 | oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install | ||
16 | } | ||
17 | |||
18 | BBCLASSEXTEND = "native" | ||