blob: ba863b58ffff301158cd9c2a6305196938f24c5f (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "The popt library for parsing command line options."
LICENSE = "MIT"
SECTION = "libs"
DEPENDS = "gettext"
SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
inherit autotools_stage
BBCLASSEXTEND = "native"
|