Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / argp-standalone / argp-standalone_1.3.bb
1 DESCRIPTION = "Argp is an interface for parsing unix-style argument vectors. This is only needed for uclibc"
2 PRIORITY = "optional"
3
4 SRC_URI = "http://www.auto.tuwien.ac.at/~mkoegler/eib/argp-standalone-${PV}.tar.gz"
5
6 inherit autotools
7
8 do_stage() {
9         autotools_stage_all
10 }