diff options
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb index cbf8e24f..2f5f1afa 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -39,7 +39,7 @@ do_install () { | |||
39 | install -m 755 ${S}/source/fmc ${D}/${bindir} | 39 | install -m 755 ${S}/source/fmc ${D}/${bindir} |
40 | 40 | ||
41 | install -d ${D}${sysconfdir}/fmc/config | 41 | install -d ${D}${sysconfdir}/fmc/config |
42 | install -m 644 ${S}${sysconfdir}/fmc/config/hxs_pdl_v3.xml ${D}${sysconfdir}/fmc/config | 42 | install -m 644 ${S}${sysconfdir}/fmc/config/* ${D}${sysconfdir}/fmc/config |
43 | 43 | ||
44 | install -d ${D}/${includedir}/fmc | 44 | install -d ${D}/${includedir}/fmc |
45 | install ${S}/source/fmc.h ${D}/${includedir}/fmc | 45 | install ${S}/source/fmc.h ${D}/${includedir}/fmc |