All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4
@ 2014-04-26 20:34 Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B Khem Raj
                   ` (19 more replies)
  0 siblings, 20 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

License is changed since readlink is dropped
from package which was sole package licensed under BSD

Additionally fix  B != S build too

Below is the diff of license change

--- 2.30-r1/debianutils-2.30/debian/copyright   2007-11-12
08:24:24.000000000 -0800
+++ 4.4-r0/debianutils-4.4/debian/copyright     2013-07-27
18:30:26.000000000 -0700
@@ -4,15 +4,12 @@
 Guy Maor <maor@debian.org>, and are now maintained by Clint Adams
 <schizo@debian.org>.

-All its programs except readlink, savelog, and which may be
+All its programs except savelog, and which may be
 redistributed under the terms of the GNU GPL, Version 2 or later,
 found on Debian systems in the file /usr/share/common-licenses/GPL.

 which is in the public domain.

-readlink is Copyright (c) 1997 Kenneth Stailey, and may also be
-distributed under the terms of the BSD copyright.
-
 savelog may be redistributed under the following terms: (The rest of
 this file consists of savelog's distribution terms.)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../{debianutils_2.30.bb => debianutils_4.4.bb}            |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-support/debianutils/{debianutils_2.30.bb => debianutils_4.4.bb} (81%)

diff --git a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb b/meta-oe/recipes-support/debianutils/debianutils_4.4.bb
similarity index 81%
rename from meta-oe/recipes-support/debianutils/debianutils_2.30.bb
rename to meta-oe/recipes-support/debianutils/debianutils_4.4.bb
index 624cf3c..30dd9a6 100644
--- a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
+++ b/meta-oe/recipes-support/debianutils/debianutils_4.4.bb
@@ -1,18 +1,16 @@
 SUMMARY = "Miscellaneous utilities specific to Debian"
 SECTION = "base"
-LICENSE = "GPLv2 & BSD & SMAIL_GPL"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=b948675029f79c64840e78881e91e1d4"
-
-PR = "r1"
+LICENSE = "GPLv2 & SMAIL_GPL"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.gz"
-SRC_URI[md5sum] = "7fdd5f8395162d8728d4b79e97b9819e"
-SRC_URI[sha256sum] = "d62e98fee5b1a758d83b62eed8d8bdec473677ff782fed89fc4ae3ba3f381401"
+SRC_URI[md5sum] = "c0cb076754d7f4eb1e3397d00916647f"
+SRC_URI[sha256sum] = "190850cdd6b5302e0a1ba1aaed1bc7074d67d3bd8d04c613f242f7145afa53a6"
 
 inherit autotools
 
 do_configure_prepend() {
-    sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am
+    sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am
 }
 
 do_install_append() {
-- 
1.7.10.4



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

* [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-oe][PATCH 03/21] lcms: Update to lcms2 version 2.6 Khem Raj
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../libxklavier/{libxklavier_5.0.bb => libxklavier_5.3.bb}  |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
 rename meta-gnome/recipes-gnome/libxklavier/{libxklavier_5.0.bb => libxklavier_5.3.bb} (55%)

diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.0.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb
similarity index 55%
rename from meta-gnome/recipes-gnome/libxklavier/libxklavier_5.0.bb
rename to meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb
index 4c5be1d..3eff298 100644
--- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.0.bb
+++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb
@@ -4,16 +4,17 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812"
 
 DEPENDS = "xkbcomp gtk+ iso-codes libxi"
 
-inherit gnome
+GNOME_COMPRESS_TYPE = "xz"
 
-SRC_URI[archive.md5sum] = "134c7ea177ff901123b909de77394780"
-SRC_URI[archive.sha256sum] = "dfd94b17a752b2839281764f0a16af2b338024c8867c10fba7015f276dec4db0"
+inherit gnomebase gettext
+SRC_URI[archive.md5sum] = "290ea2a8abc40f78a3a16bdae6f02808"
+SRC_URI[archive.sha256sum] = "ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404"
 
 EXTRA_OECONF = "--with-xkb-bin-base=${bindir}"
 
 do_configure_append() {
-    find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
-    find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+    find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+    find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
 }
 
 do_compile_append() {
-- 
1.7.10.4



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

* [meta-oe][PATCH 03/21] lcms: Update to lcms2 version 2.6
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-oe][PATCH 04/21] liboauth: New recipe Khem Raj
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Fix S != B build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/lcms/lcms_1.17.bb |   15 ---------------
 meta-oe/recipes-support/lcms/lcms_2.6.bb  |   15 +++++++++++++++
 2 files changed, 15 insertions(+), 15 deletions(-)
 delete mode 100644 meta-oe/recipes-support/lcms/lcms_1.17.bb
 create mode 100644 meta-oe/recipes-support/lcms/lcms_2.6.bb

diff --git a/meta-oe/recipes-support/lcms/lcms_1.17.bb b/meta-oe/recipes-support/lcms/lcms_1.17.bb
deleted file mode 100644
index 64e6f07..0000000
--- a/meta-oe/recipes-support/lcms/lcms_1.17.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Little cms is a small-footprint, speed optimized color management engine"
-SECTION = "libs"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=156745cad721a8783cb847e82b79f586"
-SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms-${PV}.tar.gz"
-DEPENDS = "tiff"
-
-PR = "r4"
-
-BBCLASSEXTEND = "native"
-
-inherit autotools
-
-SRC_URI[md5sum] = "07bdbb4cfb05d21caa58fe3d1c84ddc1"
-SRC_URI[sha256sum] = "5ef3b4dab30956772009e29dba33fe1256cf9da161106a1e70b0966c96d14583"
diff --git a/meta-oe/recipes-support/lcms/lcms_2.6.bb b/meta-oe/recipes-support/lcms/lcms_2.6.bb
new file mode 100644
index 0000000..ad727df
--- /dev/null
+++ b/meta-oe/recipes-support/lcms/lcms_2.6.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Little cms is a small-footprint, speed optimized color management engine"
+SECTION = "libs"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6c786c3b7a4afbd3c990f1b81261d516"
+SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz"
+SRC_URI[md5sum] = "f4c08d38ceade4a664ebff7228910a33"
+SRC_URI[sha256sum] = "5172528839647c54c3da211837225e221be93e4733f5b5e9f57668f7107e14b1"
+
+DEPENDS = "tiff"
+
+BBCLASSEXTEND = "native"
+
+S = "${WORKDIR}/lcms2-${PV}"
+
+inherit autotools
-- 
1.7.10.4



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

* [meta-oe][PATCH 04/21] liboauth: New recipe
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B Khem Raj
  2014-04-26 20:34 ` [meta-oe][PATCH 03/21] lcms: Update to lcms2 version 2.6 Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-filesystems][PATCH 05/21] xfsprogs: Do not do out-of-tree build yet Khem Raj
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Its needed newer libgdata

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb

