diff options
Diffstat (limited to 'recipes-tools/flib/flib_git.bb')
| -rw-r--r-- | recipes-tools/flib/flib_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-tools/flib/flib_git.bb b/recipes-tools/flib/flib_git.bb deleted file mode 100644 index fb3f698..0000000 --- a/recipes-tools/flib/flib_git.bb +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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" | ||
