From: Dongxiao Xu Date: Wed, 4 Aug 2010 02:26:16 +0000 (+0800) Subject: cwautomacros: Add new recipe. X-Git-Tag: 2011-1~4990 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a9d468c98d83d5d316a40ce186ba93e5b1564ffb;p=openembedded-core.git cwautomacros: Add new recipe. cwautomacros is a set of m4 files, and package "which" will use it. Signed-off-by: Dongxiao Xu --- 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 @@ +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"