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"
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"
install -d ${D}/etc/fmc/config
install -m 644 ${S}/etc/fmc/config/hxs_pdl_v3.xml ${D}/etc/fmc/config
-}
-PARALLEL_MAKE = ""
+ install -d ${D}/${includedir}/fmc
+ install ${S}/source/fmc.h ${D}/${includedir}/fmc
+
+ install -d ${D}/${libdir}
+ install ${S}/source/libfmc.a ${D}/${libdir}
+}
BBCLASSEXTEND = "native"