mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
10 lines
228 B
BlitzBasic
10 lines
228 B
BlitzBasic
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" |