diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-23 16:02:25 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
commit | 6a868a671472d454b407a165fc31c5f7dfe783c6 (patch) | |
tree | 7bd2ab13a04d14215264cc992501970cacfb20ef /recipes-dpaa/flib | |
parent | 62e212fe4812a6c726df4ac8e77d4a77e0e54247 (diff) | |
download | meta-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')
-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 00000000..3818ccf8 --- /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=75d2f6a74299640c05ae6c69ed7a4ad6" | ||
5 | |||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1" | ||
7 | SRCREV = "91bbb134df1cd8b65c7c19db9bec9f00d1435377" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | do_install(){ | ||
12 | oe_runmake install DESTDIR=${D} | ||
13 | } | ||
14 | |||
15 | ALLOW_EMPTY_${PN} = "1" | ||