All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld][PATCH] udev_164: update .bbappend to 182 as in oe-core
@ 2012-10-26 22:16 Andrea Adami
  2012-10-26 22:20 ` Andrea Adami
  2012-10-26 22:41 ` [meta-handheld][PATCH v2] " Andrea Adami
  0 siblings, 2 replies; 4+ messages in thread
From: Andrea Adami @ 2012-10-26 22:16 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 recipes-core/udev/udev_164.bbappend |    9 ---------
 recipes-core/udev/udev_182.bbappend |    9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 recipes-core/udev/udev_164.bbappend
 create mode 100644 recipes-core/udev/udev_182.bbappend

diff --git a/recipes-core/udev/udev_164.bbappend b/recipes-core/udev/udev_164.bbappend
deleted file mode 100644
index 4d263b0..0000000
--- a/recipes-core/udev/udev_164.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PRINC := "${@int(PRINC) + 2}"
-
-# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
-do_configure_append () {
-        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/' ${WORKDIR}/local.rules
-}
diff --git a/recipes-core/udev/udev_182.bbappend b/recipes-core/udev/udev_182.bbappend
new file mode 100644
index 0000000..4d263b0
--- /dev/null
+++ b/recipes-core/udev/udev_182.bbappend
@@ -0,0 +1,9 @@
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PRINC := "${@int(PRINC) + 2}"
+
+# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
+do_configure_append () {
+        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/' ${WORKDIR}/local.rules
+}
-- 
1.7.8.6




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

* Re: [meta-handheld][PATCH] udev_164: update .bbappend to 182 as in oe-core
  2012-10-26 22:16 [meta-handheld][PATCH] udev_164: update .bbappend to 182 as in oe-core Andrea Adami
@ 2012-10-26 22:20 ` Andrea Adami
  2012-10-26 22:41 ` [meta-handheld][PATCH v2] " Andrea Adami
  1 sibling, 0 replies; 4+ messages in thread
From: Andrea Adami @ 2012-10-26 22:20 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Oct 27, 2012 at 12:16 AM, Andrea Adami <andrea.adami@gmail.com> wrote:
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
>  recipes-core/udev/udev_164.bbappend |    9 ---------
>  recipes-core/udev/udev_182.bbappend |    9 +++++++++
>  2 files changed, 9 insertions(+), 9 deletions(-)
>  delete mode 100644 recipes-core/udev/udev_164.bbappend
>  create mode 100644 recipes-core/udev/udev_182.bbappend
>
> diff --git a/recipes-core/udev/udev_164.bbappend b/recipes-core/udev/udev_164.bbappend
> deleted file mode 100644
> index 4d263b0..0000000
> --- a/recipes-core/udev/udev_164.bbappend
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -
> -PRINC := "${@int(PRINC) + 2}"
> -
> -# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
> -do_configure_append () {
> -        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/' ${WORKDIR}/local.rules
> -}
> diff --git a/recipes-core/udev/udev_182.bbappend b/recipes-core/udev/udev_182.bbappend
> new file mode 100644
> index 0000000..4d263b0
> --- /dev/null
> +++ b/recipes-core/udev/udev_182.bbappend
> @@ -0,0 +1,9 @@
> +
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +PRINC := "${@int(PRINC) + 2}"
> +
> +# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
> +do_configure_append () {
> +        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/' ${WORKDIR}/local.rules
> +}
> --
> 1.7.8.6
>

Patch sent too soon just to unbreak parsing.
Please fix the beloved PR stuff :/

-> +PRINC := "${@int(PRINC) + 2}"
+> +PRINC := "${@int(PRINC) + 1}"

Andrea



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

