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>
This commit is contained in:
Dongxiao Xu
2010-08-04 10:26:16 +08:00
committed by Richard Purdie
parent bdcf666d5b
commit a9d468c98d

View File

@@ -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"