mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
matchbox-themes-extra: fix SRC_URI
* projects.o-hand.com downloads have moved to downloads.yoctoproject.org * Add missing SRC_URI checksums (From OE-Core rev: 3b4912014fdc4c62ecef74ac870196e33f044c68) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
813cc8e165
commit
2f4311370b
|
@ -3,9 +3,12 @@ LICENSE = "GPL"
|
||||||
DEPENDS = "matchbox-wm"
|
DEPENDS = "matchbox-wm"
|
||||||
SECTION = "x11/wm"
|
SECTION = "x11/wm"
|
||||||
|
|
||||||
SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2"
|
SRC_URI = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-themes-extra/${PV}/matchbox-themes-extra-${PV}.tar.bz2"
|
||||||
S = "${WORKDIR}/matchbox-themes-extra-${PV}"
|
S = "${WORKDIR}/matchbox-themes-extra-${PV}"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "04312628f4a21f4105bce1251ea08035"
|
||||||
|
SRC_URI[sha256sum] = "98a1c8695842b0cd7f32e67b0ef9118fd0f32db5297f3f08706c706dee8fc6be"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
# split into several packages plus one meta package
|
# split into several packages plus one meta package
|
||||||
|
|
Loading…
Reference in New Issue
Block a user