summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/bltsville/bltsville_git.bb
blob: 776785d42fee584f4dff29794c989e71a25e319f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Userspace libraries and headers for TI BLTsville implementation"
HOMEPAGE = "http://omapzoom.org/?p=platform/external/bltsville.git;a=summary"
LICENSE = "BSD-3-Clause & TI-TSPA"
LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148 \
                    file://ticpu/license;md5=0bb831850a0de80e32a63772d89c6562"

PR = "r3"

SRCREV = "a759bde8a5a6e518dfb8a6e633736a360005498e"

inherit autotools-brokensep pkgconfig

SRC_URI = "git://git.omapzoom.org/platform/external/bltsville.git;protocol=git"

S = "${WORKDIR}/git"

do_configure() {
	chmod +x autogen.sh
	./autogen.sh --prefix=${prefix} --with-libtool-sysroot=${STAGING_DIR_TARGET}
}

FILES_${PN} += "${libdir}/libbltsville_ticpu_license.txt"