angstrom-layers: add renderproto from OE into meta-openembedded

Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
Koen Kooi 2010-11-01 19:49:59 +01:00
parent 3327c61302
commit fd7dc5c717
2 changed files with 27 additions and 0 deletions

View File

@ -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"

View File

@ -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