From 9851a13c7e2a017d5c61847a96001e5071665cf5 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Wed, 7 Nov 2012 20:46:44 +0800 Subject: flib: add recipe to build external git tree Signed-off-by: Zhenhua Luo --- 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} +} -- cgit v1.2.3-54-g00ecf