blob: e7e7062d5920f7c7b77c0cd80fc48af5f5f24829 (
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
BBCLASSEXTEND = "native"
|