All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe
@ 2013-02-06  2:27 fcooperjr27
  2013-02-06  2:27 ` [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name fcooperjr27
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: fcooperjr27 @ 2013-02-06  2:27 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: Franklin S. Cooper Jr <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-devtools/php/php_5.3.19.bbappend       |    6 ++++++
 .../recipes-devtools/php/php_5.3.6.bbappend        |    6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)
 create mode 100644 meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
 delete mode 100644 meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend

diff --git a/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
new file mode 100644
index 0000000..4c3fd39
--- /dev/null
+++ b/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
@@ -0,0 +1,6 @@
+# look for files in this layer first
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PR_append = "-arago0"
+
+SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
diff --git a/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend
deleted file mode 100644
index 4c3fd39..0000000
--- a/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-# look for files in this layer first
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PR_append = "-arago0"
-
-SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
-- 
1.7.0.4



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

* [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name.
  2013-02-06  2:27 [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe fcooperjr27
@ 2013-02-06  2:27 ` fcooperjr27
  2013-02-06  3:39   ` Dmytriyenko, Denys
  2013-02-06  2:27 ` [PATCH 3/4] packagegroup-arago-qte-toolchain-target: Use packagegroup instead of task fcooperjr27
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: fcooperjr27 @ 2013-02-06  2:27 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: Franklin S. Cooper Jr <fcooper@ti.com>

* Nativesdk-libx11 has now been renamed to libx11-nativesdk.
* This ensure the x11 package is filtered out which prevents parsing/build
  errors due to x11 not being a distro feature.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../qt4/nativesdk-qt4-tools_4.8.3.bbappend         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
index 6296fbe..312571e 100644
--- a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
+++ b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
@@ -1,7 +1,7 @@
-PR_append = "-arago2"
+PR_append = "-arago3"
 
 # Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
 # For our distribution purposes we only use LGPLv2.1
 LICENSE = "LGPLv2.1"
 
-DEPENDS := "${@oe_filter_out('nativesdk-libx11', '${DEPENDS}', d)}"
+DEPENDS := "${@oe_filter_out('libx11-nativesdk', '${DEPENDS}', d)}"
-- 
1.7.0.4



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

* [PATCH 3/4] packagegroup-arago-qte-toolchain-target: Use packagegroup instead of task
  2013-02-06  2:27 [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe fcooperjr27
  2013-02-06  2:27 ` [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name fcooperjr27
@ 2013-02-06  2:27 ` fcooperjr27
  2013-02-06  2:27 ` [PATCH 4/4] php_5.3.19: Do not build php-fpm fcooperjr27
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: fcooperjr27 @ 2013-02-06  2:27 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: Franklin S. Cooper Jr <fcooper@ti.com>

* Use the new name for task-arago-standalone-sdk-target since it has been
  renamed to packagegroup-arago-standalone-sdk-target.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroup-arago-qte-toolchain-target.bb     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
index d0f9688..6603652 100644
--- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
+++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Target packages for Qt Embedded SDK"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
-PR = "r4"
+PR = "r5"
 
 inherit packagegroup
 
@@ -16,7 +16,7 @@ QT_SGX_SUPPORT = "\
 "
 
 RDEPENDS_${PN} += " \
-        task-arago-standalone-sdk-target \
+        packagegroup-arago-standalone-sdk-target \
         qt4-embedded-mkspecs \
         libqt-embeddedmultimedia4-dev \
         libqt-embeddedphonon4-dev \
-- 
1.7.0.4



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

* [PATCH 4/4] php_5.3.19: Do not build php-fpm
  2013-02-06  2:27 [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe fcooperjr27
  2013-02-06  2:27 ` [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name fcooperjr27
  2013-02-06  2:27 ` [PATCH 3/4] packagegroup-arago-qte-toolchain-target: Use packagegroup instead of task fcooperjr27
@ 2013-02-06  2:27 ` fcooperjr27
  2013-02-06  3:37 ` [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe Dmytriyenko, Denys
  2013-02-06  3:40 ` Dmytriyenko, Denys
  4 siblings, 0 replies; 10+ messages in thread
From: fcooperjr27 @ 2013-02-06  2:27 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: Franklin S. Cooper Jr <fcooper@ti.com>

* In meta-oe php-fpm is being built which prevents php-cgi from being built.
* This issue is talked about here: https://bugs.php.net/bug.php?id=60144
* Php-cgi is used by Matrix v2
* Simply removing enable-fpm from EXTRA_OECONF doesn't work because do_install
  requires certain files to be there which is only generated if fpm support is
  enabled.
* Add a workaround to address this issue.
* The goal is to resolve this issue in meta-oe which means the changes in this
  patch can eventually be removed.
---
 .../recipes-devtools/php/php_5.3.19.bbappend       |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
index 4c3fd39..fb1c25d 100644
--- a/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
+++ b/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
@@ -1,6 +1,23 @@
 # look for files in this layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PR_append = "-arago0"
+PR_append = "-arago1"
 
 SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
+
+
+# Work around to address the fact that php-fpm and php-cgi can not coexist
+# php-cgi is used by Matrix and php-fpm is in beta for this version of php.
+# Once this issue is fix in meta-oe the below won't be needed.
+# Issue mentioned here: https://bugs.php.net/bug.php?id=60144
+
+EXTRA_OECONF := "${@oe_filter_out('--enable-fpm', '${EXTRA_OECONF}', d)}"
+
+PACKAGES := "${@oe_filter_out('${PN}-fpm', '${PACKAGES}', d)}"
+PACKAGES := "${@oe_filter_out('${PN}-fpm-apache2', '${PACKAGES}', d)}"
+
+do_install_prepend_pn-php() {
+    # Add the below file even though we aren't going to use it.
+    # do_install will complain and fail if this file isn't found.
+    touch ${S}/sapi/fpm/init.d.php-fpm
+}
-- 
1.7.0.4



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

* Re: [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe
  2013-02-06  2:27 [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe fcooperjr27
                   ` (2 preceding siblings ...)
  2013-02-06  2:27 ` [PATCH 4/4] php_5.3.19: Do not build php-fpm fcooperjr27
@ 2013-02-06  3:37 ` Dmytriyenko, Denys
  2013-02-06  3:40 ` Dmytriyenko, Denys
  4 siblings, 0 replies; 10+ messages in thread
From: Dmytriyenko, Denys @ 2013-02-06  3:37 UTC (permalink / raw)
  To: meta-arago, fcooperjr27; +Cc: Cooper Jr., Franklin

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

Yeah, just had to do this earlier locally when fixing devkit... I'll push bunch of patches soon to address those issues, but I'm still working on finalizing that...


Denys


-----Original Message-----
From: fcooperjr27@gmail.com [fcooperjr27@gmail.com]
Received: Tuesday, 05 Feb 2013, 20:28
To: meta-arago@arago-project.org [meta-arago@arago-project.org]
CC: Cooper Jr., Franklin [fcooper@ti.com]
Subject: [meta-arago] [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe

From: Franklin S. Cooper Jr <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-devtools/php/php_5.3.19.bbappend       |    6 ++++++
 .../recipes-devtools/php/php_5.3.6.bbappend        |    6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)
 create mode 100644 meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
 delete mode 100644 meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend

diff --git a/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
new file mode 100644
index 0000000..4c3fd39
--- /dev/null
+++ b/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
@@ -0,0 +1,6 @@
+# look for files in this layer first
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PR_append = "-arago0"
+
+SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
diff --git a/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend
deleted file mode 100644
index 4c3fd39..0000000
--- a/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-# look for files in this layer first
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PR_append = "-arago0"
-
-SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
--
1.7.0.4

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

[-- Attachment #2: Type: text/html, Size: 3513 bytes --]

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

* Re: [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name.
  2013-02-06  2:27 ` [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name fcooperjr27
@ 2013-02-06  3:39   ` Dmytriyenko, Denys
  2013-02-06  3:52     ` Denys Dmytriyenko
  0 siblings, 1 reply; 10+ messages in thread
From: Dmytriyenko, Denys @ 2013-02-06  3:39 UTC (permalink / raw)
  To: meta-arago, fcooperjr27; +Cc: Cooper Jr., Franklin

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

Didn't I push this already? I remember fixing this particular one few days ago...


Denys


-----Original Message-----
From: fcooperjr27@gmail.com [fcooperjr27@gmail.com]
Received: Tuesday, 05 Feb 2013, 20:28
To: meta-arago@arago-project.org [meta-arago@arago-project.org]
CC: Cooper Jr., Franklin [fcooper@ti.com]
Subject: [meta-arago] [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name.

From: Franklin S. Cooper Jr <fcooper@ti.com>

* Nativesdk-libx11 has now been renamed to libx11-nativesdk.
* This ensure the x11 package is filtered out which prevents parsing/build
  errors due to x11 not being a distro feature.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../qt4/nativesdk-qt4-tools_4.8.3.bbappend         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
index 6296fbe..312571e 100644
--- a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
+++ b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
@@ -1,7 +1,7 @@
-PR_append = "-arago2"
+PR_append = "-arago3"

 # Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
 # For our distribution purposes we only use LGPLv2.1
 LICENSE = "LGPLv2.1"

-DEPENDS := "${@oe_filter_out('nativesdk-libx11', '${DEPENDS}', d)}"
+DEPENDS := "${@oe_filter_out('libx11-nativesdk', '${DEPENDS}', d)}"
--
1.7.0.4

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

[-- Attachment #2: Type: text/html, Size: 2822 bytes --]

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

* Re: [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe
  2013-02-06  2:27 [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe fcooperjr27
                   ` (3 preceding siblings ...)
  2013-02-06  3:37 ` [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe Dmytriyenko, Denys
@ 2013-02-06  3:40 ` Dmytriyenko, Denys
  4 siblings, 0 replies; 10+ messages in thread
From: Dmytriyenko, Denys @ 2013-02-06  3:40 UTC (permalink / raw)
  To: meta-arago, fcooperjr27; +Cc: Cooper Jr., Franklin

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

And by the way, for rename patches, can you please use -M option for git format-patch in the future? Thanks.


Denys


-----Original Message-----
From: fcooperjr27@gmail.com [fcooperjr27@gmail.com]
Received: Tuesday, 05 Feb 2013, 20:28
To: meta-arago@arago-project.org [meta-arago@arago-project.org]
CC: Cooper Jr., Franklin [fcooper@ti.com]
Subject: [meta-arago] [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe

From: Franklin S. Cooper Jr <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-devtools/php/php_5.3.19.bbappend       |    6 ++++++
 .../recipes-devtools/php/php_5.3.6.bbappend        |    6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)
 create mode 100644 meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
 delete mode 100644 meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend

diff --git a/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
new file mode 100644
index 0000000..4c3fd39
--- /dev/null
+++ b/meta-arago-distro/recipes-devtools/php/php_5.3.19.bbappend
@@ -0,0 +1,6 @@
+# look for files in this layer first
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PR_append = "-arago0"
+
+SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
diff --git a/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend
deleted file mode 100644
index 4c3fd39..0000000
--- a/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
-# look for files in this layer first
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PR_append = "-arago0"
-
-SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
--
1.7.0.4

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

[-- Attachment #2: Type: text/html, Size: 3457 bytes --]

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

* Re: [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name.
  2013-02-06  3:39   ` Dmytriyenko, Denys
@ 2013-02-06  3:52     ` Denys Dmytriyenko
  2013-02-06  4:08       ` Cooper Jr., Franklin
  0 siblings, 1 reply; 10+ messages in thread
From: Denys Dmytriyenko @ 2013-02-06  3:52 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago, Cooper Jr., Franklin

On Wed, Feb 06, 2013 at 03:39:17AM +0000, Dmytriyenko, Denys wrote:
> Didn't I push this already? I remember fixing this particular one few days ago...

Ok, sorry, I didn't notice you were changing it back...

I did change it from libx11-nativesdk to nativesdk-libx11, because that's how 
BBCLASSEXTEND=nativesdk calls its packages now. Why are you changing it back?

-- 
Denys


> -----Original Message-----
> From: fcooperjr27@gmail.com [fcooperjr27@gmail.com]
> Received: Tuesday, 05 Feb 2013, 20:28
> To: meta-arago@arago-project.org [meta-arago@arago-project.org]
> CC: Cooper Jr., Franklin [fcooper@ti.com]
> Subject: [meta-arago] [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name.
> 
> From: Franklin S. Cooper Jr <fcooper@ti.com>
> 
> * Nativesdk-libx11 has now been renamed to libx11-nativesdk.
> * This ensure the x11 package is filtered out which prevents parsing/build
>   errors due to x11 not being a distro feature.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../qt4/nativesdk-qt4-tools_4.8.3.bbappend         |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> index 6296fbe..312571e 100644
> --- a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> +++ b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> @@ -1,7 +1,7 @@
> -PR_append = "-arago2"
> +PR_append = "-arago3"
> 
>  # Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
>  # For our distribution purposes we only use LGPLv2.1
>  LICENSE = "LGPLv2.1"
> 
> -DEPENDS := "${@oe_filter_out('nativesdk-libx11', '${DEPENDS}', d)}"
> +DEPENDS := "${@oe_filter_out('libx11-nativesdk', '${DEPENDS}', d)}"
> --
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name.
  2013-02-06  3:52     ` Denys Dmytriyenko
@ 2013-02-06  4:08       ` Cooper Jr., Franklin
  2013-02-07 20:43         ` Denys Dmytriyenko
  0 siblings, 1 reply; 10+ messages in thread
From: Cooper Jr., Franklin @ 2013-02-06  4:08 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago

In oe-core nativesdk-qt4-tools.inc 
DEPENDS = "zlib-nativesdk dbus-nativesdk libx11-nativesdk qt4-native"

So I needed to  make sure that libx11-nativesdk was filtered out because I was getting an build error saying nothing provided libx11-nativesdk because x11 is not part of the distro feature.

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, February 05, 2013 9:53 PM
> To: Dmytriyenko, Denys
> Cc: meta-arago@arago-project.org; Cooper Jr., Franklin
> Subject: Re: [meta-arago] [PATCH 2/4] nativesdk-qt4-tools: Use new native x11
> package name.
> 
> On Wed, Feb 06, 2013 at 03:39:17AM +0000, Dmytriyenko, Denys wrote:
> > Didn't I push this already? I remember fixing this particular one few days
> ago...
> 
> Ok, sorry, I didn't notice you were changing it back...
> 
> I did change it from libx11-nativesdk to nativesdk-libx11, because that's how
> BBCLASSEXTEND=nativesdk calls its packages now. Why are you changing it
> back?
> 
> --
> Denys
> 
> 
> > -----Original Message-----
> > From: fcooperjr27@gmail.com [fcooperjr27@gmail.com]
> > Received: Tuesday, 05 Feb 2013, 20:28
> > To: meta-arago@arago-project.org [meta-arago@arago-project.org]
> > CC: Cooper Jr., Franklin [fcooper@ti.com]
> > Subject: [meta-arago] [PATCH 2/4] nativesdk-qt4-tools: Use new native x11
> package name.
> >
> > From: Franklin S. Cooper Jr <fcooper@ti.com>
> >
> > * Nativesdk-libx11 has now been renamed to libx11-nativesdk.
> > * This ensure the x11 package is filtered out which prevents parsing/build
> >   errors due to x11 not being a distro feature.
> >
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../qt4/nativesdk-qt4-tools_4.8.3.bbappend         |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-
> tools_4.8.3.bbappend b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-
> tools_4.8.3.bbappend
> > index 6296fbe..312571e 100644
> > --- a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> > +++ b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> > @@ -1,7 +1,7 @@
> > -PR_append = "-arago2"
> > +PR_append = "-arago3"
> >
> >  # Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> >  # For our distribution purposes we only use LGPLv2.1
> >  LICENSE = "LGPLv2.1"
> >
> > -DEPENDS := "${@oe_filter_out('nativesdk-libx11', '${DEPENDS}', d)}"
> > +DEPENDS := "${@oe_filter_out('libx11-nativesdk', '${DEPENDS}', d)}"
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name.
  2013-02-06  4:08       ` Cooper Jr., Franklin
@ 2013-02-07 20:43         ` Denys Dmytriyenko
  0 siblings, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2013-02-07 20:43 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago

On Wed, Feb 06, 2013 at 04:08:00AM +0000, Cooper Jr., Franklin wrote:
> In oe-core nativesdk-qt4-tools.inc 
> DEPENDS = "zlib-nativesdk dbus-nativesdk libx11-nativesdk qt4-native"
> 
> So I needed to make sure that libx11-nativesdk was filtered out because I 
> was getting an build error saying nothing provided libx11-nativesdk because 
> x11 is not part of the distro feature.

So, the proper fix was picked up to oe-core/master and is queued up for 
oe-core/danny - I was told it should land soon, in a day or so. If it doesn't 
make it there soon, we can always apply this patch temporarily to meta-arago.

-- 
Denys


> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> > Sent: Tuesday, February 05, 2013 9:53 PM
> > To: Dmytriyenko, Denys
> > Cc: meta-arago@arago-project.org; Cooper Jr., Franklin
> > Subject: Re: [meta-arago] [PATCH 2/4] nativesdk-qt4-tools: Use new native x11
> > package name.
> > 
> > On Wed, Feb 06, 2013 at 03:39:17AM +0000, Dmytriyenko, Denys wrote:
> > > Didn't I push this already? I remember fixing this particular one few days
> > ago...
> > 
> > Ok, sorry, I didn't notice you were changing it back...
> > 
> > I did change it from libx11-nativesdk to nativesdk-libx11, because that's how
> > BBCLASSEXTEND=nativesdk calls its packages now. Why are you changing it
> > back?
> > 
> > --
> > Denys
> > 
> > 
> > > -----Original Message-----
> > > From: fcooperjr27@gmail.com [fcooperjr27@gmail.com]
> > > Received: Tuesday, 05 Feb 2013, 20:28
> > > To: meta-arago@arago-project.org [meta-arago@arago-project.org]
> > > CC: Cooper Jr., Franklin [fcooper@ti.com]
> > > Subject: [meta-arago] [PATCH 2/4] nativesdk-qt4-tools: Use new native x11
> > package name.
> > >
> > > From: Franklin S. Cooper Jr <fcooper@ti.com>
> > >
> > > * Nativesdk-libx11 has now been renamed to libx11-nativesdk.
> > > * This ensure the x11 package is filtered out which prevents parsing/build
> > >   errors due to x11 not being a distro feature.
> > >
> > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > ---
> > >  .../qt4/nativesdk-qt4-tools_4.8.3.bbappend         |    4 ++--
> > >  1 files changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-
> > tools_4.8.3.bbappend b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-
> > tools_4.8.3.bbappend
> > > index 6296fbe..312571e 100644
> > > --- a/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> > > +++ b/meta-arago-distro/recipes-qt/qt4/nativesdk-qt4-tools_4.8.3.bbappend
> > > @@ -1,7 +1,7 @@
> > > -PR_append = "-arago2"
> > > +PR_append = "-arago3"
> > >
> > >  # Qt/E from Nokia is dual-licensed (LGPLv2.1 or GPLv3)
> > >  # For our distribution purposes we only use LGPLv2.1
> > >  LICENSE = "LGPLv2.1"
> > >
> > > -DEPENDS := "${@oe_filter_out('nativesdk-libx11', '${DEPENDS}', d)}"
> > > +DEPENDS := "${@oe_filter_out('libx11-nativesdk', '${DEPENDS}', d)}"
> > > --
> > > 1.7.0.4
> > >
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > 
> > > _______________________________________________
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


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

end of thread, other threads:[~2013-02-07 20:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-06  2:27 [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe fcooperjr27
2013-02-06  2:27 ` [PATCH 2/4] nativesdk-qt4-tools: Use new native x11 package name fcooperjr27
2013-02-06  3:39   ` Dmytriyenko, Denys
2013-02-06  3:52     ` Denys Dmytriyenko
2013-02-06  4:08       ` Cooper Jr., Franklin
2013-02-07 20:43         ` Denys Dmytriyenko
2013-02-06  2:27 ` [PATCH 3/4] packagegroup-arago-qte-toolchain-target: Use packagegroup instead of task fcooperjr27
2013-02-06  2:27 ` [PATCH 4/4] php_5.3.19: Do not build php-fpm fcooperjr27
2013-02-06  3:37 ` [PATCH 1/4] php: Rename bbappend to match recipe in meta-oe Dmytriyenko, Denys
2013-02-06  3:40 ` Dmytriyenko, Denys

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.