[oe-commits] Chris Larson : cwautomacros: add recipe, version 20090610

git version control git at git.openembedded.org
Wed Oct 27 20:58:25 UTC 2010


Module: openembedded.git
Branch: master
Commit: f6df8a4cc7ab5ccf29d6916714b5e7aa2977329e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f6df8a4cc7ab5ccf29d6916714b5e7aa2977329e

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Oct 27 13:53:19 2010 -0700

cwautomacros: add recipe, version 20090610

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 MAINTAINERS                                   |    2 +-
 recipes/cwautomacros/cwautomacros_20090610.bb |   23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0fd01c1..df4a26d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -37,7 +37,7 @@ Machines:   simpad
 Person:     Christopher Larson
 Mail:       clarson at kergoth.com
 Recipes:    autoconf, automake, libtool, gnu-config
-Recipes:    gzip, lzip, ed, genromfs, which
+Recipes:    gzip, lzip, ed, genromfs, which, cwautomacros
 Classes:    autotools.bbclass
 
 Person:     Cliff Brake
diff --git a/recipes/cwautomacros/cwautomacros_20090610.bb b/recipes/cwautomacros/cwautomacros_20090610.bb
new file mode 100644
index 0000000..5cab9c8
--- /dev/null
+++ b/recipes/cwautomacros/cwautomacros_20090610.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "a collection of autoconf m4 macros"
+HOMEPAGE = "http://cwautomacros.berlios.de/"
+LICENSE = "GPLv2+"
+PR = "0"
+
+SRC_URI = "http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2"
+SRC_URI[md5sum] = "352b295897ddb30c0d7d0acdd0b2313a"
+SRC_URI[sha256sum] = "8f683713baa63e6b5c2ea72067f77cbacf0bee7d4efa907951c6bb5ac1ffd6b0"
+
+do_compile () {
+    :
+}
+
+do_install () {
+    sed -i -e's,\$(INSTALLPREFIX)/share,${D}${datadir},g' \
+           -e's,\$(INSTALLPREFIX),${D},g' \
+           Makefile
+    make install
+    mv ${D}${datadir}/cwautomacros/m4 ${D}${datadir}/aclocal
+}
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND += "native nativesdk"





More information about the Openembedded-commits mailing list