summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-08-04 10:26:16 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-06 18:28:28 +0100
commita9d468c98d83d5d316a40ce186ba93e5b1564ffb (patch)
treeda24f64aa9ad30a687fcc51a9f3e989c4cc98a05 /meta/packages
parentbdcf666d5b9a5d95a4bb57d42de8cae78d03653b (diff)
downloadpoky-a9d468c98d83d5d316a40ce186ba93e5b1564ffb.tar.gz
cwautomacros: Add new recipe.
cwautomacros is a set of m4 files, and package "which" will use it. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/cwautomacros/cwautomacros_20090610.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/cwautomacros/cwautomacros_20090610.bb b/meta/packages/cwautomacros/cwautomacros_20090610.bb
new file mode 100644
index 0000000000..9c03eece53
--- /dev/null
+++ b/meta/packages/cwautomacros/cwautomacros_20090610.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "cwautomacros"
2SECTION = "base"
3HOMEPAGE = "http://cwautomacros.berlios.de/"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
6
7SRC_URI = http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2
8
9PR = "r0"
10
11do_install() {
12 oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install
13}
14
15BBCLASSEXTEND = "native"