[oe] [PATCH] gst-plugins-good: v4l2src: Make Leapoard Imaging VGA Camera work out of the box

2011-07-29 Thread Joel A Fernandes
Format enumeration in Gstreamer expects drivers to implement VIDIOC_ENUM_FMT 
and if not, it calls
VIDIOC_TRY_FMT on a set of "emulated formats" which could be unsupported 
resulting in failure of
the format negotiation stage [1]

We add UYVY to the set of formats making the mt9v113 sensor in this camera 
board and other sensors
that don't support the emulated formats work out-of-the box without needing a 
caps filter element

[1] http://lists.freedesktop.org/archives/gstreamer-devel/2011-July/032425.html

Signed-off-by: Joel A Fernandes 
---
 ...-UYVY-color-format-to-the-list-of-enumera.patch |   43 
 recipes/gstreamer/gst-plugins-good_0.10.28.bb  |4 +-
 2 files changed, 46 insertions(+), 1 deletions(-)
 create mode 100644 
recipes/gstreamer/gst-plugins-good/0001-v4l2src-Add-UYVY-color-format-to-the-list-of-enumera.patch

diff --git 
a/recipes/gstreamer/gst-plugins-good/0001-v4l2src-Add-UYVY-color-format-to-the-list-of-enumera.patch
 
b/recipes/gstreamer/gst-plugins-good/0001-v4l2src-Add-UYVY-color-format-to-the-list-of-enumera.patch
new file mode 100644
index 000..88a0125
--- /dev/null
+++ 
b/recipes/gstreamer/gst-plugins-good/0001-v4l2src-Add-UYVY-color-format-to-the-list-of-enumera.patch
@@ -0,0 +1,43 @@
+From d5a1f365bfd4420912735709bcb8004d3ad7226c Mon Sep 17 00:00:00 2001
+From: Joel A Fernandes 
+Date: Fri, 29 Jul 2011 17:23:43 -0500
+Subject: [PATCH] v4l2src: Add UYVY color format to the list of enumerations
+
+OMAP3 ISP returns -EINVAL for VIDIOC_ENUM_FMT ioctl on video node. Due to 
this, format negotiation fails. This adds UYVY format to the list of 
enumerations.
+
+Signed-off-by: Joel A Fernandes 
+---
+ sys/v4l2/gstv4l2object.c |   17 +
+ 1 files changed, 17 insertions(+), 0 deletions(-)
+
+diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c
+index 7e15489..e04c0fd 100644
+--- a/sys/v4l2/gstv4l2object.c
 b/sys/v4l2/gstv4l2object.c
