summaryrefslogtreecommitdiff
path: root/jetson-tk1/recipes-bsp/binary-drivers/cudatoolkit6.5_21.4.0.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'jetson-tk1/recipes-bsp/binary-drivers/cudatoolkit6.5_21.4.0.bbappend')
-rw-r--r--jetson-tk1/recipes-bsp/binary-drivers/cudatoolkit6.5_21.4.0.bbappend12
1 files changed, 0 insertions, 12 deletions
diff --git a/jetson-tk1/recipes-bsp/binary-drivers/cudatoolkit6.5_21.4.0.bbappend b/jetson-tk1/recipes-bsp/binary-drivers/cudatoolkit6.5_21.4.0.bbappend
deleted file mode 100644
index bdd2840..0000000
--- a/jetson-tk1/recipes-bsp/binary-drivers/cudatoolkit6.5_21.4.0.bbappend
+++ /dev/null
@@ -1,12 +0,0 @@
-DEPENDS = "dpkg-native"
-
-INSANE_SKIP_${PN} += "already-stripped libdir"
-
-python do_unpack () {
- locals = d.getVar('WORKDIR', True)
- s = d.getVar('S', True)
- d.setVar('WORKDIR', s)
- d.setVar('S', s)
- bb.build.exec_func('base_do_unpack', d)
- d.setVar('WORKDIR', locals)
-}