diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-07 16:37:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-11 18:08:31 +0100 |
commit | c09f0eb561a53b97a769dd0744076af7d904eafb (patch) | |
tree | ffdea22503027c6939e08c4e6ebc60b1c1346103 /meta | |
parent | 359006159996f95aaa7e53279229d72e161514bd (diff) | |
download | poky-c09f0eb561a53b97a769dd0744076af7d904eafb.tar.gz |
xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite
* xserver-xorg is closer to upstream naming and
that's how it's named in OE-classic and meta-oe? It would make meta-oe
transition easier and better to do it now then convert meta-oe to
xserver-xf86 and then rename it back later.
(From OE-Core rev: 0b31c7200a368533df970f0efeb81e2e20c73593)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 4 | ||||
-rw-r--r-- | meta/conf/distro/include/distro_tracking_fields.inc | 20 | ||||
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 6 | ||||
-rw-r--r-- | meta/conf/machine/qemux86.conf | 6 | ||||
-rw-r--r-- | meta/conf/multilib.conf | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc) | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc) | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/crosscompile.patch (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/crosscompile.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/fix_open_max_preprocessor_error.patch (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/fix_open_max_preprocessor_error.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/macro_tweak.patch (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/macro_tweak.patch) | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg-lite_1.10.1.bb (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc) | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg/cache-xkbcomp-output-for-fast-start-up.patch (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/cache-xkbcomp-output-for-fast-start-up.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/crosscompile.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg/fix_macros1.patch (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/fix_macros1.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg/fix_open_max_preprocessor_error.patch (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/fix_open_max_preprocessor_error.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/macro_tweak.patch) | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg_1.10.1.bb (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb) | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb (renamed from meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb) | 2 |
19 files changed, 27 insertions, 28 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index d51ac64ef4..a5cdb5b117 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -3,8 +3,8 @@ | |||
3 | # | 3 | # |
4 | PREFERRED_PROVIDER_virtual/db ?= "db" | 4 | PREFERRED_PROVIDER_virtual/db ?= "db" |
5 | PREFERRED_PROVIDER_virtual/db-native ?= "db-native" | 5 | PREFERRED_PROVIDER_virtual/db-native ?= "db-native" |
6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86" | 6 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
7 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | 7 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" |
8 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-xlib" | 8 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-xlib" |
9 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" | 9 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" |
10 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" | 10 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" |
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 7b6c4a96a5..b07209eb8b 100644 --- a/meta/conf/distro/include/distro_tracking_fields.inc +++ b/meta/conf/distro/include/distro_tracking_fields.inc | |||
@@ -3683,14 +3683,14 @@ RECIPE_INTEL_SECTION_pn-mesa-xlib="graphic core" | |||
3683 | RECIPE_LAST_UPDATE_pn-mesa-xlib = "Nov 27, 2010" | 3683 | RECIPE_LAST_UPDATE_pn-mesa-xlib = "Nov 27, 2010" |
3684 | RECIPE_MAINTAINER_pn-mesa-xlib="Yu Ke <ke.yu@intel.com>" | 3684 | RECIPE_MAINTAINER_pn-mesa-xlib="Yu Ke <ke.yu@intel.com>" |
3685 | 3685 | ||
3686 | RECIPE_STATUS_pn-xserver-xf86-dri-lite="green" # no update needed | 3686 | RECIPE_STATUS_pn-xserver-xorg="green" # no update needed |
3687 | RECIPE_LATEST_VERSION_pn-xserver-xf86-dri-lite="1.8.99.904" | 3687 | RECIPE_LATEST_VERSION_pn-xserver-xorg="1.8.99.904" |
3688 | RECIPE_NO_OF_PATCHES_pn-xserver-xf86-dri-lite="2" | 3688 | RECIPE_NO_OF_PATCHES_pn-xserver-xorg="2" |
3689 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xserver-xf86-dri-lite="2 monthes" | 3689 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xserver-xorg="2 monthes" |
3690 | RECIPE_LATEST_RELEASE_DATE_pn-xserver-xf86-dri-lite="2010/07/01" | 3690 | RECIPE_LATEST_RELEASE_DATE_pn-xserver-xorg="2010/07/01" |
3691 | RECIPE_INTEL_SECTION_pn-xserver-xf86-dri-lite="graphic core" | 3691 | RECIPE_INTEL_SECTION_pn-xserver-xorg="graphic core" |
3692 | RECIPE_LAST_UPDATE_pn-xserver-xf86-dri-lite = "Jan 18, 2011" | 3692 | RECIPE_LAST_UPDATE_pn-xserver-xorg = "Jan 18, 2011" |
3693 | RECIPE_MAINTAINER_pn-xserver-xf86-dri-lite="Yu Ke <ke.yu@intel.com>" | 3693 | RECIPE_MAINTAINER_pn-xserver-xorg="Yu Ke <ke.yu@intel.com>" |
3694 | 3694 | ||
3695 | RECIPE_STATUS_pn-xf86-input-synaptics = "red" | 3695 | RECIPE_STATUS_pn-xf86-input-synaptics = "red" |
3696 | DISTRO_PN_ALIAS_pn-xf86-input-synaptics = "Meego=xorg-x11-drv-synaptics Fedora=xorg-x11-drv-synaptics Ubuntu=xserver-xorg-input-synaptics Mandriva=x11-driver-input-synaptics Debian=xfree86-driver-synaptics" | 3696 | DISTRO_PN_ALIAS_pn-xf86-input-synaptics = "Meego=xorg-x11-drv-synaptics Fedora=xorg-x11-drv-synaptics Ubuntu=xserver-xorg-input-synaptics Mandriva=x11-driver-input-synaptics Debian=xfree86-driver-synaptics" |
@@ -5908,8 +5908,8 @@ DISTRO_PN_ALIAS_pn-pseudo = "Windriver" | |||
5908 | 5908 | ||
5909 | DISTRO_PN_ALIAS_pn-btrfs-tools = "Debian=btrfs-tools Fedora=btrfs-progs" | 5909 | DISTRO_PN_ALIAS_pn-btrfs-tools = "Debian=btrfs-tools Fedora=btrfs-progs" |
5910 | DISTRO_PN_ALIAS_pn-rt-tests = "Debian=rt-tests Ubuntu=rt-tests" | 5910 | DISTRO_PN_ALIAS_pn-rt-tests = "Debian=rt-tests Ubuntu=rt-tests" |
5911 | DISTRO_PN_ALIAS_pn-xserver-xf86-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" | 5911 | DISTRO_PN_ALIAS_pn-xserver-xorg-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" |
5912 | DISTRO_PN_ALIAS_pn-xserver-xf86-dri-lite = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" | 5912 | DISTRO_PN_ALIAS_pn-xserver-xorg = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" |
5913 | DISTRO_PN_ALIAS_pn-xserver-kdrive = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" | 5913 | DISTRO_PN_ALIAS_pn-xserver-kdrive = "Fedora=xorg-x11-server Ubuntu=xserver-xorg" |
5914 | DISTRO_PN_ALIAS_pn-dtc = "Fedora=dtc Ubuntu=dtc" | 5914 | DISTRO_PN_ALIAS_pn-dtc = "Fedora=dtc Ubuntu=dtc" |
5915 | DISTRO_PN_ALIAS_pn-dtc-native = "Fedora=dtc Ubuntu=dtc" | 5915 | DISTRO_PN_ALIAS_pn-dtc-native = "Fedora=dtc Ubuntu=dtc" |
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 18a75138a8..f28cf0819b 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" | 5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" |
6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | 7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | 8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" |
9 | 9 | ||
10 | require conf/machine/include/tune-x86_64.inc | 10 | require conf/machine/include/tune-x86_64.inc |
11 | require conf/machine/include/qemu.inc | 11 | require conf/machine/include/qemu.inc |
@@ -17,7 +17,7 @@ KERNEL_IMAGETYPE = "bzImage" | |||
17 | SERIAL_CONSOLE = "115200 ttyS0" | 17 | SERIAL_CONSOLE = "115200 ttyS0" |
18 | 18 | ||
19 | # We bypass swrast but we need it to be present for X to load correctly | 19 | # We bypass swrast but we need it to be present for X to load correctly |
20 | XSERVER ?= "xserver-xf86-dri-lite \ | 20 | XSERVER ?= "xserver-xorg \ |
21 | mesa-dri-driver-swrast \ | 21 | mesa-dri-driver-swrast \ |
22 | xf86-input-vmmouse \ | 22 | xf86-input-vmmouse \ |
23 | xf86-input-keyboard \ | 23 | xf86-input-keyboard \ |
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 5d0d03e827..75c9042eb5 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" | 5 | PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" |
6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 6 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | 7 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | 8 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" |
9 | 9 | ||
10 | require conf/machine/include/tune-i586.inc | 10 | require conf/machine/include/tune-i586.inc |
11 | require conf/machine/include/qemu.inc | 11 | require conf/machine/include/qemu.inc |
@@ -17,7 +17,7 @@ KERNEL_IMAGETYPE = "bzImage" | |||
17 | SERIAL_CONSOLE = "115200 ttyS0" | 17 | SERIAL_CONSOLE = "115200 ttyS0" |
18 | 18 | ||
19 | # We bypass swrast but we need it to be present for X to load correctly | 19 | # We bypass swrast but we need it to be present for X to load correctly |
20 | XSERVER ?= "xserver-xf86-dri-lite \ | 20 | XSERVER ?= "xserver-xorg \ |
21 | mesa-dri-driver-swrast \ | 21 | mesa-dri-driver-swrast \ |
22 | xf86-input-vmmouse \ | 22 | xf86-input-vmmouse \ |
23 | xf86-input-keyboard \ | 23 | xf86-input-keyboard \ |
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index b9da33ae4a..5e4b4354b4 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf | |||
@@ -442,7 +442,7 @@ BBCLASSEXTEND_append_pn-xrandr = " ${MULTILIBS}" | |||
442 | BBCLASSEXTEND_append_pn-xrestop = " ${MULTILIBS}" | 442 | BBCLASSEXTEND_append_pn-xrestop = " ${MULTILIBS}" |
443 | BBCLASSEXTEND_append_pn-xserver-nodm-init = " ${MULTILIBS}" | 443 | BBCLASSEXTEND_append_pn-xserver-nodm-init = " ${MULTILIBS}" |
444 | BBCLASSEXTEND_append_pn-xserver-xf86-config = " ${MULTILIBS}" | 444 | BBCLASSEXTEND_append_pn-xserver-xf86-config = " ${MULTILIBS}" |
445 | BBCLASSEXTEND_append_pn-xserver-xf86-dri-lite = " ${MULTILIBS}" | 445 | BBCLASSEXTEND_append_pn-xserver-xorg = " ${MULTILIBS}" |
446 | BBCLASSEXTEND_append_pn-xset = " ${MULTILIBS}" | 446 | BBCLASSEXTEND_append_pn-xset = " ${MULTILIBS}" |
447 | BBCLASSEXTEND_append_pn-xtrans = " ${MULTILIBS}" | 447 | BBCLASSEXTEND_append_pn-xtrans = " ${MULTILIBS}" |
448 | BBCLASSEXTEND_append_pn-xtscal = " ${MULTILIBS}" | 448 | BBCLASSEXTEND_append_pn-xtscal = " ${MULTILIBS}" |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc index 17d456cb5c..78c5f2e3b4 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc | |||
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" | |||
7 | 7 | ||
8 | # xf86-*-* packages depend on an X server built with the xfree86 DDX | 8 | # xf86-*-* packages depend on an X server built with the xfree86 DDX |
9 | # so we have a virtual to represent that: | 9 | # so we have a virtual to represent that: |
10 | # deprecated, we should use virtual/xserver instead | ||
10 | PROVIDES = "virtual/xserver-xf86" | 11 | PROVIDES = "virtual/xserver-xf86" |
11 | 12 | ||
12 | # Other packages tend to just care that there is *an* X server: | 13 | # Other packages tend to just care that there is *an* X server: |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc index 131c258e82..f1cef1bb5d 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc | |||
@@ -1,6 +1,4 @@ | |||
1 | require xserver-xf86-common.inc | 1 | require xserver-xorg-common.inc |
2 | |||
3 | PROVIDES += "xserver-xf86-lite" | ||
4 | 2 | ||
5 | PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" | 3 | PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" |
6 | 4 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/crosscompile.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/crosscompile.patch index 2f98bb8c89..2f98bb8c89 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/crosscompile.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/crosscompile.patch | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/fix_open_max_preprocessor_error.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/fix_open_max_preprocessor_error.patch index 2f629724c9..2f629724c9 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/fix_open_max_preprocessor_error.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/fix_open_max_preprocessor_error.patch | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/macro_tweak.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/macro_tweak.patch index 2b75427129..2b32d4e48d 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/macro_tweak.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite/macro_tweak.patch | |||
@@ -2,7 +2,7 @@ This is the revised version of files/macro_tweak.patch for | |||
2 | xorg-server 1.8.99.904. | 2 | xorg-server 1.8.99.904. |
3 | 3 | ||
4 | the files/macro_tweak.patch can not removed now since it is used by | 4 | the files/macro_tweak.patch can not removed now since it is used by |
5 | xserver-kdrive-1.7.99.2 and xserver-xf86-lite_1.7.99.2. Once they | 5 | xserver-kdrive-1.7.99.2 and xserver-xorg(-lite). Once they |
6 | are all upgraded to 1.8.99.904, the the files/macro_tweak.patch | 6 | are all upgraded to 1.8.99.904, the the files/macro_tweak.patch |
7 | can be safely replace by this patch. | 7 | can be safely replace by this patch. |
8 | 8 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite_1.10.1.bb index e42f27d587..63b2c38823 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite_1.10.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite_1.10.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xserver-xf86-lite.inc | 1 | require xserver-xorg-lite.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" |
4 | 4 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 6b138732d0..9bc0ee48cf 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | require xserver-xf86-common.inc | 1 | require xserver-xorg-common.inc |
2 | 2 | ||
3 | PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" | 3 | PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" |
4 | 4 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/cache-xkbcomp-output-for-fast-start-up.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/cache-xkbcomp-output-for-fast-start-up.patch index 6b1b40f62e..6b1b40f62e 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/cache-xkbcomp-output-for-fast-start-up.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/cache-xkbcomp-output-for-fast-start-up.patch | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/crosscompile.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch index 2f98bb8c89..2f98bb8c89 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-lite/crosscompile.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/crosscompile.patch | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/fix_macros1.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/fix_macros1.patch index b2c8d58f52..b2c8d58f52 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/fix_macros1.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/fix_macros1.patch | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/fix_open_max_preprocessor_error.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/fix_open_max_preprocessor_error.patch index 9c33072c5d..9c33072c5d 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/fix_open_max_preprocessor_error.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/fix_open_max_preprocessor_error.patch | |||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/macro_tweak.patch b/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch index 2b75427129..2b32d4e48d 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite/macro_tweak.patch +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg/macro_tweak.patch | |||
@@ -2,7 +2,7 @@ This is the revised version of files/macro_tweak.patch for | |||
2 | xorg-server 1.8.99.904. | 2 | xorg-server 1.8.99.904. |
3 | 3 | ||
4 | the files/macro_tweak.patch can not removed now since it is used by | 4 | the files/macro_tweak.patch can not removed now since it is used by |
5 | xserver-kdrive-1.7.99.2 and xserver-xf86-lite_1.7.99.2. Once they | 5 | xserver-kdrive-1.7.99.2 and xserver-xorg(-lite). Once they |
6 | are all upgraded to 1.8.99.904, the the files/macro_tweak.patch | 6 | are all upgraded to 1.8.99.904, the the files/macro_tweak.patch |
7 | can be safely replace by this patch. | 7 | can be safely replace by this patch. |
8 | 8 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.10.1.bb index b797f9701f..0194798a10 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.10.1.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.10.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xorg.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" |
4 | 4 | ||
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb index 87ba04025f..beef06a3e3 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xorg.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" |
4 | 4 | ||