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