summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/bltsville/bltsville_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/bltsville/bltsville_git.bb')
-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"