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 ?

> 
> 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 0000000..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

Reply via email to