From 9d4d33b143ed87c0e192096c3f07e307b7a311e8 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 7 Nov 2012 20:46:44 +0800 Subject: [PATCH] flib: add recipe to build external git tree Signed-off-by: Zhenhua Luo --- meta-fsl-ppc/recipes-tools/flib/flib_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-fsl-ppc/recipes-tools/flib/flib_git.bb diff --git a/meta-fsl-ppc/recipes-tools/flib/flib_git.bb b/meta-fsl-ppc/recipes-tools/flib/flib_git.bb new file mode 100644 index 00000000..78210dd4 --- /dev/null +++ b/meta-fsl-ppc/recipes-tools/flib/flib_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Foundation Library" +SECTION = "flib" +LICENSE = "BSD & GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" + +SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git" +SRCREV = "110eef5dab66064580d6d8627421ea5a19decb80" + +S = "${WORKDIR}/git" + +do_install(){ + oe_runmake install DESTDIR=${D} +} -- 2.40.1