diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-08-04 10:26:16 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-06 18:28:28 +0100 |
commit | a9d468c98d83d5d316a40ce186ba93e5b1564ffb (patch) | |
tree | da24f64aa9ad30a687fcc51a9f3e989c4cc98a05 /meta/packages/cwautomacros | |
parent | bdcf666d5b9a5d95a4bb57d42de8cae78d03653b (diff) | |
download | openembedded-core-a9d468c98d83d5d316a40ce186ba93e5b1564ffb.tar.gz openembedded-core-a9d468c98d83d5d316a40ce186ba93e5b1564ffb.tar.bz2 openembedded-core-a9d468c98d83d5d316a40ce186ba93e5b1564ffb.tar.xz openembedded-core-a9d468c98d83d5d316a40ce186ba93e5b1564ffb.zip |
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/cwautomacros')
-rw-r--r-- | meta/packages/cwautomacros/cwautomacros_20090610.bb | 15 |
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 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" |