mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-09 05:29:56 +00:00
nikto: fix SRC_URI for multilib
${BPN} should be used instead of ${PN} where you want the name without
any prefix (and ${BP} is short for ${BPN}-${PV}).
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
903c19e322
commit
ea8f4661f4
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
|
|||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||||
|
|
||||||
SRC_URI = "http://cirt.net/nikto/${PN}-${PV}.tar.gz \
|
SRC_URI = "http://cirt.net/nikto/${BP}.tar.gz \
|
||||||
file://location.patch"
|
file://location.patch"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "efcc98a918becb77471ee9a5df0a7b1e"
|
SRC_URI[md5sum] = "efcc98a918becb77471ee9a5df0a7b1e"
|
||||||
|
|||||||
Reference in New Issue
Block a user