All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Package Updates
@ 2012-05-25  8:50 Radu Moisan
  2012-05-25  8:50 ` [PATCH 1/3] foomatic-filters: update to version 4.0.15 Radu Moisan
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Radu Moisan @ 2012-05-25  8:50 UTC (permalink / raw)
  To: openembedded-core

This patchset updates dbus, mtd-utils and foomatic-filters.

The following changes since commit 0f795f81fe5ad3ef78c21a177eca90fbc8810f81:

  qemu: disable vnc-jpeg compression (2012-05-24 08:53:40 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib rmoisan/updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/updates

Radu Moisan (3):
  foomatic-filters: update to version 4.0.15
  mtd-utils: Update to version 1.5.0
  dbus: Update to version 1.5.12

 .../dbus/{dbus-1.4.16 => dbus-1.5.12}/dbus-1.init  |    0
 .../dbus/{dbus-1.4.16 => dbus-1.5.12}/tmpdir.patch |    0
 meta/recipes-core/dbus/dbus_1.4.16.bb              |    7 -------
 meta/recipes-core/dbus/dbus_1.5.12.bb              |    7 +++++++
 .../add-exclusion-to-mkfs-jffs2-git-2.patch        |    0
 .../mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} |    2 +-
 ...filters_4.0.7.bb => foomatic-filters_4.0.15.bb} |    6 +++---
 7 files changed, 11 insertions(+), 11 deletions(-)
 rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.12}/dbus-1.init (100%)
 rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.12}/tmpdir.patch (100%)
 delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb
 create mode 100644 meta/recipes-core/dbus/dbus_1.5.12.bb
 rename meta/recipes-devtools/mtd/{mtd-utils-1.4.9 => mtd-utils-1.5.0}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
 rename meta/recipes-devtools/mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} (98%)
 rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.7.bb => foomatic-filters_4.0.15.bb} (90%)

-- 
1.7.9.5




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

* [PATCH 1/3] foomatic-filters: update to version 4.0.15
  2012-05-25  8:50 [PATCH 0/3] Package Updates Radu Moisan
@ 2012-05-25  8:50 ` Radu Moisan
  2012-05-30 12:03   ` Richard Purdie
  2012-05-25  8:50 ` [PATCH 2/3] mtd-utils: Update to version 1.5.0 Radu Moisan
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Radu Moisan @ 2012-05-25  8:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
 ...filters_4.0.7.bb => foomatic-filters_4.0.15.bb} |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.7.bb => foomatic-filters_4.0.15.bb} (90%)

diff --git a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb b/meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
similarity index 90%
rename from meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb
rename to meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
index 223bb02..bcf8d1d 100644
--- a/meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb
+++ b/meta/recipes-extended/foomatic/foomatic-filters_4.0.15.bb
@@ -10,15 +10,15 @@ format using a printer-specific, but spooler-independent PPD file. \
 "
 
 DEPENDS += "cups perl libxml2"
-PR = "r3"
+PR = "r0"
 
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/foomatic-filters-${PV}/COPYING;md5=393a5ca445f6965873eca0259a17f833"
 
 SRC_URI = "http://www.openprinting.org/download/foomatic/foomatic-filters-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "20abd25c1c98b2dae68709062a132a7d"
-SRC_URI[sha256sum] = "090313fae40b177f505d9c9b93d7a4d7188b6d5d18b6ae41ab24903ac983478d"
+SRC_URI[md5sum] = "1b7efcdc57340915647daa5b5c15b0ef"
+SRC_URI[sha256sum] = "f5b7b67aacedec4c0294d242cbffbe0d7d3cd0fdd2b410c055e818f25ed3bc79"
 
 inherit autotools
 
-- 
1.7.9.5




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