+@@ -1025,6 +1025,23 @@ gst_v4l2_object_fill_format_list (GstV4l2Object * 
v4l2object)
+ (GCompareFunc) format_cmp_func);
+   }
+ 
++/* Add UYVY format to the list of enumerations */
++  format = g_new0 (struct v4l2_fmtdesc, 1);
++  format->type = (enum v4l2_buf_type)-1;
++  format->index = n;
++  format->flags = 0;
++  format->pixelformat = V4L2_PIX_FMT_UYVY;
++  v4l2object->formats = g_slist_insert_sorted (v4l2object->formats, format,
++  (GCompareFunc) format_cmp_func);
++
++  GST_INFO_OBJECT (v4l2object->element, "index:   %u", format->index);
++  GST_INFO_OBJECT (v4l2object->element, "type:%d", format->type);
++  GST_INFO_OBJECT (v4l2object->element, "flags:   %08x", format->flags);
++  GST_INFO_OBJECT (v4l2object->element, "description: '%s'",
++  format->description);
++  GST_INFO_OBJECT (v4l2object->element, "pixelformat: %" GST_FOURCC_FORMAT,
++GST_FOURCC_ARGS (format->pixelformat));
++
+ #ifndef GST_DISABLE_GST_DEBUG
+   {
+ GSList *l;
+-- 
+1.7.0.4
+
diff --git a/recipes/gstreamer/gst-plugins-good_0.10.28.bb 
b/recipes/gstreamer/gst-plugins-good_0.10.28.bb
index a398f4c..b93236b 100644
--- a/recipes/gstreamer/gst-plugins-good_0.10.28.bb
+++ b/recipes/gstreamer/gst-plugins-good_0.10.28.bb
@@ -1,6 +1,8 @@
 require gst-plugins.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
+
+SRC_URI += 
"file://0001-v4l2src-Add-UYVY-color-format-to-the-list-of-enumera.patch"
 
 SRC_URI[archive.md5sum] = "6ef1588921f59d85c44ee2e49a3c97a0"
 SRC_URI[archive.sha256sum] = 
"adfbce68b9fbadb7a7aeda2227af6afe1928ef025af4158726617b9d6834b028"
-- 
1.7.0.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [2011.03-maintenance] Pull request

2011-07-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/28/2011 06:48 AM, Steffen Sledz wrote:
> Tom,
> 
> Please pull the 10 commits from here:
> 
> URI: git://git.openembedded.org/openembedded
> Branch: sledz/maintenance
> 
> Eric Bénard (1):
>   apr-util: add 1.3.10
> 
> Mario Schuknecht (3):
>   udev: avoid udev stopping persistent pppd connections
>   linux-2.6.24: enable tun device support (hipox machine only)
>   linux-2.6.24: fix deadlock situation in gmac driver (hipox machine only)
> 
> Steffen Sledz (6):
>   linux-2.6.24: fix diff pathes in hipox machine specific patch file
>   linux-2.6.24: fix a buggy patch file for hipox machine
>   ppp-2.4.5: own package for PPPoL2TP plugin
>   ppp-2.4.5: remove `DP = "-1"`
>   iotop: add missing runtime dependency
>   apr-util: disable odbc support to avoid QA error
> 
> All of them are in oe master. The linux commits are specific to our hipox 
> machine. All others are bugfixes only.

Applied, thanks.

- -- 
Tom Rini
Mentor Graphics Corporation
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJOMyQGAAoJEI4NMjfc3nJxtOAH/A7+3x6k5UYP3jA5gWogeM4k
GiqpNdhBko7wHHxr0nncMTGEdi1XtEYmYJdDMqETISCP9RB+/h3VHN+yZ//5BDw2
C+qdx3OXlDXHPEcyaJYWnurL7tNHbHimfKTaCb71/FmFWUgTOmyfXlQADZq6vz1L
2akczxembTpRugzrjzoVAs9kEozi7JNypNv/97+4jrHXI0IAjU3Mf4k+mvKGEUaD
9WYE/4MobrpUFZP9CLrecq0/OW3+qgB/Hf+T+PsOEoDBnNKspmdGUiaJsSvyX8Rx
xuDrKhcbdnGEadstr6z2dNj11IjhbNmTUi0Ic9SWzkFmDms7gZXssLTJeE4+pKg=
=jgX6
-END PGP SIGNATURE-

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [2011.03-maintenance]

2011-07-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/28/2011 01:19 PM, Ben Gardiner wrote:
> Cherry-pick: f1d24b5a986233f869364eb109476f5184e76d10
> Tested-by: Ben Gardiner 
> 
> please add this to the 2011.03-maintenance branch
> 
> Ben Gardiner (1):
>   raptor: add libxml2 DEPENDS
> 
>  recipes/raptor/raptor_1.4.21.bb |1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)

Applied, thanks!

- -- 
Tom Rini
Mentor Graphics Corporation
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJOMyPuAAoJEI4NMjfc3nJxDyQH/A0XKovaPl5gz9JmXaOU8gIa
d6xcftM8qgilCl244zGPCg6GqgjsFrlitxo51gZmcsXB9Uhg9lczC94ywicvoXTt
EhbmkegBO0B5VSFk1cvVm92/NRJen7WnwRWR99DCn8wWYevx59RXU3cvRNFNHgS/
Q+Wue5HGiYullZM3zTES8C90bLwvIAHey1dgp5HjHoFVSE5BklgqfgJl+4fwe63X
2fH7DBC+dhFQD4bq5Qr1TRzucc8mQ5vS1EDHdV3xPj3EUbOwucJcOAMNm7yzpKxj
s+c4CVI6RI1FKG6KWyZS13UCUa5e59hvOKnY9Rwd50aAsW/CmJYgUWNlfqdr6H8=
=RV/E
-END PGP SIGNATURE-

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [2011.03-maintenance] gcc-package-target: fix for gcc 4.3.x

