summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2016-04-15 16:02:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-04-19 18:04:52 -0400
commitfdda559e85865e05431015abfd963e59d2badd54 (patch)
tree626a12fa4c82a80b4d59024afb1f3197a4b16d32 /recipes-graphics
parentf7e2920ba3e5d493120d992b366fb0ad382af971 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/bltsville/bltsville_git.bb22
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 @@
1DESCRIPTION = "Userspace libraries and headers for TI BLTsville implementation"
2HOMEPAGE = "http://omapzoom.org/?p=platform/external/bltsville.git;a=summary"
3LICENSE = "BSD-3-Clause & TI-TSPA"
4LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148 \
5 file://ticpu/license;md5=0bb831850a0de80e32a63772d89c6562"
6
7PR = "r3"
8
9SRCREV = "a759bde8a5a6e518dfb8a6e633736a360005498e"
10
11inherit autotools-brokensep pkgconfig
12
13SRC_URI = "git://git.omapzoom.org/platform/external/bltsville.git;protocol=git"
14
15S = "${WORKDIR}/git"
16
17do_configure() {
18 chmod +x autogen.sh
19 ./autogen.sh --prefix=${prefix} --with-libtool-sysroot=${STAGING_DIR_TARGET}
20}
21
22FILES_${PN} += "${libdir}/libbltsville_ticpu_license.txt"