* [PATCH 2/3] mtd-utils: Update to version 1.5.0
  2012-05-25  8:50 [PATCH 0/3] Package Updates Radu Moisan
  2012-05-25  8:50 ` [PATCH 1/3] foomatic-filters: update to version 4.0.15 Radu Moisan
@ 2012-05-25  8:50 ` Radu Moisan
  2012-05-25  8:51   ` Martin Jansa
  2012-05-25  8:50 ` [PATCH 3/3] dbus: Update to version 1.5.12 Radu Moisan
  2012-05-25  9:52 ` [PATCH 0/3] Package Updates Koen Kooi
  3 siblings, 1 reply; 10+ messages in thread
From: Radu Moisan @ 2012-05-25  8:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
 .../add-exclusion-to-mkfs-jffs2-git-2.patch        |    0
 .../mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/mtd/{mtd-utils-1.4.9 => mtd-utils-1.5.0}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
 rename meta/recipes-devtools/mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} (98%)

diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch b/meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
similarity index 100%
rename from meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch
rename to meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
similarity index 98%
rename from meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
rename to meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
index 4228b51..be71efe 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=995cfe51b0a3cf
 
 S = "${WORKDIR}/git/"
 
-PR = "r1"
+PR = "r0"
 
 EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
 
-- 
1.7.9.5




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

* [PATCH 3/3] dbus: Update to version 1.5.12
  2012-05-25  8:50 [PATCH 0/3] Package Updates Radu Moisan
  2012-05-25  8:50 ` [PATCH 1/3] foomatic-filters: update to version 4.0.15 Radu Moisan
  2012-05-25  8:50 ` [PATCH 2/3] mtd-utils: Update to version 1.5.0 Radu Moisan
@ 2012-05-25  8:50 ` Radu Moisan
  2012-05-25  9:52 ` [PATCH 0/3] Package Updates Koen Kooi
  3 siblings, 0 replies; 10+ messages in thread
From: Radu Moisan @ 2012-05-25  8:50 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
 .../dbus/{dbus-1.4.16 => dbus-1.5.12}/dbus-1.init  |    0
 .../dbus/{dbus-1.4.16 => dbus-1.5.12}/tmpdir.patch |    0
 meta/recipes-core/dbus/dbus_1.4.16.bb              |    7 -------
 meta/recipes-core/dbus/dbus_1.5.12.bb              |    7 +++++++
 4 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.12}/dbus-1.init (100%)
 rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.12}/tmpdir.patch (100%)
 delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb
 create mode 100644 meta/recipes-core/dbus/dbus_1.5.12.bb

diff --git a/meta/recipes-core/dbus/dbus-1.4.16/dbus-1.init b/meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init
similarity index 100%
rename from meta/recipes-core/dbus/dbus-1.4.16/dbus-1.init
rename to meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init
diff --git a/meta/recipes-core/dbus/dbus-1.4.16/tmpdir.patch b/meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-1.4.16/tmpdir.patch
rename to meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch
diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb b/meta/recipes-core/dbus/dbus_1.4.16.bb
deleted file mode 100644
index 3cf8bb8..0000000
--- a/meta/recipes-core/dbus/dbus_1.4.16.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-include dbus.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "44a2a10678e7e50460879c3eb4453a65"
-SRC_URI[sha256sum] = "1d8ee6262f8cc2148f06578eee522c755ba0896206b3464ca9bdc84f411b29c6"
-
diff --git a/meta/recipes-core/dbus/dbus_1.5.12.bb b/meta/recipes-core/dbus/dbus_1.5.12.bb
new file mode 100644
index 0000000..e73c948
--- /dev/null
+++ b/meta/recipes-core/dbus/dbus_1.5.12.bb
@@ -0,0 +1,7 @@
+include dbus.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "ddf18c86fd86ca0d766e18a514e368fd"
+SRC_URI[sha256sum] = "5d3e09a831259ca64b15357cfa1c60a5a7ab06ef469d5b82c2308de9cadf1094"
+
-- 
1.7.9.5




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

* Re: [PATCH 2/3] mtd-utils: Update to version 1.5.0
  2012-05-25  8:50 ` [PATCH 2/3] mtd-utils: Update to version 1.5.0 Radu Moisan
@ 2012-05-25  8:51   ` Martin Jansa
  2012-05-25  9:30     ` Radu Moisan
  0 siblings, 1 reply; 10+ messages in thread
From: Martin Jansa @ 2012-05-25  8:51 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

On Fri, May 25, 2012 at 11:50:56AM +0300, Radu Moisan wrote:
> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
> ---
>  .../add-exclusion-to-mkfs-jffs2-git-2.patch        |    0
>  .../mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} |    2 +-
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/mtd/{mtd-utils-1.4.9 => mtd-utils-1.5.0}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
>  rename meta/recipes-devtools/mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} (98%)
> 
> diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch b/meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
> similarity index 100%
> rename from meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch
> rename to meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
> diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
> similarity index 98%
> rename from meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
> rename to meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
> index 4228b51..be71efe 100644
> --- a/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
> +++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
> @@ -11,7 +11,7 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=995cfe51b0a3cf
>  
>  S = "${WORKDIR}/git/"
>  
> -PR = "r1"
> +PR = "r0"
>  
>  EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"

