diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-04-15 16:02:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-04-19 18:04:52 -0400 |
commit | fdda559e85865e05431015abfd963e59d2badd54 (patch) | |
tree | 626a12fa4c82a80b4d59024afb1f3197a4b16d32 | |
parent | f7e2920ba3e5d493120d992b366fb0ad382af971 (diff) | |
download | meta-ti-fdda559e85865e05431015abfd963e59d2badd54.tar.gz |
bltsville: Deprecate - no longer supported
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-graphics/bltsville/bltsville_git.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-graphics/bltsville/bltsville_git.bb b/recipes-graphics/bltsville/bltsville_git.bb deleted file mode 100644 index 776785d4..00000000 --- a/recipes-graphics/bltsville/bltsville_git.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | DESCRIPTION = "Userspace libraries and headers for TI BLTsville implementation" | ||
2 | HOMEPAGE = "http://omapzoom.org/?p=platform/external/bltsville.git;a=summary" | ||
3 | LICENSE = "BSD-3-Clause & TI-TSPA" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148 \ | ||
5 | file://ticpu/license;md5=0bb831850a0de80e32a63772d89c6562" | ||
6 | |||
7 | PR = "r3" | ||
8 | |||
9 | SRCREV = "a759bde8a5a6e518dfb8a6e633736a360005498e" | ||
10 | |||
11 | inherit autotools-brokensep pkgconfig | ||
12 | |||
13 | SRC_URI = "git://git.omapzoom.org/platform/external/bltsville.git;protocol=git" | ||
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | do_configure() { | ||
18 | chmod +x autogen.sh | ||
19 | ./autogen.sh --prefix=${prefix} --with-libtool-sysroot=${STAGING_DIR_TARGET} | ||
20 | } | ||
21 | |||
22 | FILES_${PN} += "${libdir}/libbltsville_ticpu_license.txt" | ||