diff options
| author | Qing He <qing.he@intel.com> | 2010-07-02 10:11:50 +0800 |
|---|---|---|
| committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:46 -0700 |
| commit | f76cd262c313c06cbd386d981acda17ed48876f3 (patch) | |
| tree | ade54760390a4c196ea80de90432bb025b4f3b91 | |
| parent | 5d1a64a298e95da15538e7576644ce72bd8806df (diff) | |
| download | poky-f76cd262c313c06cbd386d981acda17ed48876f3.tar.gz | |
rpm: fix metadata
add bugtracker, clarify license
Signed-off-by: Qing He <qing.he@intel.com>
| -rw-r--r-- | meta/packages/rpm/rpm_4.4.2.3.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/rpm/rpm_4.4.2.3.bb b/meta/packages/rpm/rpm_4.4.2.3.bb index 6efa87bb00..6605650023 100644 --- a/meta/packages/rpm/rpm_4.4.2.3.bb +++ b/meta/packages/rpm/rpm_4.4.2.3.bb | |||
| @@ -1,6 +1,10 @@ | |||
| 1 | DESCRIPTION = "The RPM Package Manager." | 1 | DESCRIPTION = "The RPM Package Manager." |
| 2 | HOMEPAGE = "http://rpm.org/" | 2 | HOMEPAGE = "http://rpm.org/" |
| 3 | LICENSE = "LGPL GPL" | 3 | BUGTRACKER = "http://rpm.org/report" |
| 4 | |||
| 5 | # library is covered under dual license of GPL | LGPL | ||
| 6 | LICENSE = "(LGPLv2+ | GPLv2+) & GPLv2+" | ||
| 7 | |||
| 4 | DEPENDS = "zlib beecrypt file popt python" | 8 | DEPENDS = "zlib beecrypt file popt python" |
| 5 | PR = "r16" | 9 | PR = "r16" |
| 6 | 10 | ||
| @@ -13,10 +17,10 @@ SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \ | |||
| 13 | file://extcond.patch;patch=1;pnum=0 \ | 17 | file://extcond.patch;patch=1;pnum=0 \ |
| 14 | file://disabledwarf.patch;patch=1" | 18 | file://disabledwarf.patch;patch=1" |
| 15 | 19 | ||
| 16 | inherit autotools gettext | ||
| 17 | |||
| 18 | S = "${WORKDIR}/rpm-${PV}" | 20 | S = "${WORKDIR}/rpm-${PV}" |
| 19 | 21 | ||
| 22 | inherit autotools gettext | ||
| 23 | |||
| 20 | acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java" | 24 | acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java" |
| 21 | 25 | ||
| 22 | EXTRA_OECONF = "--with-python=$PYTHONVER \ | 26 | EXTRA_OECONF = "--with-python=$PYTHONVER \ |
