It is hard to track changes when using local tarball, switch to fetch
the source from a Git server.
Comparing to the tarabal, there are two more changes on git:
3e4c6a4 adjust link order to libpthread
a803602 Add COPYING with LGPL license and README file
Also fix indent.
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
# TODO: add a dedicated COPYING file
LIC_FILES_CHKSUM = "file://mux_server.c;endline=9;md5=e59eeb0812bb88b7af2d932f2dc22aed"
-SRC_URI = "file://mux-server-${PV}.tar.gz;name=mux_server"
+SRC_URI = "git://git.freescale.com/ppc/sdk/hypervisor/mux_server.git;branch=master"
+SRCREV = "3e4c6a44a81bb5cf2996830e8034d26850f80efc"
+
+S = "${WORKDIR}/git"
EXTRA_OEMAKE='HOSTCC="${CC}"'
do_install () {
- install -d ${D}${bindir}
- install -m 755 mux_server ${D}${bindir}
+ install -d ${D}${bindir}
+ install -m 755 mux_server ${D}${bindir}
}
BBCLASSEXTEND = "native nativesdk"