blob: bdfd6ecf755c14188f0d817269b11f359005551a (
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-native"
SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
inherit autotools_stage
BBCLASSEXTEND = "native"
|