mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
gnome.bbclass: Use BPN instead of PN and set SRC_URI name similar to OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -4,12 +4,13 @@ def gnome_verdir(v):
|
|||||||
return "%s.%s" % (m.group(1), m.group(2))
|
return "%s.%s" % (m.group(1), m.group(2))
|
||||||
|
|
||||||
SECTION ?= "x11/gnome"
|
SECTION ?= "x11/gnome"
|
||||||
SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2"
|
SRC_URI = "${GNOME_MIRROR}/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.bz2;name=archive"
|
||||||
|
|
||||||
DEPENDS += "gnome-common"
|
DEPENDS += "gnome-common"
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \
|
FILES_${PN} += "${datadir}/application-registry \
|
||||||
${datadir}/gnome-2.0"
|
${datadir}/mime-info \
|
||||||
|
${datadir}/gnome-2.0"
|
||||||
|
|
||||||
inherit autotools_stage pkgconfig gconf
|
inherit autotools_stage pkgconfig gconf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user