[oe-commits] Dirk Opfer : argp-standalone: new recipe, version 1.3

GIT User account git at amethyst.openembedded.net
Wed Apr 22 08:41:53 UTC 2009


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

Author: Dirk Opfer <dirk at do13.de>
Date:   Wed Apr 22 10:21:04 2009 +0200

argp-standalone: new recipe, version 1.3
Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc

---

 recipes/argp-standalone/argp-standalone_1.3.bb |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/recipes/argp-standalone/argp-standalone_1.3.bb b/recipes/argp-standalone/argp-standalone_1.3.bb
new file mode 100644
index 0000000..6de77ef
--- /dev/null
+++ b/recipes/argp-standalone/argp-standalone_1.3.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc"
+PRIORITY = "optional"
+
+SRC_URI = "http://www.auto.tuwien.ac.at/~mkoegler/eib/argp-standalone-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage() {
+        autotools_stage_all
+}





More information about the Openembedded-commits mailing list