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