diff options
| -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" | ||
