mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
popt: fix metadata
add homepage Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
DESCRIPTION = "The popt library for parsing command line options."
|
||||
LICENSE = "MIT"
|
||||
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"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user