diff --git a/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
new file mode 100644
index 0000000..3aa5746
--- /dev/null
+++ b/meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb
@@ -0,0 +1,16 @@
+# Copyright (C) 2014 Khem Raj <raj.khem@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "C library implementing OAuth Core RFC 5849"
+HOMEPAGE = "http://liboauth.sourceforge.net"
+LICENSE = "MIT|GPL-2.0"
+LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=6266718a5241c045c8099d9be48817df \
+                    file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
+SECTION = "libs"
+DEPENDS = "curl"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}.tar.gz"
+SRC_URI[md5sum] = "689b46c2b3ab1a39735ac33f714c4f7f"
+SRC_URI[sha256sum] = "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
+
+inherit autotools
-- 
1.7.10.4



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

* [meta-filesystems][PATCH 05/21] xfsprogs: Do not do out-of-tree build yet
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (2 preceding siblings ...)
  2014-04-26 20:34 ` [meta-oe][PATCH 04/21] liboauth: New recipe Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 06/21] obexd, gnome-panel: Do not do out-of-tree builds yet Khem Raj
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb
index 1dc6f09..4c3f8fa 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_3.1.11.bb
@@ -14,7 +14,7 @@ SRC_URI = "ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz \
 SRC_URI[md5sum] = "de9f1f45026c2f4e0776058d429ff4b6"
 SRC_URI[sha256sum] = "adf4980177b5c890c1ca86b9c0e3e4d69a3f95bfc01746844280c2393cf4d6be"
 
-inherit autotools
+inherit autotools-brokensep
 
 PACKAGES =+ "${PN}-fsck ${PN}-mkfs libhandle"
 
-- 
1.7.10.4



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

* [meta-gnome][PATCH 06/21] obexd, gnome-panel: Do not do out-of-tree builds yet
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (3 preceding siblings ...)
  2014-04-26 20:34 ` [meta-filesystems][PATCH 05/21] xfsprogs: Do not do out-of-tree build yet Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds Khem Raj
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

