aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/argp-standalone
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2009-04-22 10:21:04 +0200
committerDirk Opfer <dirk@do13.de>2009-04-22 10:21:04 +0200
commitee7238c8c15d7163290b3b79f2e8981bfd351ae6 (patch)
tree6a085221227b070a77e46969cea960783eb802b4 /recipes/argp-standalone
parent78d0562c92c7338e119a3b92e1a273073d6039ad (diff)
downloadopenembedded-ee7238c8c15d7163290b3b79f2e8981bfd351ae6.tar.gz
argp-standalone: new recipe, version 1.3
Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc
Diffstat (limited to 'recipes/argp-standalone')
-rw-r--r--recipes/argp-standalone/argp-standalone_1.3.bb10
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 0000000000..6de77ef928
--- /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
+}