From a9d468c98d83d5d316a40ce186ba93e5b1564ffb Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 4 Aug 2010 10:26:16 +0800 Subject: cwautomacros: Add new recipe. cwautomacros is a set of m4 files, and package "which" will use it. Signed-off-by: Dongxiao Xu --- meta/packages/cwautomacros/cwautomacros_20090610.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/packages/cwautomacros/cwautomacros_20090610.bb (limited to 'meta') diff --git a/meta/packages/cwautomacros/cwautomacros_20090610.bb b/meta/packages/cwautomacros/cwautomacros_20090610.bb new file mode 100644 index 000000000..9c03eece5 --- /dev/null +++ b/meta/packages/cwautomacros/cwautomacros_20090610.bb @@ -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" -- cgit v1.2.3