From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] libx11-diet: update to 1.4.4
Date: Sun, 13 Nov 2011 13:53:40 -0800 [thread overview]
Message-ID: <4EC03C64.2010706@linux.intel.com> (raw)
In-Reply-To: <90a6f8a9052bf7300578e1c51064695efe570697.1321009557.git.xiaofeng.yan@windriver.com>
On 11/11/2011 03:09 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> I remove patch "nodolt.patch" because it is no use in the new version \
> and change patch "include_fix.patch" to "keysymdef_include.patch" from libx11-1.4.4.
>
> Signed-off-by: Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
> .../xorg-lib/libx11-diet-1.3/include_fix.patch | 25 --------------
> .../xorg-lib/libx11-diet-1.3/nodolt.patch | 14 --------
> .../libx11-diet-1.3/x11_disable_makekeys.patch | 31 ------------------
> .../X18NCMSstubs.diff | 1 +
> .../fix-disable-xlocale.diff | 1 +
> .../fix-utf8-wrong-define.patch | 2 +
> .../libx11-diet-1.4.4/keysymdef_include.patch | 23 +++++++++++++
> .../libx11-diet-1.4.4/x11_disable_makekeys.patch | 34 ++++++++++++++++++++
> meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | 25 --------------
> .../recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb | 28 ++++++++++++++++
> 10 files changed, 89 insertions(+), 95 deletions(-)
> delete mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.3/include_fix.patch
> delete mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.3/nodolt.patch
> delete mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.3/x11_disable_makekeys.patch
> rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.3 => libx11-diet-1.4.4}/X18NCMSstubs.diff (99%)
> rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.3 => libx11-diet-1.4.4}/fix-disable-xlocale.diff (90%)
> rename meta/recipes-graphics/xorg-lib/{libx11-diet-1.3 => libx11-diet-1.4.4}/fix-utf8-wrong-define.patch (88%)
> create mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.4.4/keysymdef_include.patch
> create mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet-1.4.4/x11_disable_makekeys.patch
> delete mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb
> create mode 100644 meta/recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb
>
<SNIP>
> diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb
> new file mode 100644
> index 0000000..1762829
> --- /dev/null
> +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.4.4.bb
> @@ -0,0 +1,28 @@
> +require libx11.inc
> +
> +DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \
> +this version."
> +
> +LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
> +
> +PR = "r0"
> +
> +SRC_URI += "file://x11_disable_makekeys.patch \
> + file://X18NCMSstubs.diff \
> + file://keysymdef_include.patch \
> + file://fix-disable-xlocale.diff \
> + file://fix-utf8-wrong-define.patch \
> + "
> +
> +
> +SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9"
> +SRC_URI[sha256sum] = "7fe62180f08ef5f0a0062fb444591e349cae2ab5af6ad834599f5c654e6c840d"
> +
> +DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
> + libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
> +
> +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
> +
Why did you need to add FILESDIR here?
Sau!
> +EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale --with-keysymdefdir=${STAGING_INCDIR}/X11"
> +CFLAGS += "-D_GNU_SOURCE"
> +
next prev parent reply other threads:[~2011-11-13 22:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-11 11:09 [PATCH 0/1] libx11-diet: update to 1.4.4 Xiaofeng Yan
2011-11-11 11:09 ` [PATCH 1/1] " Xiaofeng Yan
2011-11-13 21:53 ` Saul Wold [this message]
2013-10-29 19:34 ` [PATCH 0/1] " Saul Wold
-- strict thread matches above, loose matches on Subject: below --
2011-11-15 10:07 Xiaofeng Yan
2011-11-15 10:07 ` [PATCH 1/1] " Xiaofeng Yan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EC03C64.2010706@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.