Re: [Angstrom-devel] [OE-core] gcc-cross-initial Failure (is a meta-aarch64 screw up)

2013-05-08 Thread Jack Mitchell

On 08/05/13 03:23, Khem Raj wrote:

Hi Jack

since I was playing with archlinux today, I could reproduce this gcc ICE 
problem with angstrom. Actual issue has been already fixed with

http://git.openembedded.org/openembedded-core/commit/?id=b1dc91969f9bb0c2a3a4336f5e9a2f57aabb9f78

but it was still failing on angstrom/cortex-a8-hf and it took some time to 
realize that angstrom is including meta-aarch64 layer and
it has totally totally screwed up the toolchain build since this layer forked 
the .inc files from oe-core gcc at some point and never did kept them
in sync with OE-Core it meant that even when I wanted to use gcc 4.7 from 
OE-Core it was picking .incs from meta-aarch64 and the patch
which was applied to OE-Core recently has been ignored and hence the gcc ICE

snip


Thanks for the follow up Khem, I jumped to your GCC 4.8 patches so I 
haven't been following the progression of this but it's good to know 
it's been fixed.


Cheers,
Jack.

--

  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  http://www.embed.me.uk

--


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-oe][PATCH] gnome-applets 2.32.1.1: ignore scrollkeeper error in configure Signed-off-by: Jeff Wilson jawil...@drs-ds.com

2013-05-08 Thread Jeffery Wilson
On Thu, May 2, 2013 at 12:17 PM, Jeff Wilson jawil...@drs-ds.com wrote:

 From: Jeff Wilson j...@jeffalwilson.com

 ---
  .../gnome-applets/0004-disable-scrollkeeper.patch  |   17
 +
  .../gnome-panel/gnome-applets_2.32.1.1.bb  |3 +++
  2 files changed, 20 insertions(+)
  create mode 100644
 meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch

 diff --git
 a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 new file mode 100644
 index 000..15cda11
 --- /dev/null
 +++
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 @@ -0,0 +1,17 @@
 +Index: gnome-applets-2.32.1.1/configure.in
 +===
 +--- gnome-applets-2.32.1.1.orig/configure.in
  gnome-applets-2.32.1.1/configure.in
 +@@ -336,9 +336,9 @@ fi
 +
 + dnl -- scrollkeeper
 ---
 + AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config, no)
 +-if test x$SCROLLKEEPER_CONFIG = xno; then
 +-  AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the
 Scrollkeeper 0.1.4 package)
 +-fi
 ++dnl if test x$SCROLLKEEPER_CONFIG = xno; then
 ++dnl   AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the
 Scrollkeeper 0.1.4 package)
 ++dnl fi
 + AC_SUBST(SCROLLKEEPER_REQUIRED)
 +
 + dnl -- jw
 -
 diff --git a/meta-gnome/recipes-gnome/gnome-panel/
 gnome-applets_2.32.1.1.bb b/meta-gnome/recipes-gnome/gnome-panel/
 gnome-applets_2.32.1.1.bb
 index 6ba6518..67f264a 100644
 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 @@ -3,6 +3,8 @@ DESCRIPTION = Misc applets for Gnome panel
  LICENSE = LGPLv2
  LIC_FILES_CHKSUM = file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7

 +PR = r1
 +
  inherit distutils-common-base gnome

  SRC_URI +=  \
 @@ -10,6 +12,7 @@ SRC_URI +=  \
  file://0002-disable-help-build.patch \
  file://0003-remove-null-applet-it-doesn-t-build.patch \

  file://0001-m4-don-t-add-I-usr-lib-python-to-the-include-path.patch \
 +file://0004-disable-scrollkeeper.patch \
  

  SRC_URI[archive.md5sum] = 031c207a18707263828b4a4fd784bbe4
 --
 1.7.9.5


Is there any chance this can be applied the Angstrom fork of meta-oe? This
caused an issue with two completely different setups, one cleanly created
directly by the setup-scripts. As far as I can tell this recipe only exists
in the angstrom-staging-yocto1.3 branch. but please let me know if there is
somewhere else I should have sent this patch.

Thanks,

--
Jeff Wilson
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-oe][PATCH] gnome-applets 2.32.1.1: ignore scrollkeeper error in configure Signed-off-by: Jeff Wilson jawil...@drs-ds.com

2013-05-08 Thread Koen Kooi

