]> code.ossystems Code Review - openembedded-core.git/commitdiff
popt: fix metadata
authorQing He <qing.he@intel.com>
Thu, 1 Jul 2010 07:12:51 +0000 (15:12 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:43 +0000 (15:32 -0700)
add homepage

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/popt/popt_1.14.bb

index e7e7062d5920f7c7b77c0cd80fc48af5f5f24829..3671ce67c16c9423c49fe7ff141499ae3bfd8920 100644 (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"
\ No newline at end of file
+BBCLASSEXTEND = "native"