does it really update version?
SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=995cfe51b0a3cf32f381c140bf72b21bf91cef1b
wasn't changed, so I guess the sources are the same.

Cheers,

>  
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

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

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

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

* Re: [PATCH 2/3] mtd-utils: Update to version 1.5.0
  2012-05-25  8:51   ` Martin Jansa
@ 2012-05-25  9:30     ` Radu Moisan
  2012-05-25  9:41       ` Radu Moisan
  0 siblings, 1 reply; 10+ messages in thread
From: Radu Moisan @ 2012-05-25  9:30 UTC (permalink / raw)
  To: openembedded-core

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

your're right, I'll prepare a new patch for that.

Thanks,
Radu

On 05/25/2012 11:51 AM, Martin Jansa wrote:
> On Fri, May 25, 2012 at 11:50:56AM +0300, Radu Moisan wrote:
>> Signed-off-by: Radu Moisan<radu.moisan@intel.com>
>> ---
>>   .../add-exclusion-to-mkfs-jffs2-git-2.patch        |    0
>>   .../mtd/{mtd-utils_1.4.9.bb =>  mtd-utils_1.5.0.bb} |    2 +-
>>   2 files changed, 1 insertion(+), 1 deletion(-)
>>   rename meta/recipes-devtools/mtd/{mtd-utils-1.4.9 =>  mtd-utils-1.5.0}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
>>   rename meta/recipes-devtools/mtd/{mtd-utils_1.4.9.bb =>  mtd-utils_1.5.0.bb} (98%)
>>
>> diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch b/meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
>> similarity index 100%
>> rename from meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch
>> rename to meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
>> diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
>> similarity index 98%
>> rename from meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
>> rename to meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
>> index 4228b51..be71efe 100644
>> --- a/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
>> +++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
>> @@ -11,7 +11,7 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=995cfe51b0a3cf
>>
>>   S = "${WORKDIR}/git/"
>>
>> -PR = "r1"
>> +PR = "r0"
>>
>>   EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
> does it really update version?
> SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=995cfe51b0a3cf32f381c140bf72b21bf91cef1b
> wasn't changed, so I guess the sources are the same.
>
> Cheers,
>
>>
>> -- 
>> 1.7.9.5
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

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

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

* Re: [PATCH 2/3] mtd-utils: Update to version 1.5.0
  2012-05-25  9:30     ` Radu Moisan
@ 2012-05-25  9:41       ` Radu Moisan
  2012-05-25  9:42         ` Andrei Gherzan
  0 siblings, 1 reply; 10+ messages in thread
From: Radu Moisan @ 2012-05-25  9:41 UTC (permalink / raw)
  To: openembedded-core

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

one more thing about mtd-utils, is there a way I can test this package 
so that I can be sure the correct version was built?

Thanks,
Radu

On 05/25/2012 12:30 PM, Radu Moisan wrote:
> your're right, I'll prepare a new patch for that.
>
> Thanks,
> Radu
>
> On 05/25/2012 11:51 AM, Martin Jansa wrote:
>> On Fri, May 25, 2012 at 11:50:56AM +0300, Radu Moisan wrote:
>>> Signed-off-by: Radu Moisan<radu.moisan@intel.com>
>>> ---
>>>   .../add-exclusion-to-mkfs-jffs2-git-2.patch        |    0
>>>   .../mtd/{mtd-utils_1.4.9.bb =>  mtd-utils_1.5.0.bb} |    2 +-
>>>   2 files changed, 1 insertion(+), 1 deletion(-)
>>>   rename meta/recipes-devtools/mtd/{mtd-utils-1.4.9 =>  mtd-utils-1.5.0}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%)
>>>   rename meta/recipes-devtools/mtd/{mtd-utils_1.4.9.bb =>  mtd-utils_1.5.0.bb} (98%)
>>>
>>> diff --git a/meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch b/meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
>>> similarity index 100%
>>> rename from meta/recipes-devtools/mtd/mtd-utils-1.4.9/add-exclusion-to-mkfs-jffs2-git-2.patch
>>> rename to meta/recipes-devtools/mtd/mtd-utils-1.5.0/add-exclusion-to-mkfs-jffs2-git-2.patch
>>> diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
>>> similarity index 98%
>>> rename from meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
>>> rename to meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
>>> index 4228b51..be71efe 100644
>>> --- a/meta/recipes-devtools/mtd/mtd-utils_1.4.9.bb
>>> +++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
>>> @@ -11,7 +11,7 @@ SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=995cfe51b0a3cf
>>>
>>>   S = "${WORKDIR}/git/"
>>>
>>> -PR = "r1"
>>> +PR = "r0"
>>>
>>>   EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
>> does it really update version?
>> SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=995cfe51b0a3cf32f381c140bf72b21bf91cef1b
>> wasn't changed, so I guess the sources are the same.
>>
>> Cheers,
>>
>>>
>>> -- 
>>> 1.7.9.5
>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

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

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

