[meta-freescale] [PATCH 23/27] flib: add recipe to build external git tree

Matthew McClintock msm at freescale.com
Thu Nov 29 11:15:47 PST 2012


From: Zhenhua Luo <b19537 at freescale.com>

Signed-off-by: Zhenhua Luo <b19537 at freescale.com>
---
 recipes-tools/flib/flib_git.bb |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 recipes-tools/flib/flib_git.bb

diff --git a/recipes-tools/flib/flib_git.bb b/recipes-tools/flib/flib_git.bb
new file mode 100644
index 0000000..78210dd
--- /dev/null
+++ b/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}
+}
-- 
1.7.9.7





More information about the meta-freescale mailing list