From 3867ea9cb353a1acbe7ce4d57d209be416a67c01 Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Tue, 8 Apr 2014 15:05:08 +0000 Subject: [PATCH] Add libump from here : https://github.com/linux-sunxi/libump --- recipes-graphics/libump/libump_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-graphics/libump/libump_git.bb diff --git a/recipes-graphics/libump/libump_git.bb b/recipes-graphics/libump/libump_git.bb new file mode 100644 index 0000000..39d6934 --- /dev/null +++ b/recipes-graphics/libump/libump_git.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Unified Memory Provider userspace API source code needed for xf86-video-mali compilation" + +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://debian/copyright;md5=edf7fb6071cae7ec80d537a05ee17198" + +inherit autotools + +PE = "1" +PV = "r4p0-00rel0+git${SRCPV}" +SRCREV_pn-${PN} = "ec0680628744f30b8fac35e41a7bd8e23e59c39f" + +SRC_URI = "git://github.com/linux-sunxi/libump.git" + +S = "${WORKDIR}/git" + +