mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
xfce.bbclass: Fix SRC_URI (from OE.dev)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -9,7 +9,7 @@ LICENSE = "LGPLv2"
|
||||
DEPENDS += "startup-notification"
|
||||
|
||||
XFCE_VERSION = ${PV}
|
||||
SRC_URI = "http://www.us.xfce.org/archive/xfce-${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "http://www.us.xfce.org/archive/xfce/${XFCE_VERSION}/src/${PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user