* [meta-handheld][PATCH v2] udev_164: update .bbappend to 182 as in oe-core
  2012-10-26 22:16 [meta-handheld][PATCH] udev_164: update .bbappend to 182 as in oe-core Andrea Adami
  2012-10-26 22:20 ` Andrea Adami
@ 2012-10-26 22:41 ` Andrea Adami
  2012-10-26 23:44   ` Paul Eggleton
  1 sibling, 1 reply; 4+ messages in thread
From: Andrea Adami @ 2012-10-26 22:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 recipes-core/udev/udev_164.bbappend |    9 ---------
 recipes-core/udev/udev_182.bbappend |    9 +++++++++
 2 files changed, 9 insertions(+), 9 deletions(-)
 delete mode 100644 recipes-core/udev/udev_164.bbappend
 create mode 100644 recipes-core/udev/udev_182.bbappend

diff --git a/recipes-core/udev/udev_164.bbappend b/recipes-core/udev/udev_164.bbappend
deleted file mode 100644
index 4d263b0..0000000
--- a/recipes-core/udev/udev_164.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PRINC := "${@int(PRINC) + 2}"
-
-# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
-do_configure_append () {
-        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/' ${WORKDIR}/local.rules
-}
diff --git a/recipes-core/udev/udev_182.bbappend b/recipes-core/udev/udev_182.bbappend
new file mode 100644
index 0000000..4d263b0
--- /dev/null
+++ b/recipes-core/udev/udev_182.bbappend
@@ -0,0 +1,9 @@
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+PRINC := "${@int(PRINC) + 1}"
+
+# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
+do_configure_append () {
+        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/' ${WORKDIR}/local.rules
+}
-- 
1.7.8.6




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

* Re: [meta-handheld][PATCH v2] udev_164: update .bbappend to 182 as in oe-core
  2012-10-26 22:41 ` [meta-handheld][PATCH v2] " Andrea Adami
@ 2012-10-26 23:44   ` Paul Eggleton
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-10-26 23:44 UTC (permalink / raw)
  To: Andrea Adami; +Cc: openembedded-devel

On Saturday 27 October 2012 00:41:40 Andrea Adami wrote:
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
>  recipes-core/udev/udev_164.bbappend |    9 ---------
>  recipes-core/udev/udev_182.bbappend |    9 +++++++++
>  2 files changed, 9 insertions(+), 9 deletions(-)
>  delete mode 100644 recipes-core/udev/udev_164.bbappend
>  create mode 100644 recipes-core/udev/udev_182.bbappend
> 
> diff --git a/recipes-core/udev/udev_164.bbappend
> b/recipes-core/udev/udev_164.bbappend deleted file mode 100644
> index 4d263b0..0000000
> --- a/recipes-core/udev/udev_164.bbappend
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -
> -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> -
> -PRINC := "${@int(PRINC) + 2}"
> -
> -# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
> -do_configure_append () {
> -        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/'
> ${WORKDIR}/local.rules -}
> diff --git a/recipes-core/udev/udev_182.bbappend
> b/recipes-core/udev/udev_182.bbappend new file mode 100644
> index 0000000..4d263b0
> --- /dev/null
> +++ b/recipes-core/udev/udev_182.bbappend
> @@ -0,0 +1,9 @@
> +
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +PRINC := "${@int(PRINC) + 1}"
> +
> +# check only for ABS_X (0x00) and ABS_Y (0x01), ignore ABS_PRESSURE (0x18)
> +do_configure_append () {
> +        sed -i -e 's/"input:*-e0*,3,*a0,1,*18,*"/"input:*-e0*,3,*a0,1,*"/'
> ${WORKDIR}/local.rules +}

v2 merged to meta-handheld master, thanks.

I've also created a danny branch before this commit.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

end of thread, other threads:[~2012-10-26 23:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 22:16 [meta-handheld][PATCH] udev_164: update .bbappend to 182 as in oe-core Andrea Adami
2012-10-26 22:20 ` Andrea Adami
2012-10-26 22:41 ` [meta-handheld][PATCH v2] " Andrea Adami
2012-10-26 23:44   ` Paul Eggleton

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.