mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
rpm: fix metadata
add bugtracker, clarify license Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
DESCRIPTION = "The RPM Package Manager."
|
DESCRIPTION = "The RPM Package Manager."
|
||||||
HOMEPAGE = "http://rpm.org/"
|
HOMEPAGE = "http://rpm.org/"
|
||||||
LICENSE = "LGPL GPL"
|
BUGTRACKER = "http://rpm.org/report"
|
||||||
|
|
||||||
|
# library is covered under dual license of GPL | LGPL
|
||||||
|
LICENSE = "(LGPLv2+ | GPLv2+) & GPLv2+"
|
||||||
|
|
||||||
DEPENDS = "zlib beecrypt file popt python"
|
DEPENDS = "zlib beecrypt file popt python"
|
||||||
PR = "r16"
|
PR = "r16"
|
||||||
|
|
||||||
@@ -13,10 +17,10 @@ SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \
|
|||||||
file://extcond.patch;patch=1;pnum=0 \
|
file://extcond.patch;patch=1;pnum=0 \
|
||||||
file://disabledwarf.patch;patch=1"
|
file://disabledwarf.patch;patch=1"
|
||||||
|
|
||||||
inherit autotools gettext
|
|
||||||
|
|
||||||
S = "${WORKDIR}/rpm-${PV}"
|
S = "${WORKDIR}/rpm-${PV}"
|
||||||
|
|
||||||
|
inherit autotools gettext
|
||||||
|
|
||||||
acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
|
acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-python=$PYTHONVER \
|
EXTRA_OECONF = "--with-python=$PYTHONVER \
|
||||||
|
|||||||
Reference in New Issue
Block a user