mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -11,5 +11,7 @@ SRC_URI += "file://X18NCMSstubs.diff;patch=1 \
|
||||
DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
|
||||
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
|
||||
|
||||
SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005"
|
||||
|
||||
EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale"
|
||||
CFLAGS += "-D_GNU_SOURCE"
|
||||
|
||||
@@ -4,6 +4,7 @@ require libx11_git.inc
|
||||
DESCRIPTION += " Support for XCB, and XCMS is disabled in this version."
|
||||
|
||||
PR = "r2"
|
||||
SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005"
|
||||
|
||||
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ require libx11_git.inc
|
||||
|
||||
inherit gettext
|
||||
|
||||
SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \
|
||||
|
||||
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f37
|
||||
|
||||
DEPENDS = "virtual/libx11 calibrateproto libxext"
|
||||
|
||||
SRCREV = "209d83af61ed38a002c8096377deac292b3e396c"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PR = "r0"
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@ extensions."
|
||||
|
||||
DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
|
||||
PROVIDES = "xext"
|
||||
SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d"
|
||||
PE = "1"
|
||||
PV = "1.0.99.1+gitr${SRCPV}"
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ client programs to select input from these devices independently from \
|
||||
each other and independently from the core devices."
|
||||
|
||||
DEPENDS += "libxext inputproto"
|
||||
SRCREV = "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e"
|
||||
PE = "1"
|
||||
PV = "1.2.99.5+gitr${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user