2011-07-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/28/2011 04:06 AM, Steffen Sledz wrote:
> On 28.07.2011 11:10, Koen Kooi wrote:
>> Signed-off-by: Koen Kooi 
>> ---
>>  recipes/gcc/gcc-package-target.inc |2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/recipes/gcc/gcc-package-target.inc 
>> b/recipes/gcc/gcc-package-target.inc
>> index 33567da..7d3f4ae 100644
>> --- a/recipes/gcc/gcc-package-target.inc
>> +++ b/recipes/gcc/gcc-package-target.inc
>> @@ -171,5 +171,5 @@ GROUP ( libgcc_s.so.1 libgcc.a )" > 
>> ${D}${libdir}/libgcc_s.so
>>  rm -rf ${D}${includedir}/c++/${BINV}/${TARGET_SYS}/bits/*.gch
>>  # move the gdb python helpers to gdb auto-load directory
>>  install -d ${D}${datadir}/gdb/auto-load/${libdir}
>> -mv ${D}${libdir}/libstdc++.so.*-gdb.py* 
>> ${D}${datadir}/gdb/auto-load${libdir}
>> +mv ${D}${libdir}/libstdc++.so.*-gdb.py* 
>> ${D}${datadir}/gdb/auto-load${libdir} || true
>>  }
> 
> Acked-by: Steffen Sledz 

Applied, thanks!

- -- 
Tom Rini
Mentor Graphics Corporation
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJOMyP/AAoJEI4NMjfc3nJxiPwIAK5+QXyfAVSHzIT2urwiVGFU
T/a51P1Xty5k9HfvWneX3Nc3NbBvqlgt8KjUyw6p2mf/+hco3OYHjsrlS+KQ1s+u
c0R/yvNQpBwGD27qdHdqpmhNsO240RtllL7aedLU8vEt7HmdNtdcSDOXpOMxSTrA
EgGwwE97mrw2n/vBuFfx6AaMl3sgfw3emh29VTmXigp031Cx6KqE1Z71MnrksCee
87zNNScZCzp7Wsm2FHdXXIJxRNjORVtVcj+5XeDFeBb5As9udHU8ipFeHZI7vC4+
P9fCmdZo8UX8vHeZHx/M8WYp1cRiNVwv8nUgjoZDkRPIbS7wMzgP1JZOTLbmLU4=
=aCBC
-END PGP SIGNATURE-

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 2/2] iceauth: Add `LICENSE = "MIT-X"`

2011-07-29 Thread Andreas Mueller
On Friday, July 29, 2011 11:05:24 PM Paul Menzel wrote:
> Am Freitag, den 29.07.2011, 22:48 +0200 schrieb Andreas Mueller:
> > On Friday, July 29, 2011 09:01:05 PM Paul Menzel wrote:
> > > Date: Fri, 29 Jul 2011 20:47:22 +0200
> > > 
> > > This license is listed online for example at the Web site of XFree86
> > > [1], Debian [2]. No name of the license is mentioned there. Gentoo
> > > just uses »MIT« [3].
> > > 
> > > There are some packages in OpenEmbedded using `MIT-X` and I guess they
> > > refer to the same license. I prefer »X/MIT« derived from the chapter
> > > name of [1] »MIT/X Licenses«.
> > > 
> > > [1] http://www.xfree86.org/current/LICENSE5.html
> > > [2]
> > > http://packages.debian.org/changelogs/pool/main/x/x11-xserver-utils/x11
> > > -xs erver-utils_7.6+3/x11-xserver-utils.copyright [3]
> > > http://gpo.zugaina.org/x11-apps/iceauth/euscan
> > 
> > oe-core seems to prefer MIT too [1].
> 
> They named the file name MIT. But a lot of `xorg*` packages seem to use
> `MIT-X`, especially `xorg-app/xorg-app-common.inc`.
> 
> $ git grep MIT-X
> meta/classes/license.bbclass:SPDXLICENSEMAP[MIT-X] = "MIT"
> meta/recipes-graphics/xcb/libxcb.inc:LICENSE = "MIT-X"
> meta/recipes-graphics/xcb/xcb-proto.inc:LICENSE = "MIT-X"
> meta/recipes-graphics/xorg-app/xorg-app-common.inc:LICENSE =
> "MIT-X" meta/recipes-graphics/xorg-driver/xf86-driver-common.inc:LICENSE =
> "MIT-X" meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb:LICENSE
> = "MIT-X" meta/recipes-graphics/xorg-font/xorg-font-common.inc:LICENSE =
> "MIT-X" meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:LICENSE =
> "MIT-X" meta/recipes-graphics/xorg-proto/xorg-proto-common.inc:LICENSE =
> "MIT-X" meta/recipes-graphics/xorg-util/xorg-util-common.inc:LICENSE =
> "MIT-X" meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc:LICENSE
> = "MIT-X"
> meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:LICENSE =
> "MIT-X"
> 
> So is this patch superfluous, because `LICENSE` is defined in the
> include file?
> 
> Regarding the name, in oe.dev most other recipes from The Open Group
> have `LICENSE = "MIT"`.
> 
> Is it useful to set `LICENSE` in an include file? We should decide that
> first.
> 
> > iceauth license looks same but appends additional sentence.
> 
> Actually the wording is quite different besides the capitalized
> paragraph.
> 
> > So if no objections I will coose MIT in next version of patch for
> > meta-oe.
> 
> It is even inconsistent in oe-core, so I really do not care much. But
> first the question above needs to be answered.
> 
> And Andreas, you could wait until I update the recipe in oe.dev and just
> copy it then to save you some time.
> 
Sure :-)

Andreas

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 2/2] iceauth: Add `LICENSE = "MIT-X"`

2011-07-29 Thread Paul Menzel
Am Freitag, den 29.07.2011, 13:38 -0700 schrieb Flanagan, Elizabeth:
> On Fri, Jul 29, 2011 at 12:01 PM, Paul Menzel wrote:
> > Date: Fri, 29 Jul 2011 20:47:22 +0200
> >
> > This license is listed online for example at the Web site of XFree86 [1], 
> > Debian [2]. No name of the license is mentioned there. Gentoo just uses 
> > »MIT« [3].
> >
> > There are some packages in OpenEmbedded using `MIT-X` and I guess they 
> > refer to the same license. I prefer »X/MIT« derived from the chapter name 
> > of [1] »MIT/X Licenses«.
> 
> The LICENSE field generally has a few requirements to work correctly
> for license.bbclass. One, it should be python-esque to parse
> correctly. Two, it should use one of two standards. If you look in
> meta/files/common-licenses you'll see a list of license text from
> SPDX. If you look in license.bbclass, you'll also see a bunch of
> mappings for backwards compatability:
> 
> SPDXLICENSEMAP[MIT-X] = "MIT"
> 
> LICENSE should use either the file name in common-licenses, or, the
> mapping. In this case, we have the mapping for LICENSE, so MIT-X is
> perfectly valid.

Thank you for the detailed explanation.

> > [1] http://www.xfree86.org/current/LICENSE5.html
> > [2] 
> > http://packages.debian.org/changelogs/pool/main/x/x11-xserver-utils/x11-xserver-utils_7.6+3/x11-xserver-utils.copyright
> > [3] http://gpo.zugaina.org/x11-apps/iceauth/euscan
> >
> > Signed-off-by: Paul Menzel 
> > ---
> > I do not know anything about license names and just checked the WWW. It 
> > would be great if the OE crowd could decide on one name and use it 
> > consistently.
> 
> Agreed.

As replied to Andreas, oe-core also seems to use that inconsistently –
just from a style point of course. It would be great to get your opinion
on the other issue like licenses in include files too.

[…]


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 2/2] iceauth: Add `LICENSE = "MIT-X"`

2011-07-29 Thread Paul Menzel
Am Freitag, den 29.07.2011, 22:48 +0200 schrieb Andreas Mueller:
> On Friday, July 29, 2011 09:01:05 PM Paul Menzel wrote:
> > Date: Fri, 29 Jul 2011 20:47:22 +0200
> > 
> > This license is listed online for example at the Web site of XFree86 [1],
> > Debian [2]. No name of the license is mentioned there. Gentoo just uses
> > »MIT« [3].
> > 
> > There are some packages in OpenEmbedded using `MIT-X` and I guess they
> > refer to the same license. I prefer »X/MIT« derived from the chapter name
> > of [1] »MIT/X Licenses«.
> > 
> > [1] http://www.xfree86.org/current/LICENSE5.html
> > [2]
> > http://packages.debian.org/changelogs/pool/main/x/x11-xserver-utils/x11-xs
> > erver-utils_7.6+3/x11-xserver-utils.copyright [3]
> > http://gpo.zugaina.org/x11-apps/iceauth/euscan
> oe-core seems to prefer MIT too [1].

They named the file name MIT. But a lot of `xorg*` packages seem to use
`MIT-X`, especially `xorg-app/xorg-app-common.inc`.

$ git grep MIT-X
meta/classes/license.bbclass:SPDXLICENSEMAP[MIT-X] = "MIT"
meta/recipes-graphics/xcb/libxcb.inc:LICENSE = "MIT-X"
meta/recipes-graphics/xcb/xcb-proto.inc:LICENSE = "MIT-X"
meta/recipes-graphics/xorg-app/xorg-app-common.inc:LICENSE = "MIT-X"
meta/recipes-graphics/xorg-driver/xf86-driver-common.inc:LICENSE = 
"MIT-X"
meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb:LICENSE = 
"MIT-X"
meta/recipes-graphics/xorg-font/xorg-font-common.inc:LICENSE = "MIT-X"
meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:LICENSE = "MIT-X"
meta/recipes-graphics/xorg-proto/xorg-proto-common.inc:LICENSE = "MIT-X"
meta/recipes-graphics/xorg-util/xorg-util-common.inc:LICENSE = "MIT-X"
meta/recipes-graphics/xorg-xserver/xserver-xf86-common.inc:LICENSE = 
"MIT-X"
meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:LICENSE = 
"MIT-X"

So is this patch superfluous, because `LICENSE` is defined in the
include file?

Regarding the name, in oe.dev most other recipes from The Open Group
have `LICENSE = "MIT"`.

Is it useful to set `LICENSE` in an include file? We should decide that
first.

> iceauth license looks same but appends additional sentence.

Actually the wording is quite different besides the capitalized
paragraph.

> So if no objections I will coose MIT in next version of patch for
> meta-oe.

It is even inconsistent in oe-core, so I really do not care much. But
first the question above needs to be answered.

And Andreas, you could wait until I update the recipe in oe.dev and just
copy it then to save you some time.


Thanks,

Paul


> [1] 
> http://cgit.openembedded.org/cgit.cgi/openembedded-core/tree/meta/files/common-licenses/MIT


signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 2/2] iceauth: Add `LICENSE = "MIT-X"`

2011-07-29 Thread Andreas Mueller
On Friday, July 29, 2011 09:01:05 PM Paul Menzel wrote:
> Date: Fri, 29 Jul 2011 20:47:22 +0200
> 
> This license is listed online for example at the Web site of XFree86 [1],
> Debian [2]. No name of the license is mentioned there. Gentoo just uses
> »MIT« [3].
> 
> There are some packages in OpenEmbedded using `MIT-X` and I guess they
> refer to the same license. I prefer »X/MIT« derived from the chapter name
> of [1] »MIT/X Licenses«.
> 
> [1] http://www.xfree86.org/current/LICENSE5.html
> [2]
> http://packages.debian.org/changelogs/pool/main/x/x11-xserver-utils/x11-xs
> erver-utils_7.6+3/x11-xserver-utils.copyright [3]
> http://gpo.zugaina.org/x11-apps/iceauth/euscan
oe-core seems to prefer MIT too [1]. iceauth license looks same but appends 
additional sentence. So if no objections I will coose MIT in next version of 
patch for meta-oe.

Andreas

[1] http://cgit.openembedded.org/cgit.cgi/openembedded-
core/tree/meta/files/common-licenses/MIT

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 2/2] iceauth: Add `LICENSE = "MIT-X"`

2011-07-29 Thread Flanagan, Elizabeth
On Fri, Jul 29, 2011 at 12:01 PM, Paul Menzel
 wrote:
> Date: Fri, 29 Jul 2011 20:47:22 +0200
>
> This license is listed online for example at the Web site of XFree86 [1], 
> Debian [2]. No name of the license is mentioned there. Gentoo just uses »MIT« 
> [3].
>
> There are some packages in OpenEmbedded using `MIT-X` and I guess they refer 
> to the same license. I prefer »X/MIT« derived from the chapter name of [1] 
> »MIT/X Licenses«.

The LICENSE field generally has a few requirements to work correctly
for license.bbclass. One, it should be python-esque to parse
correctly. Two, it should use one of two standards. If you look in
meta/files/common-licenses you'll see a list of license text from
SPDX. If you look in license.bbclass, you'll also see a bunch of
mappings for backwards compatability:

SPDXLICENSEMAP[MIT-X] = "MIT"

LICENSE should use either the file name in common-licenses, or, the
mapping. In this case, we have the mapping for LICENSE, so MIT-X is
perfectly valid.

-b

>
> [1] http://www.xfree86.org/current/LICENSE5.html
> [2] 
> http://packages.debian.org/changelogs/pool/main/x/x11-xserver-utils/x11-xserver-utils_7.6+3/x11-xserver-utils.copyright
> [3] http://gpo.zugaina.org/x11-apps/iceauth/euscan
>
> Signed-off-by: Paul Menzel 
> ---
> I do not know anything about license names and just checked the WWW. It would 
> be great if the OE crowd could decide on one name and use it consistently.

Agreed.

> ---
>  recipes/xorg-app/iceauth_1.0.4.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/xorg-app/iceauth_1.0.4.bb 
> b/recipes/xorg-app/iceauth_1.0.4.bb
> index e3b465f..bef5afb 100644
> --- a/recipes/xorg-app/iceauth_1.0.4.bb
> +++ b/recipes/xorg-app/iceauth_1.0.4.bb
> @@ -1,7 +1,8 @@
>  DESCRIPTION = "Tool for manipulating ICE protocol authorization records"
> +LICENSE = "MIT-X"
>  DEPENDS += "libice"
>  PE = "1"
> -PR = "${INC_PR}.1"
> +PR = "${INC_PR}.2"
>
>  require xorg-app-common.inc
>
> --
> 1.7.5.4
>
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH 2/2] iceauth: Add `LICENSE = "MIT-X"`

2011-07-29 Thread Paul Menzel
Date: Fri, 29 Jul 2011 20:47:22 +0200

This license is listed online for example at the Web site of XFree86 [1], 
Debian [2]. No name of the license is mentioned there. Gentoo just uses »MIT« 
[3].

There are some packages in OpenEmbedded using `MIT-X` and I guess they refer to 
the same license. I prefer »X/MIT« derived from the chapter name of [1] »MIT/X 
Licenses«.

[1] http://www.xfree86.org/current/LICENSE5.html
[2] 
http://packages.debian.org/changelogs/pool/main/x/x11-xserver-utils/x11-xserver-utils_7.6+3/x11-xserver-utils.copyright
[3] http://gpo.zugaina.org/x11-apps/iceauth/euscan

Signed-off-by: Paul Menzel 
---
I do not know anything about license names and just checked the WWW. It would 
be great if the OE crowd could decide on one name and use it consistently.
---
 recipes/xorg-app/iceauth_1.0.4.bb |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-app/iceauth_1.0.4.bb 
b/recipes/xorg-app/iceauth_1.0.4.bb
index e3b465f..bef5afb 100644
--- a/recipes/xorg-app/iceauth_1.0.4.bb
+++ b/recipes/xorg-app/iceauth_1.0.4.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "Tool for manipulating ICE protocol authorization records"
+LICENSE = "MIT-X"
 DEPENDS += "libice"
 PE = "1"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 require xorg-app-common.inc
 
-- 
1.7.5.4


signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [PATCH 1/2] iceauth: cleanup

2011-07-29 Thread Paul Menzel
Date: Fri, 29 Jul 2011 20:23:54 +0200

1. Improve description: s/a tool/Tool/. Therefore bump `PR`.
2. Reorder according to the style guide [1].
3. Remove unneeded space when using `+=`.

Based on a patch for meta-oe from Andreas [2].

[1] http://wiki.openembedded.org/index.php/Styleguide
[2] 
http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-July/034168.html

Signed-off-by: Andreas Mueller 
Signed-off-by: Paul Menzel 
---
 recipes/xorg-app/iceauth_1.0.4.bb |9 +
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/xorg-app/iceauth_1.0.4.bb 
b/recipes/xorg-app/iceauth_1.0.4.bb
index 6bb..e3b465f 100644
--- a/recipes/xorg-app/iceauth_1.0.4.bb
+++ b/recipes/xorg-app/iceauth_1.0.4.bb
@@ -1,8 +1,9 @@
-require xorg-app-common.inc
-DESCRIPTION = "a tool for manipulating ICE protocol authorization records"
-DEPENDS += " libice"
+DESCRIPTION = "Tool for manipulating ICE protocol authorization records"
+DEPENDS += "libice"
 PE = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+require xorg-app-common.inc
 
 SRC_URI[archive.md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4"
 SRC_URI[archive.sha256sum] = 
"0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"
-- 
1.7.5.4


signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe] iceauth: Import from oe-dev and minor cleanup

2011-07-29 Thread Paul Menzel
Dear Andreas,


thank you for your patch.

Am Freitag, den 29.07.2011, 19:31 +0200 schrieb Andreas Mueller:

When importing from somewhere please always reference the used commit id
as requested in the guidelines [1]. Also mentioning the version in the
summary would be nice.

iceauth: Import 1.0.4 from oe.dev

> Signed-off-by: Andreas Mueller 
> ---
>  meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb |   10 ++
>  1 files changed, 10 insertions(+), 0 deletions(-)
>  create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
> 
> diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb 
> b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
> new file mode 100644
> index 000..e98c0cb
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
> @@ -0,0 +1,10 @@
> +DESCRIPTION = "Tool for manipulating ICE protocol authorization records"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e"

What license is it?

> +PR = "${INC_PR}.0"
> +
> +DEPENDS += " libice"

This should go in front of PR according to the style guide [2].

> +
> +require xorg-app-common.inc
> +
> +SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4"
> +SRC_URI[sha256sum] = 
> "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"

I will try to make the updates in oe.dev and maybe you can resync
afterward.


Thanks,

Paul


[1] http://wiki.openembedded.org/index.php/Commit_Patch_Message_Guidelines
[2] http://wiki.openembedded.org/index.php/Styleguide


signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe] iceauth: Import from oe-dev and minor cleanup

2011-07-29 Thread Andreas Mueller

Signed-off-by: Andreas Mueller 
---
 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb |   10 ++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb 
b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
new file mode 100644
index 000..e98c0cb
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Tool for manipulating ICE protocol authorization records"
+LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e"
+PR = "${INC_PR}.0"
+
+DEPENDS += " libice"
+
+require xorg-app-common.inc
+
+SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4"
+SRC_URI[sha256sum] = 
"0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d"
-- 
1.7.4.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel