summaryrefslogtreecommitdiffstats
path: root/recipes/argp-standalone/argp-standalone_1.3.bb
blob: 6de77ef92811ceda57960de17529dcd7a5c628cc (plain)
1
2
3
4
5
6
7
8
9
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
}