]> code.ossystems Code Review - openembedded-core.git/commitdiff
cwautomacros: Add new recipe.
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 4 Aug 2010 02:26:16 +0000 (10:26 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 6 Aug 2010 17:28:28 +0000 (18:28 +0100)
cwautomacros is a set of m4 files, and package "which" will use it.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/packages/cwautomacros/cwautomacros_20090610.bb [new file with mode: 0644]

diff --git a/meta/packages/cwautomacros/cwautomacros_20090610.bb b/meta/packages/cwautomacros/cwautomacros_20090610.bb
new file mode 100644 (file)
index 0000000..9c03eec
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "cwautomacros"
+SECTION = "base"
+HOMEPAGE = "http://cwautomacros.berlios.de/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
+
+SRC_URI = http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2
+
+PR = "r0"
+
+do_install() {
+       oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install
+}
+
+BBCLASSEXTEND = "native"