aboutsummaryrefslogtreecommitdiffstats
path: root/classes/ti-pdk-fetch.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/ti-pdk-fetch.bbclass')
-rw-r--r--classes/ti-pdk-fetch.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/ti-pdk-fetch.bbclass b/classes/ti-pdk-fetch.bbclass
index cacd71a4..e4c55e33 100644
--- a/classes/ti-pdk-fetch.bbclass
+++ b/classes/ti-pdk-fetch.bbclass
@@ -18,7 +18,7 @@ TI_PDK_SOURCE = "${TI_PDK_SOURCE_WORKDIR}/git"
S = "${@'${WORKDIR}/git/${TI_PDK_COMP_PATH}'.rstrip('/')}"
# Hard-link only required sources from PDK
-python do_unpack_append() {
+python do_unpack:append() {
if len(d.getVar('TI_PDK_COMP') or '') > 0:
import shutil