They need changes into components build system

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-connectivity/obex/obexd_0.48.bb         |    2 +-
 meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
index 0f04081..e7bff3f 100644
--- a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
+++ b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb
@@ -11,7 +11,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \
 SRC_URI[md5sum] = "d03cf9bad2983243837f4f6d76ef14a6"
 SRC_URI[sha256sum] = "eaa9d8d9542700e6750918d72a3ce00f8cf3a2771d3e2516efd1be5a05f78582"
 
-inherit autotools
+inherit autotools-brokensep
 
 PACKAGES =+ "obex-client obex-plugins"
 
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
index 91d814a..4957a99 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
@@ -11,7 +11,7 @@ PR = "r7"
 
 DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ pango libwnck gnome-menus cairo libgweather dbus-glib librsvg libcanberra" 
 
-inherit gtk-doc gnome gettext pkgconfig gconf
+inherit gtk-doc gnome autotools-brokensep gettext pkgconfig gconf
 
 SRCREV = "6a364b6a4a9beed3da9ca6f5b0dac81eb99dea2a"
 SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32"
-- 
1.7.10.4



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

* [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (4 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 06/21] obexd, gnome-panel: Do not do out-of-tree builds yet Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 22:37   ` Martin Jansa
  2014-04-26 20:34 ` [meta-gnome][PATCH 08/21] epiphany: Fix build when S != B Khem Raj
                   ` (13 subsequent siblings)
  19 siblings, 1 reply; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

These recipes are not ready yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb          |    2 +-
 meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb         |    2 +-
 meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb |    2 +-
 meta-oe/recipes-connectivity/samba/samba.inc                |    2 +-
 meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb         |    5 +++--
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
index 828d762..f8a23d7 100644
--- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
+++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
 SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968"
 SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb"
 
-inherit autotools
+inherit autotools-brokensep
 
 SCRIPTS = "bon_csv2html bon_csv2txt"
 EXES = "bonnie++ zcav"
diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
index 267f75e..41db150 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
                     file://COPYING-2;md5=8e9aee2ccc75d61d107e43794a25cdf9"
 
-inherit autotools
+inherit autotools-brokensep
 
 PR = "r2"
 
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
index e781985..f12941e 100644
--- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
+++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
@@ -8,7 +8,7 @@ SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz"
 SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d"
 SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f"
 
-inherit autotools
+inherit autotools-brokensep
 
 FILES_${PN} += "${datadir}/dbus-1/"
 
diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
index 59c6712..39fc814 100644
--- a/meta-oe/recipes-connectivity/samba/samba.inc
+++ b/meta-oe/recipes-connectivity/samba/samba.inc
@@ -12,7 +12,7 @@ SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
 
 S = "${WORKDIR}/samba-${PV}/source"
 
-inherit autotools update-rc.d
+inherit autotools-brokensep update-rc.d
 
 SAMBAMMAP = "no"
 SAMBAMMAP_libc-glibc = "yes"
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
index beee36c..fd11ce8 100644
--- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
+++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
@@ -8,10 +8,11 @@ SECTION = "console/admin"
 LICENSE = "GPLv2+ & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca"
 
-SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
+SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \
+          "
 SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263"
 SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1"
 
-inherit autotools
+inherit autotools-brokensep
 
 S = "${WORKDIR}/sg3_utils-${PV}"
-- 
1.7.10.4



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

* [meta-gnome][PATCH 08/21] epiphany: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (5 preceding siblings ...)
  2014-04-26 20:34 ` [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 09/21] gedit: " Khem Raj
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
index df22e36..3d7fc18 100644
--- a/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
+++ b/meta-gnome/recipes-gnome/epiphany/epiphany_2.30.6.bb
@@ -12,7 +12,7 @@ EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO} --without-ca-f
 
 do_configure_prepend() {
     touch ${S}/gnome-doc-utils.make
-    sed -i -e s:help::g Makefile.am
+    sed -i -e s:help::g ${S}/Makefile.am
 }
 
 FILES_${PN} += "${datadir}/icons ${datadir}/dbus-1"
