mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ SECTION = "Development/Libraries"
|
|||||||
|
|
||||||
DEPENDS = "cmpi-bindings"
|
DEPENDS = "cmpi-bindings"
|
||||||
|
|
||||||
SRC_URI = "http://downloads.sourceforge.net/sblim/${PN}-${PV}.tar.bz2 \
|
SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c"
|
SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c"
|
||||||
SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297"
|
SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297"
|
||||||
|
|||||||
Reference in New Issue
Block a user