mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
dibbler: fix SRC_URI from ${P} to ${BP}
Otherwise it would fail when multilib. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
f4edcbc4ac
commit
62e939f83f
@@ -5,7 +5,7 @@ HOMEPAGE = "http://klub.com.pl/dhcpv6"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3"
|
||||
|
||||
SRC_URI = "http://klub.com.pl/dhcpv6/${BPN}/${P}.tar.gz \
|
||||
SRC_URI = "http://klub.com.pl/dhcpv6/${BPN}/${BP}.tar.gz \
|
||||
file://dibbler_fix_getSize_crash.patch \
|
||||
file://types.patch \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user