git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d0562
)
argp-standalone: new recipe, version 1.3
author
Dirk Opfer
<dirk@do13.de>
Wed, 22 Apr 2009 08:21:04 +0000
(10:21 +0200)
committer
Dirk Opfer
<dirk@do13.de>
Wed, 22 Apr 2009 08:21:04 +0000
(10:21 +0200)
Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc
recipes/argp-standalone/argp-standalone_1.3.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/argp-standalone/argp-standalone_1.3.bb
b/recipes/argp-standalone/argp-standalone_1.3.bb
new file mode 100644
(file)
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
+}