DESCRIPTION = "Low level 2D blitting/blending graphics acceleration services support on DM6446, OMAP3530 and OMAP-L137." SECTION = "multimedia" require ti-paths.inc DEPENDS = "ti-codec-engine ti-dmai" # Fetch source from svn repo SRCREV = "2" SRC_URI = "svn://gforge.ti.com/svn/${PN};module=trunk;proto=https;user=anonymous;pswd='' \ file://recent-linux.diff \ " # Again, no '.' in PWD allowed :( PV = "0+svnr${SRCPV}" PR = "${MACHINE_KERNEL_PR}" PR_append = "a" S = "${WORKDIR}/trunk/bitblit" export LINUXLIBS_INSTALL_DIR="${STAGING_DIR_HOST}/usr" export EXEC_DIR = "${D}${datadir}/ti/bitblit/" CPPFLAGS_append = " -DPlatform_${PLATFORM}" PACKAGE_ARCH = "${MACHINE_ARCH}" do_compile() { oe_runmake -e all } do_install() { oe_runmake -e install }