1
0
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:
Qing He
2010-07-01 15:12:51 +08:00
committed by Saul Wold
parent bd6b465ab9
commit 54f41e239e
+4 -2
View File
@@ -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"