summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/flib/flib_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-23 16:02:25 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 23:26:59 -0300
commit6a868a671472d454b407a165fc31c5f7dfe783c6 (patch)
tree7bd2ab13a04d14215264cc992501970cacfb20ef /recipes-dpaa/flib/flib_git.bb
parent62e212fe4812a6c726df4ac8e77d4a77e0e54247 (diff)
downloadmeta-freescale-6a868a671472d454b407a165fc31c5f7dfe783c6.tar.gz
Move meta-fsl-ppc content to layer root
This commit is just a rename of all contents of meta-fsl-ppc subdirectory to this layer's root, merging the contents of common files, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa/flib/flib_git.bb')
-rw-r--r--recipes-dpaa/flib/flib_git.bb15
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 00000000..3818ccf8
--- /dev/null
+++ b/recipes-dpaa/flib/flib_git.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "Foundation Library"
2SECTION = "flib"
3LICENSE = "BSD & GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6"
5
6SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1"
7SRCREV = "91bbb134df1cd8b65c7c19db9bec9f00d1435377"
8
9S = "${WORKDIR}/git"
10
11do_install(){
12 oe_runmake install DESTDIR=${D}
13}
14
15ALLOW_EMPTY_${PN} = "1"