mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
xfce-app.bbclass: SRC_URI calculation supports multiple digit version numbers
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
parent
9cd59344e5
commit
14d3f7c83c
|
|
@ -1,4 +1,4 @@
|
|||
inherit xfce
|
||||
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user