summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/rootfsdebugfiles.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/rootfsdebugfiles.bbclass')
-rw-r--r--meta/classes-recipe/rootfsdebugfiles.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/rootfsdebugfiles.bbclass b/meta/classes-recipe/rootfsdebugfiles.bbclass
index cbcf876479..4c2fc1de25 100644
--- a/meta/classes-recipe/rootfsdebugfiles.bbclass
+++ b/meta/classes-recipe/rootfsdebugfiles.bbclass
@@ -34,7 +34,7 @@
34ROOTFS_DEBUG_FILES ?= "" 34ROOTFS_DEBUG_FILES ?= ""
35ROOTFS_DEBUG_FILES[doc] = "Lists additional files or directories to be installed with 'cp -a' in the format 'source1 target1;source2 target2;...'" 35ROOTFS_DEBUG_FILES[doc] = "Lists additional files or directories to be installed with 'cp -a' in the format 'source1 target1;source2 target2;...'"
36 36
37ROOTFS_POSTPROCESS_COMMAND += "rootfs_debug_files;" 37ROOTFS_POSTPROCESS_COMMAND += "rootfs_debug_files"
38rootfs_debug_files () { 38rootfs_debug_files () {
39 #!/bin/sh -e 39 #!/bin/sh -e
40 echo "${ROOTFS_DEBUG_FILES}" | sed -e 's/;/\n/g' | while read source target mode; do 40 echo "${ROOTFS_DEBUG_FILES}" | sed -e 's/;/\n/g' | while read source target mode; do