diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
commit | 177ef53047019757b70b5ca87171b2c88e26ba07 (patch) | |
tree | 70e3284e64755ae93c130e00f810ba5c501801b9 /recipes-dpaa/flib/flib_git.bb | |
download | meta-fsl-ppc-enea_linux_3.tar.gz |
initial commit of Enea Linux 3.1enea_linux_3
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-dpaa/flib/flib_git.bb')
-rw-r--r-- | recipes-dpaa/flib/flib_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb new file mode 100644 index 0000000..fb3f698 --- /dev/null +++ b/recipes-dpaa/flib/flib_git.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "Foundation Library" | ||
2 | SECTION = "flib" | ||
3 | LICENSE = "BSD & GPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" | ||
5 | |||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git" | ||
7 | SRCREV = "ff692ad3c286a07717c6677177825889fe17d450" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | do_install(){ | ||
12 | oe_runmake install DESTDIR=${D} | ||
13 | } | ||
14 | |||
15 | ALLOW_EMPTY_${PN} = "1" | ||