summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/preferred-xorg-versions.inc2
-rw-r--r--meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb11
-rw-r--r--meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb11
3 files changed, 12 insertions, 12 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index 6f5b019612..49ccbe8e30 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -10,7 +10,7 @@ PREFERRED_VERSION_compositeproto ?= "0.4"
10PREFERRED_VERSION_damageproto ?= "1.2.1" 10PREFERRED_VERSION_damageproto ?= "1.2.1"
11PREFERRED_VERSION_dmxproto ?= "2.3" 11PREFERRED_VERSION_dmxproto ?= "2.3"
12PREFERRED_VERSION_evieext ?= "1.1.0" 12PREFERRED_VERSION_evieext ?= "1.1.0"
13PREFERRED_VERSION_fixesproto ?= "4.1.1" 13PREFERRED_VERSION_fixesproto ?= "4.1.2"
14PREFERRED_VERSION_fontcacheproto ?= "0.1.3" 14PREFERRED_VERSION_fontcacheproto ?= "0.1.3"
15PREFERRED_VERSION_fontcacheproto-native ?= "0.1.3" 15PREFERRED_VERSION_fontcacheproto-native ?= "0.1.3"
16PREFERRED_VERSION_fontsproto ?= "2.1.0" 16PREFERRED_VERSION_fontsproto ?= "2.1.0"
diff --git a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb b/meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb
deleted file mode 100644
index cb709f7841..0000000000
--- a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb
+++ /dev/null
@@ -1,11 +0,0 @@
1require xorg-proto-common.inc
2
3LICENSE = "MIT-style"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ae2c93d7226d1ed33287c3924ca61816 \
5 file://xfixesproto.h;endline=41;md5=fa6bf4d92ae4dd0c1cac511105e541d2"
6
7CONFLICTS = "fixesext"
8PR = "r1"
9PE = "1"
10
11BBCLASSEXTEND = "nativesdk"
diff --git a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb b/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb
new file mode 100644
index 0000000000..daf9c7a564
--- /dev/null
+++ b/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb
@@ -0,0 +1,11 @@
1require xorg-proto-common.inc
2
3LICENSE = "MIT & MIT-style"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3bd0f26ecf86d0f24922125195d5b70a \
5 file://xfixesproto.h;endline=43;md5=27614675897bb1cdc611ba7de506cddc"
6
7CONFLICTS = "fixesext"
8PR = "r0"
9PE = "1"
10
11BBCLASSEXTEND = "nativesdk"