mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
angstrom-layers: add renderproto from OE into meta-openembedded
Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
parent
3327c61302
commit
fd7dc5c717
10
recipes-graphics/xorg-proto/renderproto_0.11.1.bb
Normal file
10
recipes-graphics/xorg-proto/renderproto_0.11.1.bb
Normal 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"
|
||||
17
recipes-graphics/xorg-proto/xorg-proto-common.inc
Normal file
17
recipes-graphics/xorg-proto/xorg-proto-common.inc
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user