summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/cdrtools')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
index 9068771bc4..fc479774d9 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
@@ -20,6 +20,8 @@ inherit native
20 20
21STAGE_TEMP = "${WORKDIR}/image-temp" 21STAGE_TEMP = "${WORKDIR}/image-temp"
22 22
23FILESPATH = "${FILE_DIRNAME}/cdrtools-native/"
24
23do_install() { 25do_install() {
24 install -d ${STAGE_TEMP} 26 install -d ${STAGE_TEMP}
25 make install INS_BASE=${STAGE_TEMP} 27 make install INS_BASE=${STAGE_TEMP}