mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
We use standard ISO C data types and get rid of configure guess work which is iffy in cross compiled environment. Cleans up the re-build as well since we were deleting art_config.h without considering if the file is there in first place or not. (From OE-Core rev: b6a1d8b4a62c6f43c610acb27e935e62dbb75f97) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
663 B
BlitzBasic
23 lines
663 B
BlitzBasic
SUMMARY = "Library of functions for 2D graphics"
|
|
SECTION = "x11/gnome"
|
|
LICENSE = "LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
|
PR = "r2"
|
|
|
|
# can't use gnome.oeclass due to _ in filename
|
|
SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \
|
|
file://libart_lgpl-2.3.21-crosscompile.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302"
|
|
SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
DEPENDS = ""
|
|
|
|
FILES_${PN} = "${libdir}/*.so.*"
|
|
FILES_${PN}-dev += "${bindir}/libart2-config"
|
|
|
|
S = "${WORKDIR}/libart_lgpl-${PV}"
|