All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] nativesdk-qtbase_5.1.1.bb: Add path to qtbase patches.
       [not found] <1389289978-29274-1-git-send-email-gjohnson@agleader.com>
@ 2014-01-09 17:56 ` Gabe Johnson
  2014-01-10 15:28   ` Martin Jansa
  2014-01-13 15:05   ` Gabe Johnson
  0 siblings, 2 replies; 3+ messages in thread
From: Gabe Johnson @ 2014-01-09 17:56 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

The package would not build because the patches could not be found.
---
 recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb b/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
index 8fd161a..6e4f488 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
@@ -1,5 +1,7 @@
 require qt5-${PV}.inc
 require ${PN}.inc

+FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase-${PV}:"
+
 SRC_URI[md5sum] = "955d1e4da875f3872ef3208f21a757dd"
 SRC_URI[sha256sum] = "d4620e0b1aff6d2b6f4d8066e6f8258e012a8b5507af7c03b661029a1ffa75c9"
--
1.7.9.5



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

* Re: [meta-qt5][PATCH] nativesdk-qtbase_5.1.1.bb: Add path to qtbase patches.
  2014-01-09 17:56 ` [meta-qt5][PATCH] nativesdk-qtbase_5.1.1.bb: Add path to qtbase patches Gabe Johnson
@ 2014-01-10 15:28   ` Martin Jansa
  2014-01-13 15:05   ` Gabe Johnson
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-01-10 15:28 UTC (permalink / raw)
  To: openembedded-devel

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

On Thu, Jan 09, 2014 at 11:56:56AM -0600, Gabe Johnson wrote:
> The package would not build because the patches could not be found.

Missing SOB line.

> ---
>  recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb b/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
> index 8fd161a..6e4f488 100644
> --- a/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
> +++ b/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
> @@ -1,5 +1,7 @@
>  require qt5-${PV}.inc
>  require ${PN}.inc
> 
> +FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase-${PV}:"
> +
>  SRC_URI[md5sum] = "955d1e4da875f3872ef3208f21a757dd"
>  SRC_URI[sha256sum] = "d4620e0b1aff6d2b6f4d8066e6f8258e012a8b5507af7c03b661029a1ffa75c9"
> --
> 1.7.9.5
> 
> _______________________________________________
> 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] 3+ messages in thread

* [meta-qt5][PATCH] nativesdk-qtbase_5.1.1.bb: Add path to qtbase patches.
  2014-01-09 17:56 ` [meta-qt5][PATCH] nativesdk-qtbase_5.1.1.bb: Add path to qtbase patches Gabe Johnson
  2014-01-10 15:28   ` Martin Jansa
@ 2014-01-13 15:05   ` Gabe Johnson
  1 sibling, 0 replies; 3+ messages in thread
From: Gabe Johnson @ 2014-01-13 15:05 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

The package would not build because the patches could not be found.
Signed-off-by: Gabe Johnson <gjohnson at agleader.com>
---
 recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb b/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
index 8fd161a..6e4f488 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_5.1.1.bb
@@ -1,5 +1,7 @@
 require qt5-${PV}.inc
 require ${PN}.inc

+FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase-${PV}:"
+
 SRC_URI[md5sum] = "955d1e4da875f3872ef3208f21a757dd"
 SRC_URI[sha256sum] = "d4620e0b1aff6d2b6f4d8066e6f8258e012a8b5507af7c03b661029a1ffa75c9"
--
1.7.9.5



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

end of thread, other threads:[~2014-01-13 15:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1389289978-29274-1-git-send-email-gjohnson@agleader.com>
2014-01-09 17:56 ` [meta-qt5][PATCH] nativesdk-qtbase_5.1.1.bb: Add path to qtbase patches Gabe Johnson
2014-01-10 15:28   ` Martin Jansa
2014-01-13 15:05   ` Gabe Johnson

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.