mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
opengl: audit the bb file
- repleace SRCREV with SRCPV in PV definition - Fix the "patch=1" style Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
@@ -8,10 +8,10 @@ DEPENDS = "virtual/libx11 xproto glproto libxfixes"
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
|
||||
|
||||
SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \
|
||||
file://versionfix.patch;patch=1"
|
||||
file://versionfix.patch"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PV = "0.0+git${SRCREV}"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PR = "r6"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user