From: Koen Kooi Date: Tue, 14 Dec 2010 13:43:24 +0000 (+0100) Subject: ti-tilermemmgr: add git version that builds from the omapzoom L24.11 tag X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab0ecd9fedbc1d3285c33cb8ca8098901d7b4df0;p=openembedded.git ti-tilermemmgr: add git version that builds from the omapzoom L24.11 tag Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/ti-tilermemmgr_git.bb b/recipes/ti/ti-tilermemmgr_git.bb new file mode 100644 index 0000000000..8852bafcde --- /dev/null +++ b/recipes/ti/ti-tilermemmgr_git.bb @@ -0,0 +1,22 @@ +LICENSE = "GPLv2" + +PV = "1.00" +PR = "${MACHINE_KERNEL_PR}" +PR_append = "-24.11a+gitr${SRCREV}" + +# 24.11 tag +SRCREV = "d74be6020e970228f6bd25112fde12ecb4322f65" +SRC_URI = "git://git.omapzoom.org/platform/hardware/ti/tiler.git;protocol=git" + +inherit autotools + +export ARCH = "${TARGET_ARCH}" +export CROSS_COMPILE = "${TARGET_PREFIX}" + +EXTRA_OECONF = "--enable-tilermgr" + +S = "${WORKDIR}/git/memmgr" + +do_configure_prepend() { + sed -i -e 's:-Werror::g' configure.ac +}