* Re: [PATCH 2/3] mtd-utils: Update to version 1.5.0
  2012-05-25  9:41       ` Radu Moisan
@ 2012-05-25  9:42         ` Andrei Gherzan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrei Gherzan @ 2012-05-25  9:42 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

On Fri, May 25, 2012 at 12:41 PM, Radu Moisan <radu.moisan@intel.com> wrote:

>  one more thing about mtd-utils, is there a way I can test this package so
> that I can be sure the correct version was built?
>
> Thanks,
> Radu
>
>
In my opinion you'd need hardware for that. Read more here:
http://www.linux-mtd.infradead.org/doc/general.html
To be more specific you'd need raw flash devices to test on.

@g

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

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

* Re: [PATCH 0/3] Package Updates
  2012-05-25  8:50 [PATCH 0/3] Package Updates Radu Moisan
                   ` (2 preceding siblings ...)
  2012-05-25  8:50 ` [PATCH 3/3] dbus: Update to version 1.5.12 Radu Moisan
@ 2012-05-25  9:52 ` Koen Kooi
  3 siblings, 0 replies; 10+ messages in thread
From: Koen Kooi @ 2012-05-25  9:52 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 25 mei 2012, om 10:50 heeft Radu Moisan het volgende geschreven:

> This patchset updates dbus, mtd-utils and foomatic-filters.
> 
> The following changes since commit 0f795f81fe5ad3ef78c21a177eca90fbc8810f81:
> 
>  qemu: disable vnc-jpeg compression (2012-05-24 08:53:40 +0100)
> 
> are available in the git repository at:
> 
>  git://git.yoctoproject.org/poky-contrib rmoisan/updates
>  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/updates
> 
> Radu Moisan (3):
>  foomatic-filters: update to version 4.0.15
>  mtd-utils: Update to version 1.5.0
>  dbus: Update to version 1.5.12

First: how was this tested?
Second: From the dbus website:

	The current stable branch is D-Bus 1.4.x. This is the recommended version for most purposes.
	The current development branch is D-Bus 1.5.x, which will lead to a 1.6.x stable branch in future.

Why are you deleting the stable branch based recipe and add one from the development branch?


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

* Re: [PATCH 1/3] foomatic-filters: update to version 4.0.15
  2012-05-25  8:50 ` [PATCH 1/3] foomatic-filters: update to version 4.0.15 Radu Moisan
@ 2012-05-30 12:03   ` Richard Purdie
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Purdie @ 2012-05-30 12:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, 2012-05-25 at 11:50 +0300, Radu Moisan wrote:
> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
> ---
>  ...filters_4.0.7.bb => foomatic-filters_4.0.15.bb} |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.7.bb => foomatic-filters_4.0.15.bb} (90%)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-05-30 12:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25  8:50 [PATCH 0/3] Package Updates Radu Moisan
2012-05-25  8:50 ` [PATCH 1/3] foomatic-filters: update to version 4.0.15 Radu Moisan
2012-05-30 12:03   ` Richard Purdie
2012-05-25  8:50 ` [PATCH 2/3] mtd-utils: Update to version 1.5.0 Radu Moisan
2012-05-25  8:51   ` Martin Jansa
2012-05-25  9:30     ` Radu Moisan
2012-05-25  9:41       ` Radu Moisan
2012-05-25  9:42         ` Andrei Gherzan
2012-05-25  8:50 ` [PATCH 3/3] dbus: Update to version 1.5.12 Radu Moisan
2012-05-25  9:52 ` [PATCH 0/3] Package Updates Koen Kooi

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.