* [PATCH 0/2] xserver-xorg update and improvments
@ 2015-02-10 18:32 Aníbal Limón
2015-02-10 18:32 ` [PATCH 1/2] xserver-xorg: Update to 1.16.3 Aníbal Limón
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Aníbal Limón @ 2015-02-10 18:32 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 870323cac1e40e8f95ea7bd6f425a85dcfbab612:
linux-yocto/3.14: fix qemumips build error (2015-02-08 08:00:30 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib alimon/xserver_xorg
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/xserver_xorg
Aníbal Limón (2):
xserver-xorg: Update to 1.16.3
xserver-xorg: Improvments in systemd-logind disable
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +-
.../xorg-xserver/{xserver-xorg_1.16.2.bb => xserver-xorg_1.16.3.bb} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.16.2.bb => xserver-xorg_1.16.3.bb} (88%)
--
1.9.1
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/2] xserver-xorg: Update to 1.16.3 2015-02-10 18:32 [PATCH 0/2] xserver-xorg update and improvments Aníbal Limón @ 2015-02-10 18:32 ` Aníbal Limón 2015-02-10 18:32 ` [PATCH 2/2] xserver-xorg: Improvments in systemd-logind disable Aníbal Limón 2015-02-13 15:51 ` [PATCH 0/2] xserver-xorg update and improvments Aníbal Limón 2 siblings, 0 replies; 4+ messages in thread From: Aníbal Limón @ 2015-02-10 18:32 UTC (permalink / raw) To: openembedded-core Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> --- .../xorg-xserver/{xserver-xorg_1.16.2.bb => xserver-xorg_1.16.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.16.2.bb => xserver-xorg_1.16.3.bb} (88%) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.3.bb similarity index 88% rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.2.bb rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.3.bb index 7d7d83e..347ce3b 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.2.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.16.3.bb @@ -7,8 +7,8 @@ SRC_URI += "file://fix_open_max_preprocessor_error.patch \ file://Fix-subwindow-in-Xi-emulated-events.patch \ " -SRC_URI[md5sum] = "89620960b13515db8d0a8dbb92a1378a" -SRC_URI[sha256sum] = "446e0c3ebd556aced78ec0000ba9ae73f1e5317117d497f827afba48b787ce64" +SRC_URI[md5sum] = "afd93977235584a9caa7528a737c1b52" +SRC_URI[sha256sum] = "5e0f443238af1078b48f6eea98a382861b59187da221c2cf714d31c1d560b0fb" # These extensions are now integrated into the server, so declare the migration # path for in-place upgrades. -- 1.9.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] xserver-xorg: Improvments in systemd-logind disable 2015-02-10 18:32 [PATCH 0/2] xserver-xorg update and improvments Aníbal Limón 2015-02-10 18:32 ` [PATCH 1/2] xserver-xorg: Update to 1.16.3 Aníbal Limón @ 2015-02-10 18:32 ` Aníbal Limón 2015-02-13 15:51 ` [PATCH 0/2] xserver-xorg update and improvments Aníbal Limón 2 siblings, 0 replies; 4+ messages in thread From: Aníbal Limón @ 2015-02-10 18:32 UTC (permalink / raw) To: openembedded-core Add packageconfig for systemd-logind instead of hard disable in EXTRA_OECONF this allows users to use packageconfig also add dependency of dbus because systemd-logind require it for communicate with systemd. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 6154295..f0da488 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -114,7 +114,6 @@ EXTRA_OECONF += "--with-fop=no \ --with-xkb-output=/var/lib/xkb \ --with-sha1=libcrypto \ ac_cv_file__usr_share_sgml_X11_defs_ent=no \ - --disable-systemd-logind \ " PACKAGECONFIG ??= "udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri2 glx', '', d)}" @@ -128,6 +127,7 @@ PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtua PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind" PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence" PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" +PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus," do_install_append () { # Its assumed base-files creates this for us -- 1.9.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] xserver-xorg update and improvments 2015-02-10 18:32 [PATCH 0/2] xserver-xorg update and improvments Aníbal Limón 2015-02-10 18:32 ` [PATCH 1/2] xserver-xorg: Update to 1.16.3 Aníbal Limón 2015-02-10 18:32 ` [PATCH 2/2] xserver-xorg: Improvments in systemd-logind disable Aníbal Limón @ 2015-02-13 15:51 ` Aníbal Limón 2 siblings, 0 replies; 4+ messages in thread From: Aníbal Limón @ 2015-02-13 15:51 UTC (permalink / raw) To: openembedded-core ping. On 10/02/15 12:32, Aníbal Limón wrote: > The following changes since commit 870323cac1e40e8f95ea7bd6f425a85dcfbab612: > > linux-yocto/3.14: fix qemumips build error (2015-02-08 08:00:30 +0000) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib alimon/xserver_xorg > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/xserver_xorg > > Aníbal Limón (2): > xserver-xorg: Update to 1.16.3 > xserver-xorg: Improvments in systemd-logind disable > > meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- > .../xorg-xserver/{xserver-xorg_1.16.2.bb => xserver-xorg_1.16.3.bb} | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.16.2.bb => xserver-xorg_1.16.3.bb} (88%) > ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-13 15:51 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-02-10 18:32 [PATCH 0/2] xserver-xorg update and improvments Aníbal Limón 2015-02-10 18:32 ` [PATCH 1/2] xserver-xorg: Update to 1.16.3 Aníbal Limón 2015-02-10 18:32 ` [PATCH 2/2] xserver-xorg: Improvments in systemd-logind disable Aníbal Limón 2015-02-13 15:51 ` [PATCH 0/2] xserver-xorg update and improvments Aníbal Limón
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox