All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] xterm: 308 -> 320
@ 2016-01-04  2:11 Li Xin
  2016-01-04  6:18 ` [meta-oe][PATCH v2] " Li Xin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Li Xin @ 2016-01-04  2:11 UTC (permalink / raw)
  To: openembedded-devel

Upgrade xterm from 308 to 320.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} (77%)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
similarity index 77%
rename from meta-oe/recipes-graphics/xorg-app/xterm_308.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_320.bb
index 9198ca2..c8140d1 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
@@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc
 SUMMARY = "xterm is the standard terminal emulator for the X Window System"
 DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
 
-LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
+LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
 
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
 
-SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626"
-SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372"
+SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
+SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
 
 EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
                  --x-libraries=${STAGING_LIBDIR} \
-- 
1.9.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-oe][PATCH v2] xterm: 308 -> 320
  2016-01-04  2:11 [meta-oe][PATCH] xterm: 308 -> 320 Li Xin
@ 2016-01-04  6:18 ` Li Xin
  2016-01-04  6:22 ` [meta-oe][PATCH v3] " Li Xin
  2016-01-06 11:59 ` [meta-oe][PATCH] " Martin Jansa
  2 siblings, 0 replies; 7+ messages in thread
From: Li Xin @ 2016-01-04  6:18 UTC (permalink / raw)
  To: openembedded-devel

Upgrade xterm from 308 to 320.

Modify LIC_FILES_CHKSUM,since the license file has changed.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} (77%)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
similarity index 77%
rename from meta-oe/recipes-graphics/xorg-app/xterm_308.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_320.bb
index 9198ca2..c8140d1 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
@@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc
 SUMMARY = "xterm is the standard terminal emulator for the X Window System"
 DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
 
-LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
+LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
 
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
 
-SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626"
-SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372"
+SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
+SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
 
 EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
                  --x-libraries=${STAGING_LIBDIR} \
-- 
1.9.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-oe][PATCH v3] xterm: 308 -> 320
  2016-01-04  2:11 [meta-oe][PATCH] xterm: 308 -> 320 Li Xin
  2016-01-04  6:18 ` [meta-oe][PATCH v2] " Li Xin
@ 2016-01-04  6:22 ` Li Xin
  2016-01-06 11:59 ` [meta-oe][PATCH] " Martin Jansa
  2 siblings, 0 replies; 7+ messages in thread
From: Li Xin @ 2016-01-04  6:22 UTC (permalink / raw)
  To: openembedded-devel

Upgrade xterm from 308 to 320.

Modify LIC_FILES_CHKSUM,since the date in it has been changed, But the LICENSE has not been changed.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} (77%)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
similarity index 77%
rename from meta-oe/recipes-graphics/xorg-app/xterm_308.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_320.bb
index 9198ca2..c8140d1 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
@@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc
 SUMMARY = "xterm is the standard terminal emulator for the X Window System"
 DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
 
-LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
+LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
 
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
 
-SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626"
-SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372"
+SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
+SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
 
 EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
                  --x-libraries=${STAGING_LIBDIR} \
-- 
1.9.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH] xterm: 308 -> 320
  2016-01-04  2:11 [meta-oe][PATCH] xterm: 308 -> 320 Li Xin
  2016-01-04  6:18 ` [meta-oe][PATCH v2] " Li Xin
  2016-01-04  6:22 ` [meta-oe][PATCH v3] " Li Xin
@ 2016-01-06 11:59 ` Martin Jansa
  2016-01-07  1:31   ` [meta-oe][PATCH v2] " Li Xin
  2 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2016-01-06 11:59 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2164 bytes --]

On Sun, Jan 03, 2016 at 06:11:43PM -0800, Li Xin wrote:
> Upgrade xterm from 308 to 320.

Introduces new QA issue:
xterm-320: xterm rdepends on libxinerama, but it isn't a build dependency? [build-deps]

Mention what was changed in LIC_FILES_CHKSUM.

> 
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} (77%)
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
> similarity index 77%
> rename from meta-oe/recipes-graphics/xorg-app/xterm_308.bb
> rename to meta-oe/recipes-graphics/xorg-app/xterm_320.bb
> index 9198ca2..c8140d1 100644
> --- a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
> +++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
> @@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc
>  SUMMARY = "xterm is the standard terminal emulator for the X Window System"
>  DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
>  
> -LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
> +LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
>  
>  SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
>  
> -SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626"
> -SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372"
> +SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
> +SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
>  
>  EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
>                   --x-libraries=${STAGING_LIBDIR} \
> -- 
> 1.9.1
> 
> 
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [meta-oe][PATCH v2] xterm: 308 -> 320
  2016-01-06 11:59 ` [meta-oe][PATCH] " Martin Jansa
@ 2016-01-07  1:31   ` Li Xin
  2016-01-07 10:56     ` Martin Jansa
  0 siblings, 1 reply; 7+ messages in thread
From: Li Xin @ 2016-01-07  1:31 UTC (permalink / raw)
  To: openembedded-devel

Upgrade xterm from 308 to 320.

1) Modify LIC_FILES_CHKSUM,since the date in it has been changed, But the LICENSE has not been changed.
2) Fix WARNING: QA Issue: xterm rdepends on libxinerama, but it isn't a build dependency? [build-deps]
 
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} (75%)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
similarity index 75%
rename from meta-oe/recipes-graphics/xorg-app/xterm_308.bb
rename to meta-oe/recipes-graphics/xorg-app/xterm_320.bb
index 9198ca2..ae9aa76 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
@@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc
 SUMMARY = "xterm is the standard terminal emulator for the X Window System"
 DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
 
-LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
+LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
 
 SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
 
-SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626"
-SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372"
+SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
+SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
 
 EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
                  --x-libraries=${STAGING_LIBDIR} \
@@ -25,6 +25,6 @@ do_configure() {
 }
 
 FILES_${PN} += " /usr/lib/X11"
-
+RDEPENDS_${PN} += "libxinerama"
 PACKAGECONFIG ?= ""
 PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
-- 
1.9.1





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH v2] xterm: 308 -> 320
  2016-01-07  1:31   ` [meta-oe][PATCH v2] " Li Xin
@ 2016-01-07 10:56     ` Martin Jansa
  2016-01-07 14:49       ` [PATCHv3][meta-oe] " Martin Jansa
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2016-01-07 10:56 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2520 bytes --]

On Wed, Jan 06, 2016 at 05:31:03PM -0800, Li Xin wrote:
> Upgrade xterm from 308 to 320.
> 
> 1) Modify LIC_FILES_CHKSUM,since the date in it has been changed, But the LICENSE has not been changed.
> 2) Fix WARNING: QA Issue: xterm rdepends on libxinerama, but it isn't a build dependency? [build-deps]
>  
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>  rename meta-oe/recipes-graphics/xorg-app/{xterm_308.bb => xterm_320.bb} (75%)
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
> similarity index 75%
> rename from meta-oe/recipes-graphics/xorg-app/xterm_308.bb
> rename to meta-oe/recipes-graphics/xorg-app/xterm_320.bb
> index 9198ca2..ae9aa76 100644
> --- a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
> +++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
> @@ -2,12 +2,12 @@ require recipes-graphics/xorg-app/xorg-app-common.inc
>  SUMMARY = "xterm is the standard terminal emulator for the X Window System"
>  DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
>  
> -LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
> +LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
>  
>  SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
>  
> -SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626"
> -SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372"
> +SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
> +SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
>  
>  EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
>                   --x-libraries=${STAGING_LIBDIR} \
> @@ -25,6 +25,6 @@ do_configure() {
>  }
>  
>  FILES_${PN} += " /usr/lib/X11"
> -
> +RDEPENDS_${PN} += "libxinerama"

This isn't the right fix, see QA talks about build time dependency.

>  PACKAGECONFIG ?= ""
>  PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
> -- 
> 1.9.1
> 
> 
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCHv3][meta-oe] xterm: 308 -> 320
  2016-01-07 10:56     ` Martin Jansa
@ 2016-01-07 14:49       ` Martin Jansa
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2016-01-07 14:49 UTC (permalink / raw)
  To: openembedded-devel

From: Li xin <lixin.fnst@cn.fujitsu.com>

Upgrade xterm from 308 to 320.

1) Modify LIC_FILES_CHKSUM,since the date in it has been changed, But the LICENSE has not been changed.
2) Fix WARNING: QA Issue: xterm rdepends on libxinerama, but it isn't a build dependency? [build-deps]

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/xorg-app/xterm_308.bb | 30 --------------------------
 meta-oe/recipes-graphics/xorg-app/xterm_320.bb | 30 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 30 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/xorg-app/xterm_308.bb
 create mode 100644 meta-oe/recipes-graphics/xorg-app/xterm_320.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb b/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
deleted file mode 100644
index 9198ca2..0000000
--- a/meta-oe/recipes-graphics/xorg-app/xterm_308.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-require recipes-graphics/xorg-app/xorg-app-common.inc
-SUMMARY = "xterm is the standard terminal emulator for the X Window System"
-DEPENDS = "libxaw xproto xextproto libxext libxau libxpm ncurses"
-
-LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=540cf18ccc16bc3c5fea40d2ab5d8d51"
-
-SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
-
-SRC_URI[md5sum] = "1ec76c1a79a70de4f82c24c527ef4626"
-SRC_URI[sha256sum] = "c5bf7377a5bf35e34b7e3a4ab6c848fbc89e8901dd98f8b237662a72bdbfe372"
-
-EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
-                 --x-libraries=${STAGING_LIBDIR} \
-                 FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
-                 --disable-imake \
-                 --disable-rpath-hack \
-                 --disable-setuid"
-
-B = "${S}"
-
-do_configure() {
-    gnu-configize --force
-    sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
-    oe_runconf
-}
-
-FILES_${PN} += " /usr/lib/X11"
-
-PACKAGECONFIG ?= ""
-PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_320.bb b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
new file mode 100644
index 0000000..f67d890
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_320.bb
@@ -0,0 +1,30 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+SUMMARY = "xterm is the standard terminal emulator for the X Window System"
+DEPENDS = "libxaw xproto xextproto libxext libxau libxinerama libxpm ncurses"
+
+LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=ee6435019d00b884cde8d7ba2b318ff0"
+
+SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz"
+
+SRC_URI[md5sum] = "0d7f0e6390d132ae59876b3870e5783d"
+SRC_URI[sha256sum] = "a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7"
+
+PACKAGECONFIG ?= ""
+PACKAGECONFIG[xft] = "--enable-freetype,--disable-freetype,libxft fontconfig"
+
+EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
+                 --x-libraries=${STAGING_LIBDIR} \
+                 FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config \
+                 --disable-imake \
+                 --disable-rpath-hack \
+                 --disable-setuid"
+
+B = "${S}"
+
+do_configure() {
+    gnu-configize --force
+    sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
+    oe_runconf
+}
+
+FILES_${PN} += "${libdir}/X11"
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-07 14:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-04  2:11 [meta-oe][PATCH] xterm: 308 -> 320 Li Xin
2016-01-04  6:18 ` [meta-oe][PATCH v2] " Li Xin
2016-01-04  6:22 ` [meta-oe][PATCH v3] " Li Xin
2016-01-06 11:59 ` [meta-oe][PATCH] " Martin Jansa
2016-01-07  1:31   ` [meta-oe][PATCH v2] " Li Xin
2016-01-07 10:56     ` Martin Jansa
2016-01-07 14:49       ` [PATCHv3][meta-oe] " Martin Jansa

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.