-- 
1.7.10.4



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

* [meta-gnome][PATCH 09/21] gedit: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (6 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 08/21] epiphany: Fix build when S != B Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 10/21] gnome-bluetooth: " Khem Raj
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
index 16b2a97..36bae08 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
@@ -16,8 +16,10 @@ EXTRA_OECONF = "--disable-scrollkeeper \
                 --enable-gvfs-metadata"
 
 do_configure_prepend() {
+    cd ${S}
     gnome-doc-common --copy || true
     gnome-doc-prepare --force --copy || true
+    cd ${B}
 }
 
 FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
-- 
1.7.10.4



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

* [meta-gnome][PATCH 10/21] gnome-bluetooth: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (7 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 09/21] gedit: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 11/21] gnome-control-center: " Khem Raj
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
index 8de03a4..94bfa3b 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb
@@ -21,7 +21,7 @@ EXTRA_OECONF += "--enable-nautilus-sendto=no"
 
 # No native docbook XSL stylesheets recipe in OE yet
 do_configure_prepend() {
-    sed -i s/help// Makefile.am
+    sed -i s/help// ${S}/Makefile.am
 }
 
 do_configure_append() {
-- 
1.7.10.4



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

* [meta-gnome][PATCH 11/21] gnome-control-center: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (8 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 10/21] gnome-bluetooth: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 12/21] " Khem Raj
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../gnome-control-center/gnome-control-center_2.32.1.bb              |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
index 05e59cd..5cc7ad1 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_2.32.1.bb
@@ -14,7 +14,7 @@ SRC_URI[archive.sha256sum] = "7c568b57358e5c08f4d8dd76dbac7df2539135ad081872b605
 LDFLAGS += "-lgthread-2.0 -lxml2"
 
 do_configure_prepend() {
-    sed -i s:help::g Makefile.am
+    sed -i s:help::g ${S}/Makefile.am
 }
 do_install_append() {
     rm -rf ${D}${datadir}/mime
-- 
1.7.10.4



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

* [meta-gnome][PATCH 12/21] Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (9 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 11/21] gnome-control-center: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 22:38   ` Martin Jansa
  2014-04-26 20:34 ` [meta-gnome][PATCH 13/21] gnumeric: " Khem Raj
                   ` (8 subsequent siblings)
  19 siblings, 1 reply; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../gnome-power-manager/gnome-power-manager_2.32.0.bb              |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
index ddc436e..8ddfd68 100644
--- a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
@@ -29,10 +29,10 @@ EXTRA_OECONF = " --disable-scrollkeeper \
 do_configure_append() {
     rm config.log
     # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
-    for i in $(find ${S} -name "Makefile") ; do
+    for i in $(find ${B} -name "Makefile") ; do
         sed -i -e s:-Werror::g $i
     done
-    sed -e "s/libtool --/${TARGET_SYS}-libtool --/" -i ${S}/src/Makefile
+    sed -e "s/libtool --/${TARGET_SYS}-libtool --/" -i ${B}/src/Makefile
 }
 
 PACKAGES =+ "${PN}-applets"
-- 
1.7.10.4



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

* [meta-gnome][PATCH 13/21] gnumeric: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (10 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 12/21] " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 14/21] gnome-settings-daemon: " Khem Raj
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
index 3c7d92f..71f99ca 100644
--- a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
+++ b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
@@ -31,7 +31,7 @@ FILES_gnumeric-goffice = "${libdir}/goffice/*/plugins/gnumeric/*"
 # This hack works around the problem mentioned here:
 # https://mail.gnome.org/archives/gnumeric-list/2010-February/msg00006.html
 do_install_prepend() {
-    sed -i ${S}/doc/C/Makefile -e 's/\tfor file in $(omffile); do/\t-for file in $(omffile); do/'
+    sed -i ${B}/doc/C/Makefile -e 's/\tfor file in $(omffile); do/\t-for file in $(omffile); do/'
 }
 
 python populate_packages_prepend () {
-- 
1.7.10.4



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

* [meta-gnome][PATCH 14/21] gnome-settings-daemon: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (11 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 13/21] gnumeric: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 15/21] libgnomekbd: " Khem Raj
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb            |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
index 34c9197..9e3bf17 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_2.32.1.bb
@@ -23,7 +23,7 @@ EXTRA_OECONF = "--disable-esd \
 "
 
 do_configure_prepend() {
-    sed -i -e 's:-L$libdir::g' -e 's:-I$includedir::g' configure.ac
+    sed -i -e 's:-L$libdir::g' -e 's:-I$includedir::g' ${S}/configure.ac
 }
 
 FILES_${PN} += "${libdir}/gnome-settings-daemon-2.0/*.so ${libdir}/gnome-settings-daemon-2.0/*plugin \
-- 
1.7.10.4



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

* [meta-gnome][PATCH 15/21] libgnomekbd: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (12 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 14/21] gnome-settings-daemon: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 16/21] nautilus: " Khem Raj
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
index 48ec450..d148062 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
@@ -12,11 +12,7 @@ SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd"
 SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256"
 
 do_configure_append() {
-    find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
-    find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+    find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+    find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
 }
 
-
-
-
-
-- 
1.7.10.4



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

* [meta-gnome][PATCH 16/21] nautilus: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (13 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 15/21] libgnomekbd: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-oe][PATCH 17/21] t1lib: " Khem Raj
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb
index 0714815..4be3f08 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb
@@ -26,10 +26,10 @@ EXTRA_OECONF = " --disable-gtk-doc  --disable-update-mimedb "
 export SYSROOT = "${STAGING_DIR_HOST}"
 
 do_configure() {
-    sed -i -e /docs/d Makefile.am
+    sed -i -e /docs/d ${S}/Makefile.am
     autotools_do_configure
     # We need native orbit-idl with target idl files. No way to say it in a clean way:
-    find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \;
+    find ${B} -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \;
 }
 
 RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash glib-networking"
-- 
1.7.10.4



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

* [meta-oe][PATCH 17/21] t1lib: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (14 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 16/21] nautilus: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 22:39   ` Martin Jansa
  2014-04-26 20:34 ` [meta-oe][PATCH 18/21] gimp: " Khem Raj
                   ` (3 subsequent siblings)
  19 siblings, 1 reply; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
index d687ddb..61927ec 100644
--- a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
+++ b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
@@ -13,7 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
 SRC_URI[md5sum] = "a5629b56b93134377718009df1435f3c"
 SRC_URI[sha256sum] = "821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59"
 
-inherit autotools
+inherit autotools-brokensep
 
 # Fix GNU_HASH problem
 TARGET_CC_ARCH += "${LDFLAGS}"
@@ -21,10 +21,10 @@ TARGET_CC_ARCH += "${LDFLAGS}"
 EXTRA_OECONF = "--with-x --without-athena"
 EXTRA_OEMAKE = "without_doc"
 
-do_configure() {
-    rm -f ${S}/ac-tools/aclocal.m4
-    autotools_do_configure
-}
+#do_configure() {
+#    rm -f ${S}/ac-tools/aclocal.m4
+#    autotools_do_configure
+#}
 
 FILES_${PN} += " ${datadir}/t1lib/t1lib.config"
 FILES_${PN}-doc = "${datadir}/t1lib/doc/t1lib_doc.pdf"
-- 
1.7.10.4



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

* [meta-oe][PATCH 18/21] gimp: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (15 preceding siblings ...)
  2014-04-26 20:34 ` [meta-oe][PATCH 17/21] t1lib: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-oe][PATCH 19/21] i2c-tools: " Khem Raj
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
index 68a669c..e7d9c45 100644
--- a/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
+++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.10.bb
@@ -18,8 +18,8 @@ EXTRA_OECONF = "--disable-python \
                 --without-wmf"
 
 do_configure_append() {
-    find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
-    find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+    find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+    find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
 }
 
 FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug"
-- 
1.7.10.4



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

* [meta-oe][PATCH 19/21] i2c-tools: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (16 preceding siblings ...)
  2014-04-26 20:34 ` [meta-oe][PATCH 18/21] gimp: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 20/21] libgdata: Upgrade to 0.14.1 and fix " Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 21/21] abiword: Fix build " Khem Raj
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb b/meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb
index a9e8593..b8be9ed 100644
--- a/meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb
+++ b/meta-oe/recipes-support/i2c-tools/i2c-tools_3.1.0.bb
@@ -11,12 +11,12 @@ SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/i2c-tools/i2c-tools-3.1.0.tar
 SRC_URI[md5sum] = "f15019e559e378c6e9d5d6299a00df21"
 SRC_URI[sha256sum] = "960023f61de292c6dd757fcedec4bffa7dd036e8594e24b26a706094ca4c142a"
 
