summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/formfactor/formfactor_0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb
index d1ae2a255c..5c30bd510d 100644
--- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb
+++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb
@@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
12INHIBIT_DEFAULT_DEPS = "1" 12INHIBIT_DEFAULT_DEPS = "1"
13 13
14do_install() { 14do_install() {
15 # Only install file if it has a contents 15 # Install file only if it has contents
16 install -d ${D}${sysconfdir}/formfactor/ 16 install -d ${D}${sysconfdir}/formfactor/
17 install -m 0644 ${S}/config ${D}${sysconfdir}/formfactor/ 17 install -m 0644 ${S}/config ${D}${sysconfdir}/formfactor/
18 if [ -s "${S}/machconfig" ]; then 18 if [ -s "${S}/machconfig" ]; then