diff options
| -rw-r--r-- | meta/packages/popt/popt_1.14.bb | 6 |
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 @@ | |||
| 1 | DESCRIPTION = "The popt library for parsing command line options." | 1 | DESCRIPTION = "The popt library for parsing command line options." |
| 2 | LICENSE = "MIT" | 2 | HOMEPAGE = "http://rpm5.org/" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | DEPENDS = "gettext" | 4 | DEPENDS = "gettext" |
| 5 | 5 | ||
| 6 | LICENSE = "MIT" | ||
| 7 | |||
| 6 | SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz" | 8 | SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz" |
| 7 | 9 | ||
| 8 | inherit autotools | 10 | inherit autotools |
| 9 | 11 | ||
| 10 | BBCLASSEXTEND = "native" \ No newline at end of file | 12 | BBCLASSEXTEND = "native" |
