Skip to content

Commit 05677bf

Browse files
author
Alex J Lennon
committed
Fix BitBake syntax: Use FILESEXTRAPATHS:prepend instead of old _prepend syntax
1 parent 08f46a9 commit 05677bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipes-devtools/python/python3-improv_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
99

1010
# Extend file search path to include machine-specific directories
1111
# Yocto will automatically look in ${MACHINE}/ before recipe directory
12-
FILESEXTRAPATHS_prepend := "${THISDIR}:"
12+
FILESEXTRAPATHS:prepend := "${THISDIR}:"
1313

1414
SRC_URI = "git://github.com/Mimoja/pyImprov.git;protocol=https;branch=main \
1515
file://improv.service \

0 commit comments

Comments
 (0)