diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-01 19:49:59 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-01 20:07:14 +0100 |
commit | fd7dc5c717ce992dd7c39aeb12f29d5e9fbe7bb7 (patch) | |
tree | 15e8797c135166e5f8b08ed02aab5fa911467764 | |
parent | 3327c6130276991eb64e950cae44657aeb21a850 (diff) | |
download | meta-openembedded-fd7dc5c717ce992dd7c39aeb12f29d5e9fbe7bb7.tar.gz |
angstrom-layers: add renderproto from OE into meta-openembedded
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes-graphics/xorg-proto/renderproto_0.11.1.bb | 10 | ||||
-rw-r--r-- | recipes-graphics/xorg-proto/xorg-proto-common.inc | 17 |
2 files changed, 27 insertions, 0 deletions
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 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | PE = "1" | ||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[archive.md5sum] = "a914ccc1de66ddeb4b611c6b0686e274" | ||
6 | SRC_URI[archive.sha256sum] = "06735a5b92b20759204e4751ecd6064a2ad8a6246bb65b3078b862a00def2537" | ||
7 | |||
8 | BBCLASSEXTEND = "native nativesdk" | ||
9 | |||
10 | 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 @@ | |||
1 | DESCRIPTION = "X protocol headers: ${BPN}" | ||
2 | HOMEPAGE = "http://www.x.org" | ||
3 | SECTION = "x11/libs" | ||
4 | LICENSE = "MIT-X" | ||
5 | |||
6 | DEPENDS = "util-macros" | ||
7 | |||
8 | ALLOW_EMPTY = "1" | ||
9 | |||
10 | INC_PR = "r2" | ||
11 | |||
12 | SRC_URI = "${XORG_MIRROR}/individual/proto/${BPN}-${PV}.tar.bz2;name=archive" | ||
13 | |||
14 | S = "${WORKDIR}/${BPN}-${PV}" | ||
15 | |||
16 | inherit autotools pkgconfig | ||
17 | |||