diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/recordproto_1.14.1.bb (renamed from meta/recipes-graphics/xorg-proto/recordproto_1.14.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 341e994b1..98b04a845 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -87,7 +87,7 @@ PREFERRED_VERSION_pixman ?= "0.18.2" PREFERRED_VERSION_printproto ?= "1.0.4" PREFERRED_VERSION_randrproto ?= "1.3.2" PREFERRED_VERSION_randrproto-nativesdk ?= "1.3.2" -PREFERRED_VERSION_recordproto ?= "1.14" +PREFERRED_VERSION_recordproto ?= "1.14.1" PREFERRED_VERSION_renderproto ?= "0.11" PREFERRED_VERSION_renderproto-nativesdk ?= "0.11" PREFERRED_VERSION_resourceproto ?= "1.1.0" diff --git a/meta/recipes-graphics/xorg-proto/recordproto_1.14.bb b/meta/recipes-graphics/xorg-proto/recordproto_1.14.1.bb index abb91d769..0ba3d655e 100644 --- a/meta/recipes-graphics/xorg-proto/recordproto_1.14.bb +++ b/meta/recipes-graphics/xorg-proto/recordproto_1.14.1.bb @@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=575827a0f554bbed332542976d5f3d40 \ file://recordproto.h;endline=19;md5=1cbb0dd45a0b060ff833901620a3e738" CONFLICTS = "recordext" -PR = "r1" +PR = "r0" PE = "1" |