-inherit autotools
+inherit autotools-brokensep
 
 do_compile_prepend() {
     cp ${WORKDIR}/Module.mk ${S}/eepromer/
-    sed -i 's#/usr/local#/usr#' Makefile
-    echo "include eepromer/Module.mk" >> Makefile
+    sed -i 's#/usr/local#/usr#' ${S}/Makefile
+    echo "include eepromer/Module.mk" >> ${S}/Makefile
 }
 
 do_install_append() {
-- 
1.7.10.4



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

* [meta-gnome][PATCH 20/21] libgdata: Upgrade to 0.14.1 and fix when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (17 preceding siblings ...)
  2014-04-26 20:34 ` [meta-oe][PATCH 19/21] i2c-tools: " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  2014-04-26 20:34 ` [meta-gnome][PATCH 21/21] abiword: Fix build " Khem Raj
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../libgdata/{libgdata_0.7.1.bb => libgdata_0.14.1.bb}     |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
 rename meta-gnome/recipes-gnome/libgdata/{libgdata_0.7.1.bb => libgdata_0.14.1.bb} (58%)

diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.14.1.bb
similarity index 58%
rename from meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb
rename to meta-gnome/recipes-gnome/libgdata/libgdata_0.14.1.bb
index 8f6675d..9edffd6 100644
--- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb
+++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.14.1.bb
@@ -7,9 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
                     file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \
                     file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef"
 
-DEPENDS = "libxml2 glib-2.0 libsoup-2.4"
+DEPENDS = "libxml2 glib-2.0 libsoup-2.4 liboauth gnome-keyring"
 
-inherit gnomebase pkgconfig autotools gettext
+GNOME_COMPRESS_TYPE = "xz"
 
-SRC_URI[archive.md5sum] = "ec5262cbcb07b63b58d45aa3ac636096"
-SRC_URI[archive.sha256sum] = "fb244138276a5ce98510b0e2408bbf6f9ce0fd8cdcf86f07cd4be38afbb7c2bc"
+inherit gnome pkgconfig autotools-brokensep gettext
+
+SRC_URI[archive.md5sum] = "27022e2250393ae0dbd3818889a1ac62"
+SRC_URI[archive.sha256sum] = "68bbb2cb70028d79edfaec17184389275044fd58bf881e36df2663e7e191ff1a"
+
+EXTRA_OECONF += "--disable-goa"
-- 
1.7.10.4



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

* [meta-gnome][PATCH 21/21] abiword: Fix build when S != B
  2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
                   ` (18 preceding siblings ...)
  2014-04-26 20:34 ` [meta-gnome][PATCH 20/21] libgdata: Upgrade to 0.14.1 and fix " Khem Raj
@ 2014-04-26 20:34 ` Khem Raj
  19 siblings, 0 replies; 24+ messages in thread
From: Khem Raj @ 2014-04-26 20:34 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
index 073622a..39780bb 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
@@ -4,7 +4,7 @@ SECTION = "x11/office"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ecd3ac329fca77e2d0e412bec38e1c20"
 DEPENDS     = "perl-native wv libglade libfribidi jpeg libpng \
-               librsvg libwmf-native gtkmathview asio gtk+"
+               librsvg libwmf-native gtkmathview asio gtk+ evolution-data-server"
 RDEPENDS_${PN}    = "glibc-gconv-ibm850 glibc-gconv-cp1252 \
                glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
 RCONFLICTS_${PN} = "${PN}-embedded"
@@ -22,7 +22,7 @@ SRC_URI[sha256sum] = "d17e318c00ff4eb353e0e7994b098b1d4f9ddd8712ac0261a0e38b8908
 #want 3.x from 3.x.y for the installation directory
 SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 
-inherit autotools pkgconfig
+inherit autotools-brokensep pkgconfig
 
 PACKAGECONFIG ??= "collab-backend-xmpp collab-backend-tcp collab-backend-service"
 PACKAGECONFIG[spell] = "--enable-spell,--disable-spell,enchant"
@@ -44,17 +44,16 @@ EXTRA_OECONF = " --disable-static  \
 # AbiWord configure.ac does not play nicely with autoreconf
 # so use the autogen.sh script that comes with AbiWord
 do_configure() {
-    install -m 0755 ${WORKDIR}/autogen-common.sh ${S}/autogen-common.sh
-    cd ${S}
+    install -m 0755 ${WORKDIR}/autogen-common.sh ${B}/autogen-common.sh
     ./autogen-common.sh
     autotools_do_configure
 }
 
 do_compile() {
-    cd ${S}/goffice-bits2
+    cd goffice-bits2
     make goffice-paths.h
     make libgoffice.la
-    cd ${S}
+    cd ${B}
     oe_runmake
 }
 
-- 
1.7.10.4



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

* Re: [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds
  2014-04-26 20:34 ` [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds Khem Raj
@ 2014-04-26 22:37   ` Martin Jansa
  0 siblings, 0 replies; 24+ messages in thread
From: Martin Jansa @ 2014-04-26 22:37 UTC (permalink / raw)
  To: openembedded-devel

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

On Sat, Apr 26, 2014 at 01:34:30PM -0700, Khem Raj wrote:
> These recipes are not ready yet
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb          |    2 +-
>  meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb         |    2 +-
>  meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb |    2 +-
>  meta-oe/recipes-connectivity/samba/samba.inc                |    2 +-
>  meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb         |    5 +++--
>  5 files changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> index 828d762..f8a23d7 100644
> --- a/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> +++ b/meta-oe/recipes-benchmark/bonnie/bonnie++_1.03e.bb
> @@ -10,7 +10,7 @@ SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
>  SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968"
>  SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  SCRIPTS = "bon_csv2html bon_csv2txt"
>  EXES = "bonnie++ zcav"
> diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
> index 267f75e..41db150 100644
> --- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
> +++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
> @@ -5,7 +5,7 @@ LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
>                      file://COPYING-2;md5=8e9aee2ccc75d61d107e43794a25cdf9"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  PR = "r2"
>  
> diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
> index e781985..f12941e 100644
> --- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
> +++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
> @@ -8,7 +8,7 @@ SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz"
>  SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d"
>  SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  FILES_${PN} += "${datadir}/dbus-1/"
>  
> diff --git a/meta-oe/recipes-connectivity/samba/samba.inc b/meta-oe/recipes-connectivity/samba/samba.inc
> index 59c6712..39fc814 100644
> --- a/meta-oe/recipes-connectivity/samba/samba.inc
> +++ b/meta-oe/recipes-connectivity/samba/samba.inc
> @@ -12,7 +12,7 @@ SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
>  
>  S = "${WORKDIR}/samba-${PV}/source"
>  
> -inherit autotools update-rc.d
> +inherit autotools-brokensep update-rc.d
>  
>  SAMBAMMAP = "no"
>  SAMBAMMAP_libc-glibc = "yes"
> diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> index beee36c..fd11ce8 100644
> --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb
> @@ -8,10 +8,11 @@ SECTION = "console/admin"
>  LICENSE = "GPLv2+ & BSD"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=f90da7fc52172599dbf082d7620f18ca"
>  
> -SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
> +SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \
> +          "

Please drop this ^

>  SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263"
>  SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  S = "${WORKDIR}/sg3_utils-${PV}"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> 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: 205 bytes --]

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

* Re: [meta-gnome][PATCH 12/21] Fix build when S != B
  2014-04-26 20:34 ` [meta-gnome][PATCH 12/21] " Khem Raj
@ 2014-04-26 22:38   ` Martin Jansa
  0 siblings, 0 replies; 24+ messages in thread
From: Martin Jansa @ 2014-04-26 22:38 UTC (permalink / raw)
  To: openembedded-devel

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

On Sat, Apr 26, 2014 at 01:34:35PM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Missing gnome-power-manager: in subject

> ---
>  .../gnome-power-manager/gnome-power-manager_2.32.0.bb              |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
> index ddc436e..8ddfd68 100644
> --- a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
> +++ b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
> @@ -29,10 +29,10 @@ EXTRA_OECONF = " --disable-scrollkeeper \
>  do_configure_append() {
>      rm config.log
>      # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
> -    for i in $(find ${S} -name "Makefile") ; do
> +    for i in $(find ${B} -name "Makefile") ; do
>          sed -i -e s:-Werror::g $i
>      done
> -    sed -e "s/libtool --/${TARGET_SYS}-libtool --/" -i ${S}/src/Makefile
> +    sed -e "s/libtool --/${TARGET_SYS}-libtool --/" -i ${B}/src/Makefile
>  }
>  
>  PACKAGES =+ "${PN}-applets"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> 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: 205 bytes --]

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

* Re: [meta-oe][PATCH 17/21] t1lib: Fix build when S != B
  2014-04-26 20:34 ` [meta-oe][PATCH 17/21] t1lib: " Khem Raj
@ 2014-04-26 22:39   ` Martin Jansa
  0 siblings, 0 replies; 24+ messages in thread
From: Martin Jansa @ 2014-04-26 22:39 UTC (permalink / raw)
  To: openembedded-devel

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

On Sat, Apr 26, 2014 at 01:34:40PM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb |   10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
> index d687ddb..61927ec 100644
> --- a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
> +++ b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
> @@ -13,7 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
>  SRC_URI[md5sum] = "a5629b56b93134377718009df1435f3c"
>  SRC_URI[sha256sum] = "821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59"
>  
> -inherit autotools
> +inherit autotools-brokensep
>  
>  # Fix GNU_HASH problem
>  TARGET_CC_ARCH += "${LDFLAGS}"
> @@ -21,10 +21,10 @@ TARGET_CC_ARCH += "${LDFLAGS}"
>  EXTRA_OECONF = "--with-x --without-athena"
>  EXTRA_OEMAKE = "without_doc"
>  
> -do_configure() {
> -    rm -f ${S}/ac-tools/aclocal.m4
> -    autotools_do_configure
> -}
> +#do_configure() {
> +#    rm -f ${S}/ac-tools/aclocal.m4
> +#    autotools_do_configure
> +#}

can we delete this instead please?

>  
>  FILES_${PN} += " ${datadir}/t1lib/t1lib.config"
>  FILES_${PN}-doc = "${datadir}/t1lib/doc/t1lib_doc.pdf"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> 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: 205 bytes --]

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

end of thread, other threads:[~2014-04-26 22:39 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 03/21] lcms: Update to lcms2 version 2.6 Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 04/21] liboauth: New recipe Khem Raj
2014-04-26 20:34 ` [meta-filesystems][PATCH 05/21] xfsprogs: Do not do out-of-tree build yet Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 06/21] obexd, gnome-panel: Do not do out-of-tree builds yet Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds Khem Raj
2014-04-26 22:37   ` Martin Jansa
2014-04-26 20:34 ` [meta-gnome][PATCH 08/21] epiphany: Fix build when S != B Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 09/21] gedit: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 10/21] gnome-bluetooth: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 11/21] gnome-control-center: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 12/21] " Khem Raj
2014-04-26 22:38   ` Martin Jansa
2014-04-26 20:34 ` [meta-gnome][PATCH 13/21] gnumeric: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 14/21] gnome-settings-daemon: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 15/21] libgnomekbd: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 16/21] nautilus: " Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 17/21] t1lib: " Khem Raj
2014-04-26 22:39   ` Martin Jansa
2014-04-26 20:34 ` [meta-oe][PATCH 18/21] gimp: " Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 19/21] i2c-tools: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 20/21] libgdata: Upgrade to 0.14.1 and fix " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 21/21] abiword: Fix build " Khem Raj

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.