Op 8 mei 2013, om 15:39 heeft Jeffery Wilson j...@jeffalwilson.com het 
volgende geschreven:

 On Thu, May 2, 2013 at 12:17 PM, Jeff Wilson jawil...@drs-ds.com wrote:
 
 From: Jeff Wilson j...@jeffalwilson.com
 
 ---
 .../gnome-applets/0004-disable-scrollkeeper.patch  |   17
 +
 .../gnome-panel/gnome-applets_2.32.1.1.bb  |3 +++
 2 files changed, 20 insertions(+)
 create mode 100644
 meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 
 diff --git
 a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 new file mode 100644
 index 000..15cda11
 --- /dev/null
 +++
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 @@ -0,0 +1,17 @@
 +Index: gnome-applets-2.32.1.1/configure.in
 +===
 +--- gnome-applets-2.32.1.1.orig/configure.in
  gnome-applets-2.32.1.1/configure.in
 +@@ -336,9 +336,9 @@ fi
 +
 + dnl -- scrollkeeper
 ---
 + AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config, no)
 +-if test x$SCROLLKEEPER_CONFIG = xno; then
 +-  AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the
 Scrollkeeper 0.1.4 package)
 +-fi
 ++dnl if test x$SCROLLKEEPER_CONFIG = xno; then
 ++dnl   AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the
 Scrollkeeper 0.1.4 package)
 ++dnl fi
 + AC_SUBST(SCROLLKEEPER_REQUIRED)
 +
 + dnl -- jw
 -
 diff --git a/meta-gnome/recipes-gnome/gnome-panel/
 gnome-applets_2.32.1.1.bb b/meta-gnome/recipes-gnome/gnome-panel/
 gnome-applets_2.32.1.1.bb
 index 6ba6518..67f264a 100644
 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 @@ -3,6 +3,8 @@ DESCRIPTION = Misc applets for Gnome panel
 LICENSE = LGPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7
 
 +PR = r1
 +
 inherit distutils-common-base gnome
 
 SRC_URI +=  \
 @@ -10,6 +12,7 @@ SRC_URI +=  \
 file://0002-disable-help-build.patch \
 file://0003-remove-null-applet-it-doesn-t-build.patch \
 
 file://0001-m4-don-t-add-I-usr-lib-python-to-the-include-path.patch \
 +file://0004-disable-scrollkeeper.patch \
 
 
 SRC_URI[archive.md5sum] = 031c207a18707263828b4a4fd784bbe4
 --
 1.7.9.5
 
 
 Is there any chance this can be applied the Angstrom fork of meta-oe? This
 caused an issue with two completely different setups, one cleanly created
 directly by the setup-scripts. As far as I can tell this recipe only exists
 in the angstrom-staging-yocto1.3 branch. but please let me know if there is
 somewhere else I should have sent this patch.

This is the first time I see this patch, can you please resend it?

regards,

Koen
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-oe][PATCH] gnome-applets 2.32.1.1: ignore scrollkeeper error in configure Signed-off-by: Jeff Wilson jawil...@drs-ds.com

2013-05-08 Thread Jeffery Wilson
On Wed, May 8, 2013 at 10:03 AM, Koen Kooi k...@dominion.thruhere.netwrote:


 Op 8 mei 2013, om 15:39 heeft Jeffery Wilson j...@jeffalwilson.com het
 volgende geschreven:

  On Thu, May 2, 2013 at 12:17 PM, Jeff Wilson jawil...@drs-ds.com
 wrote:
 
  From: Jeff Wilson j...@jeffalwilson.com
 
  ---
  .../gnome-applets/0004-disable-scrollkeeper.patch  |   17
  +
  .../gnome-panel/gnome-applets_2.32.1.1.bb  |3 +++
  2 files changed, 20 insertions(+)
  create mode 100644
 
 meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 
  diff --git
 
 a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
  new file mode 100644
  index 000..15cda11
  --- /dev/null
  +++
 
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
  @@ -0,0 +1,17 @@
  +Index: gnome-applets-2.32.1.1/configure.in
  +===
  +--- gnome-applets-2.32.1.1.orig/configure.in
   gnome-applets-2.32.1.1/configure.in
  +@@ -336,9 +336,9 @@ fi
  +
  + dnl -- scrollkeeper
  ---
  + AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config, no)
  +-if test x$SCROLLKEEPER_CONFIG = xno; then
  +-  AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the
  Scrollkeeper 0.1.4 package)
  +-fi
  ++dnl if test x$SCROLLKEEPER_CONFIG = xno; then
  ++dnl   AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install
 the
  Scrollkeeper 0.1.4 package)
  ++dnl fi
  + AC_SUBST(SCROLLKEEPER_REQUIRED)
  +
  + dnl -- jw
  -
  diff --git a/meta-gnome/recipes-gnome/gnome-panel/
  gnome-applets_2.32.1.1.bb b/meta-gnome/recipes-gnome/gnome-panel/
  gnome-applets_2.32.1.1.bb
  index 6ba6518..67f264a 100644
  --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
  +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
  @@ -3,6 +3,8 @@ DESCRIPTION = Misc applets for Gnome panel
  LICENSE = LGPLv2
  LIC_FILES_CHKSUM = file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7
 
  +PR = r1
  +
  inherit distutils-common-base gnome
 
  SRC_URI +=  \
  @@ -10,6 +12,7 @@ SRC_URI +=  \
  file://0002-disable-help-build.patch \
  file://0003-remove-null-applet-it-doesn-t-build.patch \
 
  file://0001-m4-don-t-add-I-usr-lib-python-to-the-include-path.patch \
  +file://0004-disable-scrollkeeper.patch \
  
 
  SRC_URI[archive.md5sum] = 031c207a18707263828b4a4fd784bbe4
  --
  1.7.9.5
 
 
  Is there any chance this can be applied the Angstrom fork of meta-oe?
 This
  caused an issue with two completely different setups, one cleanly created
  directly by the setup-scripts. As far as I can tell this recipe only
 exists
  in the angstrom-staging-yocto1.3 branch. but please let me know if there
 is
  somewhere else I should have sent this patch.

 This is the first time I see this patch, can you please resend it?

 regards,

 Koen
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Ah, it hadn't originated from the proper address. Let me try that again.

Thanks,

--
Jeff Wilson
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] [meta-oe][PATCH] gnome-applets 2.32.1.1: ignore scrollkeeper error in configure

2013-05-08 Thread Jeff Wilson
Just as in the disable-scrollkeeper patch for gnome-disk-utility configure
failed with an error if scrollkeeper-config isn't found. This simply disables
the check and the recipe succeeds.

Signed-off-by: Jeff Wilson jawil...@drs-ds.com
---
 .../gnome-applets/0004-disable-scrollkeeper.patch  |   17 +
 .../gnome-panel/gnome-applets_2.32.1.1.bb  |3 +++
 2 files changed, 20 insertions(+)
 create mode 100644 
meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch

diff --git 
a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 
b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
new file mode 100644
index 000..15cda11
--- /dev/null
+++ 
b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
@@ -0,0 +1,17 @@
+Index: gnome-applets-2.32.1.1/configure.in
+===
+--- gnome-applets-2.32.1.1.orig/configure.in
 gnome-applets-2.32.1.1/configure.in
+@@ -336,9 +336,9 @@ fi
+ 
+ dnl -- scrollkeeper 
---
+ AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config, no)
+-if test x$SCROLLKEEPER_CONFIG = xno; then
+-  AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the 
Scrollkeeper 0.1.4 package)
+-fi
++dnl if test x$SCROLLKEEPER_CONFIG = xno; then
++dnl   AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the 
Scrollkeeper 0.1.4 package)
++dnl fi
+ AC_SUBST(SCROLLKEEPER_REQUIRED)
+ 
+ dnl -- jw 
-
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb 
b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
index 6ba6518..67f264a 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
@@ -3,6 +3,8 @@ DESCRIPTION = Misc applets for Gnome panel
 LICENSE = LGPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7
 
+PR = r1
+
 inherit distutils-common-base gnome
 
 SRC_URI +=  \
@@ -10,6 +12,7 @@ SRC_URI +=  \
 file://0002-disable-help-build.patch \
 file://0003-remove-null-applet-it-doesn-t-build.patch \
 
file://0001-m4-don-t-add-I-usr-lib-python-to-the-include-path.patch \
+file://0004-disable-scrollkeeper.patch \
 
 
 SRC_URI[archive.md5sum] = 031c207a18707263828b4a4fd784bbe4
-- 
1.7.9.5


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-oe][PATCH] gnome-applets 2.32.1.1: ignore scrollkeeper error in configure

2013-05-08 Thread Koen Kooi
Applied, thanks!

Op 8 mei 2013, om 16:40 heeft Jeff Wilson j...@jeffalwilson.com het volgende 
geschreven:

 Just as in the disable-scrollkeeper patch for gnome-disk-utility configure
 failed with an error if scrollkeeper-config isn't found. This simply disables
 the check and the recipe succeeds.
 
 Signed-off-by: Jeff Wilson jawil...@drs-ds.com
 ---
 .../gnome-applets/0004-disable-scrollkeeper.patch  |   17 +
 .../gnome-panel/gnome-applets_2.32.1.1.bb  |3 +++
 2 files changed, 20 insertions(+)
 create mode 100644 
 meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 
 diff --git 
 a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
  
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 new file mode 100644
 index 000..15cda11
 --- /dev/null
 +++ 
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 @@ -0,0 +1,17 @@
 +Index: gnome-applets-2.32.1.1/configure.in
 +===
 +--- gnome-applets-2.32.1.1.orig/configure.in
  gnome-applets-2.32.1.1/configure.in
 +@@ -336,9 +336,9 @@ fi
 + 
 + dnl -- scrollkeeper 
 ---
 + AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config, no)
 +-if test x$SCROLLKEEPER_CONFIG = xno; then
 +-  AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the 
 Scrollkeeper 0.1.4 package)
 +-fi
 ++dnl if test x$SCROLLKEEPER_CONFIG = xno; then
 ++dnl   AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the 
 Scrollkeeper 0.1.4 package)
 ++dnl fi
 + AC_SUBST(SCROLLKEEPER_REQUIRED)
 + 
 + dnl -- jw 
 -
 diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb 
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 index 6ba6518..67f264a 100644
 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 @@ -3,6 +3,8 @@ DESCRIPTION = Misc applets for Gnome panel
 LICENSE = LGPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7
 
 +PR = r1
 +
 inherit distutils-common-base gnome
 
 SRC_URI +=  \
 @@ -10,6 +12,7 @@ SRC_URI +=  \
 file://0002-disable-help-build.patch \
 file://0003-remove-null-applet-it-doesn-t-build.patch \
 
 file://0001-m4-don-t-add-I-usr-lib-python-to-the-include-path.patch \
 +file://0004-disable-scrollkeeper.patch \
 
 
 SRC_URI[archive.md5sum] = 031c207a18707263828b4a4fd784bbe4
 -- 
 1.7.9.5
 
 
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


Re: [Angstrom-devel] [meta-oe][PATCH] gnome-applets 2.32.1.1: ignore scrollkeeper error in configure

2013-05-08 Thread Koen Kooi

Op 8 mei 2013, om 21:08 heeft Khem Raj raj.k...@gmail.com het volgende 
geschreven:

 
 On May 8, 2013, at 9:37 AM, Koen Kooi k...@dominion.thruhere.net wrote:
 
 Applied, thanks!
 
 
 Does this need to be in upstream meta-openembedded as well ?

Once gnome applets are there, yes. Not sure if I sent that patch yet.

 
 
 Op 8 mei 2013, om 16:40 heeft Jeff Wilson j...@jeffalwilson.com het 
 volgende geschreven:
 
 Just as in the disable-scrollkeeper patch for gnome-disk-utility configure
 failed with an error if scrollkeeper-config isn't found. This simply 
 disables
 the check and the recipe succeeds.
 
 Signed-off-by: Jeff Wilson jawil...@drs-ds.com
 ---
 .../gnome-applets/0004-disable-scrollkeeper.patch  |   17 +
 .../gnome-panel/gnome-applets_2.32.1.1.bb  |3 +++
 2 files changed, 20 insertions(+)
 create mode 100644 
 meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 
 diff --git 
 a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
  
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 new file mode 100644
 index 000..15cda11
 --- /dev/null
 +++ 
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets/0004-disable-scrollkeeper.patch
 @@ -0,0 +1,17 @@
 +Index: gnome-applets-2.32.1.1/configure.in
 +===
 +--- gnome-applets-2.32.1.1.orig/configure.in
  gnome-applets-2.32.1.1/configure.in
 +@@ -336,9 +336,9 @@ fi
 + 
 + dnl -- scrollkeeper 
 ---
 + AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config, no)
 +-if test x$SCROLLKEEPER_CONFIG = xno; then
 +-  AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the 
 Scrollkeeper 0.1.4 package)
 +-fi
 ++dnl if test x$SCROLLKEEPER_CONFIG = xno; then
 ++dnl   AC_MSG_ERROR(Couldn't find scrollkeeper-config, please install the 
 Scrollkeeper 0.1.4 package)
 ++dnl fi
 + AC_SUBST(SCROLLKEEPER_REQUIRED)
 + 
 + dnl -- jw 
 -
 diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb 
 b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 index 6ba6518..67f264a 100644
 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-applets_2.32.1.1.bb
 @@ -3,6 +3,8 @@ DESCRIPTION = Misc applets for Gnome panel
 LICENSE = LGPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7
 
 +PR = r1
 +
 inherit distutils-common-base gnome
 
 SRC_URI +=  \
 @@ -10,6 +12,7 @@ SRC_URI +=  \
   file://0002-disable-help-build.patch \
   file://0003-remove-null-applet-it-doesn-t-build.patch \
   
 file://0001-m4-don-t-add-I-usr-lib-python-to-the-include-path.patch \
 +file://0004-disable-scrollkeeper.patch \
 
 
 SRC_URI[archive.md5sum] = 031c207a18707263828b4a4fd784bbe4
 -- 
 1.7.9.5
 
 
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
 
 
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
 
 
 ___
 Angstrom-distro-devel mailing list
 Angstrom-distro-devel@linuxtogo.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel