summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-01 15:12:51 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:43 -0700
commit54f41e239e3445f53875400cc11a3a590047661c (patch)
tree47d22248519f501fa28de13d00dbe2eedd8ae487 /meta/packages
parentbd6b465ab90fd8ed868a469bb990fb37a294159e (diff)
downloadpoky-54f41e239e3445f53875400cc11a3a590047661c.tar.gz
popt: fix metadata
add homepage Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/popt/popt_1.14.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/popt/popt_1.14.bb b/meta/packages/popt/popt_1.14.bb
index e7e7062d59..3671ce67c1 100644
--- a/meta/packages/popt/popt_1.14.bb
+++ b/meta/packages/popt/popt_1.14.bb
@@ -1,10 +1,12 @@
1DESCRIPTION = "The popt library for parsing command line options." 1DESCRIPTION = "The popt library for parsing command line options."
2LICENSE = "MIT" 2HOMEPAGE = "http://rpm5.org/"
3SECTION = "libs" 3SECTION = "libs"
4DEPENDS = "gettext" 4DEPENDS = "gettext"
5 5
6LICENSE = "MIT"
7
6SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz" 8SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
7 9
8inherit autotools 10inherit autotools
9 11
10BBCLASSEXTEND = "native" \ No newline at end of file 12BBCLASSEXTEND = "native"