mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
mesa: move common patches which could be used in both mesa-dri and mesa-xlib from mesa-dri to mesa
(From OE-Core rev: 76f4be998f6608799b66821a334f1ca7ddc2aba2) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
462f77aa3a
commit
77fa7e113b
@@ -18,6 +18,9 @@ S = "${WORKDIR}/Mesa-${PV}"
|
|||||||
|
|
||||||
PROVIDES = "virtual/libgl"
|
PROVIDES = "virtual/libgl"
|
||||||
|
|
||||||
|
# for mesa-dri and mesa-xlib
|
||||||
|
FILESEXTRAPATHS_append := "${THISDIR}/mesa:"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-glu \
|
EXTRA_OECONF = "--enable-glu \
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
include mesa-common.inc
|
include mesa-common.inc
|
||||||
|
|
||||||
FILESPATH =. "${FILE_DIRNAME}/mesa-dri:"
|
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
|
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
|
||||||
file://uclibc.patch \
|
file://uclibc.patch \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user