mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 18:18:32 +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:
parent
f4edcbc4ac
commit
62e939f83f
@ -5,7 +5,7 @@ HOMEPAGE = "http://klub.com.pl/dhcpv6"
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7236695bb6d4461c105d685a8b61c4e3"
|
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://dibbler_fix_getSize_crash.patch \
|
||||||
file://types.patch \
|
file://types.patch \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user