[meta-freescale] [meta-fsl-ppc master/dylan][PATCH] fmc: deploy header and library into sysroot

Zhenhua Luo zhenhua.luo at freescale.com
Wed May 1 20:56:17 PDT 2013


fmc.h and libfmc.a might be depended by other packages

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 recipes-ucode/fmc/fmc_git.bb |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/recipes-ucode/fmc/fmc_git.bb b/recipes-ucode/fmc/fmc_git.bb
index 4f85216..2e85a8b 100644
--- a/recipes-ucode/fmc/fmc_git.bb
+++ b/recipes-ucode/fmc/fmc_git.bb
@@ -3,7 +3,7 @@ SECTION = "fmc"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git"
 SRCREV = "6db53fae9dfe72db0312a383733e0d3598aad3f2"
@@ -21,6 +21,8 @@ EXTRA_OEMAKE_virtclass-native = 'FMCHOSTMODE=1 FMD_USPACE_HEADER_PATH="${STAGING
     FMD_USPACE_LIB_PATH="${STAGING_LIBDIR}" LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2" \
     TCLAP_HEADER_PATH="${STAGING_INCDIR}" '
 
+PARALLEL_MAKE = ""
+
 do_compile () {
     if [ "b4860qds" = "${MACHINE}" ] || [ "b4420qds" = "${MACHINE}" ];then
         EXTRA_OEMAKE_PLATFORM="b4860qds"
@@ -39,9 +41,13 @@ do_install () {
     install -m 755 ${S}/source/fmc ${D}/${bindir}/fmc
 
     install -d ${D}/etc/fmc/config
-    install -m 644 ${S}/etc/fmc/config/hxs_pdl_v3.xml ${D}/etc/fmc/config
-}
+    install -m 644 ${S}/etc/fmc/config/hxs_pdl_v3.xml ${D}/etc/fmc/configa
 
-PARALLEL_MAKE = ""
+    install -d ${D}/${includedir}
+    install ${S}/source/fmc.h ${D}/${includedir}
+
+    install -d ${D}/${libdir}
+    install ${S}/source/libfmc.a ${D}/${libdir}
+}
 
 BBCLASSEXTEND = "native"
-- 
1.7.9.5





More information about the meta-freescale mailing list