* [PATCH 1/5] mesa-dri: Sync with version from oe-core
@ 2012-12-13 22:31 Andrei Gherzan
2012-12-13 22:53 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Andrei Gherzan @ 2012-12-13 22:31 UTC (permalink / raw)
To: meta-freescale; +Cc: Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 7 -------
recipes-graphics/mesa/mesa-dri_8.0.5.bbappend | 7 +++++++
2 files changed, 7 insertions(+), 7 deletions(-)
delete mode 100644 recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
create mode 100644 recipes-graphics/mesa/mesa-dri_8.0.5.bbappend
diff --git a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
deleted file mode 100644
index 8b5cfe6..0000000
--- a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-PRINC := "${@int(PRINC) + 2}"
-
-PROVIDES_mx5 = "virtual/libgl"
-PROVIDES_mx6 = "virtual/libgl"
-
-PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
-PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
diff --git a/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend
new file mode 100644
index 0000000..8b5cfe6
--- /dev/null
+++ b/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend
@@ -0,0 +1,7 @@
+PRINC := "${@int(PRINC) + 2}"
+
+PROVIDES_mx5 = "virtual/libgl"
+PROVIDES_mx6 = "virtual/libgl"
+
+PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
+PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/5] mesa-dri: Sync with version from oe-core
2012-12-13 22:31 [PATCH 1/5] mesa-dri: Sync with version from oe-core Andrei Gherzan
@ 2012-12-13 22:53 ` Gary Thomas
2012-12-13 23:25 ` Andrei Gherzan
0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2012-12-13 22:53 UTC (permalink / raw)
To: meta-freescale
On 2012-12-13 15:31, Andrei Gherzan wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Note: you should prefix your subject with [meta-fsl-arm] so it's
obvious which repository these are against (see the README)
Also, shouldn't most of these have ended up as renames (-M)?
> ---
> recipes-graphics/mesa/mesa-dri_8.0.4.bbappend | 7 -------
> recipes-graphics/mesa/mesa-dri_8.0.5.bbappend | 7 +++++++
> 2 files changed, 7 insertions(+), 7 deletions(-)
> delete mode 100644 recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
> create mode 100644 recipes-graphics/mesa/mesa-dri_8.0.5.bbappend
>
> diff --git a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
> deleted file mode 100644
> index 8b5cfe6..0000000
> --- a/recipes-graphics/mesa/mesa-dri_8.0.4.bbappend
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -PRINC := "${@int(PRINC) + 2}"
> -
> -PROVIDES_mx5 = "virtual/libgl"
> -PROVIDES_mx6 = "virtual/libgl"
> -
> -PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
> -PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
> diff --git a/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend b/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend
> new file mode 100644
> index 0000000..8b5cfe6
> --- /dev/null
> +++ b/recipes-graphics/mesa/mesa-dri_8.0.5.bbappend
> @@ -0,0 +1,7 @@
> +PRINC := "${@int(PRINC) + 2}"
> +
> +PROVIDES_mx5 = "virtual/libgl"
> +PROVIDES_mx6 = "virtual/libgl"
> +
> +PACKAGE_ARCH_mx5 = "${MACHINE_ARCH}"
> +PACKAGE_ARCH_mx6 = "${MACHINE_ARCH}"
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/5] mesa-dri: Sync with version from oe-core
2012-12-13 22:53 ` Gary Thomas
@ 2012-12-13 23:25 ` Andrei Gherzan
2012-12-13 23:28 ` Otavio Salvador
2012-12-13 23:34 ` Gary Thomas
0 siblings, 2 replies; 5+ messages in thread
From: Andrei Gherzan @ 2012-12-13 23:25 UTC (permalink / raw)
To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
On Fri, Dec 14, 2012 at 12:53 AM, Gary Thomas <samoht.yrag@gmail.com> wrote:
> On 2012-12-13 15:31, Andrei Gherzan wrote:
>
>> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>>
>
> Note: you should prefix your subject with [meta-fsl-arm] so it's
> obvious which repository these are against (see the README)
>
> Well readme said:
git send-email --to
meta-freescale@yoctoproject.org--subject-prefix='meta-fsl-arm][PATCH'
You're right.
> Also, shouldn't most of these have ended up as renames (-M)?
>
>
Again you are right.
ag
[-- Attachment #2: Type: text/html, Size: 1535 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/5] mesa-dri: Sync with version from oe-core
2012-12-13 23:25 ` Andrei Gherzan
@ 2012-12-13 23:28 ` Otavio Salvador
2012-12-13 23:34 ` Gary Thomas
1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2012-12-13 23:28 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On Thu, Dec 13, 2012 at 9:25 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> On Fri, Dec 14, 2012 at 12:53 AM, Gary Thomas <samoht.yrag@gmail.com> wrote:
>>
>> On 2012-12-13 15:31, Andrei Gherzan wrote:
>>>
>>> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>>
>>
>> Note: you should prefix your subject with [meta-fsl-arm] so it's
>> obvious which repository these are against (see the README)
>>
> Well readme said:
> git send-email --to meta-freescale@yoctoproject.org
> --subject-prefix='meta-fsl-arm][PATCH'
>
> You're right.
>
>>
>> Also, shouldn't most of these have ended up as renames (-M)?
>>
>
> Again you are right.
Please send a v2 so it is easier to review.
Regards,
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/5] mesa-dri: Sync with version from oe-core
2012-12-13 23:25 ` Andrei Gherzan
2012-12-13 23:28 ` Otavio Salvador
@ 2012-12-13 23:34 ` Gary Thomas
1 sibling, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2012-12-13 23:34 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: meta-freescale@yoctoproject.org
On 2012-12-13 16:25, Andrei Gherzan wrote:
> On Fri, Dec 14, 2012 at 12:53 AM, Gary Thomas <samoht.yrag@gmail.com <mailto:samoht.yrag@gmail.com>> wrote:
>
> On 2012-12-13 15:31, Andrei Gherzan wrote:
>
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com <mailto:andrei.gherzan@windriver.com>>
>
>
> Note: you should prefix your subject with [meta-fsl-arm] so it's
> obvious which repository these are against (see the README)
>
> Well readme said:
> git send-email --to meta-freescale@yoctoproject.org <mailto:meta-freescale@yoctoproject.org> --subject-prefix='meta-fsl-arm][PATCH'
>
> You're right.
>
> Also, shouldn't most of these have ended up as renames (-M)?
>
> Again you are right.
Thanks. n.b. I'm not trying to be picky, just making it easier for
the rest of us to review the changes :-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-12-13 23:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 22:31 [PATCH 1/5] mesa-dri: Sync with version from oe-core Andrei Gherzan
2012-12-13 22:53 ` Gary Thomas
2012-12-13 23:25 ` Andrei Gherzan
2012-12-13 23:28 ` Otavio Salvador
2012-12-13 23:34 ` Gary Thomas
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.