From fd7dc5c717ce992dd7c39aeb12f29d5e9fbe7bb7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 1 Nov 2010 19:49:59 +0100 Subject: [PATCH] angstrom-layers: add renderproto from OE into meta-openembedded Signed-off-by: Koen Kooi --- .../xorg-proto/renderproto_0.11.1.bb | 10 ++++++++++ .../xorg-proto/xorg-proto-common.inc | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 recipes-graphics/xorg-proto/renderproto_0.11.1.bb create mode 100644 recipes-graphics/xorg-proto/xorg-proto-common.inc diff --git a/recipes-graphics/xorg-proto/renderproto_0.11.1.bb b/recipes-graphics/xorg-proto/renderproto_0.11.1.bb new file mode 100644 index 0000000000..3b1af5eacc --- /dev/null +++ b/recipes-graphics/xorg-proto/renderproto_0.11.1.bb @@ -0,0 +1,10 @@ +require xorg-proto-common.inc +PE = "1" +PR = "${INC_PR}.0" + +SRC_URI[archive.md5sum] = "a914ccc1de66ddeb4b611c6b0686e274" +SRC_URI[archive.sha256sum] = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537" + +BBCLASSEXTEND = "native nativesdk" + +CONFLICTS = "renderext" diff --git a/recipes-graphics/xorg-proto/xorg-proto-common.inc b/recipes-graphics/xorg-proto/xorg-proto-common.inc new file mode 100644 index 0000000000..3e7c701c79 --- /dev/null +++ b/recipes-graphics/xorg-proto/xorg-proto-common.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "X protocol headers: ${BPN}" +HOMEPAGE = "http://www.x.org" +SECTION = "x11/libs" +LICENSE = "MIT-X" + +DEPENDS = "util-macros" + +ALLOW_EMPTY = "1" + +INC_PR = "r2" + +SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2;name=archive" + +S = "${WORKDIR}/${BPN}-${PV}" + +inherit autotools pkgconfig +