Re: [oe] libmailtools-perl_2.06: task fetch fails: source not available anymore

2011-06-20 Thread Roman I Khimov
could the source tarball `MailTools-2.06.tar.gz` please be put on the OpenEmbedded mirror, since it is not available anymore upstream [1] (only 2.07 and 2.08). Or maybe you can get it from here: http://mirror.ihug.co.nz/CPAN/modules/by-category/12_Opt_Arg_Param_Proc/User/MARKOV/ (found by

Re: [oe] libmailtools-perl_2.06: task fetch fails: source not available anymore

2011-06-20 Thread Roman I Khimov
could the source tarball `MailTools-2.06.tar.gz` please be put on the OpenEmbedded mirror, since it is not available anymore upstream [1] (only 2.07 and 2.08). I have it available here and can attach to e-mail (52k) if there are no objections. But I think it's easier to update version in OE,

Re: [oe] [PATCH] kernel bbclass: add the crypto directory to staging

2011-06-21 Thread Roman I Khimov
Ping on this patch. I've seen one ACK so far. Acked-by: Roman I Khimov khi...@altell.ru ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] [PATCH 1/4] poptop: remove version 1.3.0

2010-03-29 Thread Roman I Khimov
Release dated 2005 and the recipe in unmaintained, 1.3.4 recipe is alsmost completely different now. So, I see no point in keeping it around. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/poptop/poptop_1.3.0.bb | 35 --- 1 files changed, 0

[oe] [PATCH 2/4] poptop: disable logwtmp in config

2010-03-29 Thread Roman I Khimov
Poptop tries to use that and we have it removed since it's broken, no good. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/poptop/poptop_1.3.4.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes/poptop/poptop_1.3.4.bb b/recipes/poptop/poptop_1.3.4

[oe] [PATCH 4/4] poptop: don't expose open port by default, listen on 127.0.0.1

2010-03-29 Thread Roman I Khimov
Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/poptop/poptop_1.3.4.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes/poptop/poptop_1.3.4.bb b/recipes/poptop/poptop_1.3.4.bb index be1379a..8d9b60d 100644 --- a/recipes/poptop/poptop_1.3.4.bb +++ b

[oe] [PATCH 3/4] poptop: change require-mppe-128 option to plain mppe

2010-03-29 Thread Roman I Khimov
OE has ppp-2.4.3-mppe-mppc-1.1.patch for pppd and it disables 'require-mppe-128' option, so poptop complains: In file /etc/ppp/options.pptpd: unrecognized option 'require-mppe-128' on start. Fix that by using 'mppe' option. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/poptop

[oe] [PATCH] openssl: deal with unpackaged /usr/lib/ssl files

2010-03-30 Thread Roman I Khimov
Config file is accessed directly from libcrypto, so belongs to libcrypto package. openssl-misc is a new package that contains CA management scripts. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/openssl/openssl.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions

[oe] [PATCH] openssl: add version 1.0.0

2010-03-30 Thread Roman I Khimov
* DEFAULT_PREFERENCE = -1, since it might break apps * enable engines build (and package those separately) Signed-off-by: Roman I Khimov khi...@altell.ru --- .../openssl/openssl-1.0.0/configure-targets.patch | 24 + recipes/openssl/openssl-1.0.0/debian.patch | 630

[oe] [PATCH] openssl: add version 1.0.0

2010-03-30 Thread Roman I Khimov
* DEFAULT_PREFERENCE = -1, since it might break apps * enable engines build (and package those separately) Signed-off-by: Roman I Khimov khi...@altell.ru --- .../openssl/openssl-1.0.0/configure-targets.patch | 24 + recipes/openssl/openssl-1.0.0/debian.patch | 630

Re: [oe] [PATCH] openssl: add version 1.0.0

2010-03-30 Thread Roman I Khimov
В сообщении от Вторник 30 марта 2010 17:43:54 автор Koen Kooi написал: On 30-03-10 15:14, Roman I Khimov wrote: В сообщении от Вторник 30 марта 2010 17:06:14 вы написали: В сообщении от Вторник 30 марта 2010 16:57:33 вы написали: * DEFAULT_PREFERENCE = -1, since it might break apps

[oe] [PATCH] removal.txt: proposal to remove ClamAV versions 0.95 in April

2010-03-30 Thread Roman I Khimov
http://www.clamav.net/lang/en/2009/10/05/eol-clamav-094/ Without database updates AV is almost completely useless, and starting on April 15 2010 ClamAV 0.95 will get no db updates, so there is no reason to support that versions. Signed-off-by: Roman I Khimov khi...@altell.ru --- removal.txt

Re: [oe] [PATCH 1/4] poptop: remove version 1.3.0

2010-03-30 Thread Roman I Khimov
В сообщении от Понедельник 29 марта 2010 21:31:07 автор Roman I Khimov написал: Release dated 2005 and the recipe in unmaintained, 1.3.4 recipe is alsmost completely different now. So, I see no point in keeping it around. Pushed the rest of series, not removing stale version without ACKs

Re: [oe] [oe-commits] Roman I Khimov : clamav-0.94.2: remove deprecated options from config file

2010-03-30 Thread Roman I Khimov
В сообщении от Вторник 30 марта 2010 23:14:46 автор Tom Rini написал: +do_install_append() { +# Remove deprecated options +sed -ri /Archive(Block)?Max/d ${D}/${sysconfdir}/clamd.conf +} \ No newline at end of file Maybe we should start making this per version? I know we're

[oe] [PATCH 2/3] postfix: convert to BBCLASSEXTEND and new staging for native

2010-03-31 Thread Roman I Khimov
Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/postfix/postfix-native_2.0.20.bb | 10 -- recipes/postfix/postfix-native_2.2.12.bb | 10 -- recipes/postfix/postfix.inc | 25 ++--- 3 files changed, 22 insertions(+), 23 deletions

[oe] [PATCH 1/3] bitbake.conf: add STAGING_SBINDIR_NATIVE

2010-03-31 Thread Roman I Khimov
Makes referencing it easier. Signed-off-by: Roman I Khimov khi...@altell.ru --- conf/bitbake.conf |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/conf/bitbake.conf b/conf/bitbake.conf index b941b90..2193553 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf

Re: [oe] [PATCH 2/3] postfix: convert to BBCLASSEXTEND and new staging for native

2010-03-31 Thread Roman I Khimov
В сообщении от Четверг 01 апреля 2010 00:27:41 автор Khem Raj написал: diff --git a/recipes/postfix/postfix.inc b/recipes/postfix/postfix.inc index 6a5f9bb..5b18cef 100644 --- a/recipes/postfix/postfix.inc +++ b/recipes/postfix/postfix.inc @@ -1,5 +1,6 @@ SECTION = console/network

[oe] [PATCH 1/2] gd: add gd-ft recipe

2010-04-01 Thread Roman I Khimov
GD with Freetype support, this kind of setup is needed for some packages like sarg. If needed, choose with PREFERRED_PROVIDER_gd = gd-ft Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/gd/gd-ft_2.0.35+2.0.36rc1.bb |8 1 files changed, 8 insertions(+), 0 deletions

[oe] [PATCH 2/2] sarg: new recipe

2010-04-01 Thread Roman I Khimov
Squid Analysis Report Generator is a tool that allow you to view where your users are going to on the Internet. Sarg provides many informations about Squid users activities: times, bytes, sites, etc... Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/sarg/files/sarg.conf | 637

Re: [oe] [PATCH 2/2] sarg: new recipe

2010-04-01 Thread Roman I Khimov
В сообщении от Пятница 02 апреля 2010 01:18:18 автор Khem Raj написал: diff --git a/recipes/sarg/sarg_2.2.7.1.bb b/recipes/sarg/sarg_2.2.7.1.bb new file mode 100644 index 000..77d6a72 --- /dev/null +++ b/recipes/sarg/sarg_2.2.7.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = Squid Analysis

[oe] [PATCH 2/2] sarg: new recipe

2010-04-05 Thread Roman I Khimov
Squid Analysis Report Generator is a tool that allow you to view where your users are going to on the Internet. Sarg provides many informations about Squid users activities: times, bytes, sites, etc... Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/sarg/files/sarg.conf | 637

[oe] [PATCH 1/2] gd: build with freetype support

2010-04-05 Thread Roman I Khimov
Support for freetype in gd is required for some packages and it looks like it was disabled previosly just because of build failures. Version 2.0.35+2.0.36rc1 builds fine with it, so enable freetype for it. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/gd/gd_2.0.35+2.0.36rc1.bb

Re: [oe] [PATCH 2/3] sane-toolchain: add PREFERRED_UCLIBC_VERSION

2010-04-05 Thread Roman I Khimov
insertions(+), 2 deletions(-) Acked-by: Roman I Khimov khi...@altell.ru -- http://roman.khimov.ru mailto: ro...@khimov.ru gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3 signature.asc Description: This is a digitally signed message part

Re: [oe] [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum

2010-04-08 Thread Roman I Khimov
В сообщении от Четверг 08 апреля 2010 14:14:44 автор Martyn Welch написал: diff --git a/recipes/tzcode/tzcode-native_2010f.bb b/recipes/tzcode/tzcode-native_2010f.bb index 6c361ac..fdd35ba 100644 --- a/recipes/tzcode/tzcode-native_2010f.bb +++ b/recipes/tzcode/tzcode-native_2010f.bb @@

Re: [oe] [PATCH 2/2] tzdata: move tzdata_2010g.bb to tzdata_2010h.bb

2010-04-08 Thread Roman I Khimov
В сообщении от Четверг 08 апреля 2010 13:30:03 автор Antonio Ospite написал: tzdata_2010g is no longer available; change the checksums in the new recipe Signed-off-by: Antonio Ospite osp...@studenti.unina.it Acked-by: Roman I Khimov khi...@altell.ru

Re: [oe] [PATCH 0/2] Updates to tzcode-native and tzdata

2010-04-08 Thread Roman I Khimov
В сообщении от Четверг 08 апреля 2010 13:30:01 автор Antonio Ospite написал: Here are some updates to tzcode-native and tzdata as tzdata_2010g is no longer available at the default location. As there is no reliable tzcode/tzdata mirror (there is one for old archives:

Re: [oe] [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum

2010-04-08 Thread Roman I Khimov
В сообщении от Четверг 08 апреля 2010 13:30:02 автор Antonio Ospite написал: tzdata2010g is no longer available, use tzdata2010h Signed-off-by: Antonio Ospite osp...@studenti.unina.it Acked-by: Roman I Khimov khi...@altell.ru ___ Openembedded-devel

Re: [oe] [PATCH 1/2] tzcode-native_2010f: Update tzdata SRC_URI and checksum

2010-04-08 Thread Roman I Khimov
В сообщении от Четверг 08 апреля 2010 13:30:02 автор Antonio Ospite написал: - ftp://elsie.nci.nih.gov/pub/tzdata2010g.tar.gz;name=tzdata-2010g \ + ftp://elsie.nci.nih.gov/pub/tzdata2010h.tar.gz;name=tzdata-2010h \ .. +SRC_URI[tzdata-2010g.md5sum] =

[oe] [PATCH 2/2] preferred-om-2008-versions.inc: use latest tzcode-native/tzdata

2010-04-09 Thread Roman I Khimov
Is there any reason not to use latest tzdata? Signed-off-by: Roman I Khimov khi...@altell.ru --- conf/distro/include/preferred-om-2008-versions.inc |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/preferred-om-2008-versions.inc b/conf/distro/include

[oe] [PATCH 1/2] tzdata/tzcode: leave only latest version

2010-04-09 Thread Roman I Khimov
discovers that elsie.nci.nih.gov dropped that version. Same for tzcode. Add comments to unconditionally move that versions forward whenever there is a new release. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/tzcode/tzcode-native.inc |7 ++- recipes/tzcode/tzcode

[oe] [PATCH] update-rc.d.bbclass: add dependency on update-rc.d-native

2010-04-09 Thread Roman I Khimov
Recipes are using update-rc.d to do postinst and postinst scripts are being ran on build hosts where native version is needed to run properly. It is needed only at image build stage, but it's easier to have it in DEPENDS, build time for it is almost zero anyway. Signed-off-by: Roman I Khimov khi

Re: [oe] OE failed at task 8045 of 8046

2010-04-12 Thread Roman I Khimov
В сообщении от Вторник 13 апреля 2010 07:27:38 автор ttk rpink написал: update-rc.d [-n] basename defaults [NN | SS KK] update-rc.d [-n] basename start|stop NN runlvl [runlvl] [...] . update-rc.d [-n] basename disable|enable [S|2|3|4|5] -n: not really

Re: [oe] OE failed at task 8045 of 8046

2010-04-13 Thread Roman I Khimov
В сообщении от Вторник 13 апреля 2010 16:09:13 автор ttk rpink написал: There is another error shows up now. Opkg-cl needs another argument after install. Error message listed below. Please let me know if not related and I need open another post. | + xargs opkg-cl -f

Re: [oe] Download status for all recipes in oe.dev

2010-04-13 Thread Roman I Khimov
В сообщении от Вторник 13 апреля 2010 18:12:37 автор Martin Jansa написал: END 0 ./perl/libio-socket-inet6-perl_2.57.bb Upstream removed this version from mirror. Got patch to bump version, will push it. ___ Openembedded-devel mailing list

Re: [oe] [PATCH] kernel.bbclass: s!D!PKGD! (trivial)

2010-04-14 Thread Roman I Khimov
В сообщении от Среда 14 апреля 2010 13:57:42 автор Enrico Scholz написал: --- classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Acked-by: Roman I Khimov khi...@altell.ru ___ Openembedded-devel mailing list

[oe] [PATCH] change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more options

2010-04-19 Thread Roman I Khimov
, but keeps the gnu.debuglink section. When set to no, stripping is not done at all, when set to full the gnu.debuglink section is not re-added to the binary. Signed-off-by: Roman I Khimov khi...@altell.ru --- classes/package.bbclass|5 +++-- conf/distro/sharprom

Re: [oe] [oe-commits] Sergey Lapin : busybox: prevent postinst script from failing

2010-04-22 Thread Roman I Khimov
recent addition in rootfs_ipk.bbclass which runs postinst scripts with -e option, while very useful, prevents busybox from configuring at image build time. It will be configured at first image boot if your file system is writable, but in case of e.g. squashfs, that will be fatal error. This

Re: [oe] The coreutils-native race...

2010-04-25 Thread Roman I Khimov
В сообщении от Воскресенье 25 апреля 2010 21:48:59 автор Tom Rini написал: Right now, with a big enough BB_NUM_THREADS we can get into a race where coreutils-native is installing programs and elsewhere we are in a do_fetch and either trying to use 'cp' or 'md5sum', and blam, we try and invoke

Re: [oe] [PATCH v2] kernel.class : fix for recent kernel on x86

2010-04-26 Thread Roman I Khimov
in this directory. - make headers_install fails because of missing directories in include (tested with linux 2.6.32 and 2.6.33 on x86) and missing Kbuild Signed-off-by: Eric Benard e...@eukrea.com Acked-by: Roman I Khimov khi...@altell.ru ___ Openembedded

Re: [oe] Adding a nounpack url parameter to base.bbclass

2010-04-30 Thread Roman I Khimov
В сообщении от Пятница 30 апреля 2010 21:28:40 автор Ash Charles написал: I added a minor change to base.bbclass to accept a 'nounpack=1' parameter to stop bitbake from unpacking a file that has a bz2, tar... extension; this is useful if you actually want to include such an archive file in a

Re: [oe] [PATCH 1/2] tzcode: update tzdata to latest version (2010i).

2010-05-01 Thread Roman I Khimov
В сообщении от Воскресенье 02 мая 2010 05:55:52 автор Tom Rini написал: On Sat, 2010-05-01 at 23:12 +0200, Adrian-Ken Rueegsegger wrote: Signed-off-by: Adrian-Ken Rueegsegger k...@codelabs.ch --- recipes/tzcode/tzcode-native_2010f.bb |6 +++--- 1 files changed, 3 insertions(+), 3

Re: [oe] [PATCH 1/2] tzcode: update tzdata to latest version (2010i).

2010-05-02 Thread Roman I Khimov
В сообщении от Воскресенье 02 мая 2010 01:12:17 автор Adrian-Ken Rueegsegger написал: Signed-off-by: Adrian-Ken Rueegsegger k...@codelabs.ch --- recipes/tzcode/tzcode-native_2010f.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Acked-by: Roman I Khimov khi...@altell.ru

Re: [oe] [PATCH 2/2] tzdata: update to latest version (2010i).

2010-05-02 Thread Roman I Khimov
deletions(-) delete mode 100644 recipes/tzdata/tzdata_2010h.bb create mode 100644 recipes/tzdata/tzdata_2010i.bb Acked-by: Roman I Khimov khi...@altell.ru Tested, pushed, thanks. -- http://roman.khimov.ru mailto: ro...@khimov.ru gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3

Re: [oe] [PATCH v2] zlib: Add version 1.2.5

2010-05-02 Thread Roman I Khimov
В сообщении от Воскресенье 02 мая 2010 14:21:38 автор Eric Benard написал: - update autotool patch for this version - tested on x86 Signed-off-by: Eric Benard e...@eukrea.com --- v2 : fix the autotools patch to have the correct version number remove whitspaces Please, the

Re: [oe] [PATCH v2] zlib: convert to BBCLASSEXTAND and add version 1.2.5

2010-05-02 Thread Roman I Khimov
/ in commit message. Acked-by: Roman I Khimov khi...@altell.ru And pushed. Thanks. -- http://roman.khimov.ru mailto: ro...@khimov.ru gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3 signature.asc Description: This is a digitally signed message part

Re: [oe] [PATCH v2] kernel.class : fix for recent kernel on x86

2010-05-02 Thread Roman I Khimov
В сообщении от Понедельник 26 апреля 2010 14:40:07 автор Roman I Khimov написал: В сообщении от Воскресенье 25 апреля 2010 23:20:14 автор Eric Benard написал: - bitbake linux for a x86 machine fails with the following message : cp: target `.../image/kernel//include/asm-x86

Re: [oe] [PATCH] autotools.bbclass: swapped calls of intltoolize + autoreconf

2010-05-02 Thread Roman I Khimov
'intltool' files and build will fail then. Signed-off-by: Enrico Scholz enrico.sch...@sigma-chemnitz.de --- classes/autotools.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Acked-by: Roman I Khimov khi...@altell.ru And pushed, thanks. -- http://roman.khimov.ru

Re: [oe] [RFC] Move gcc 4.4.3 recipes in favour of 4.4.4

2010-05-11 Thread Roman I Khimov
В сообщении от Вторник 11 мая 2010 03:27:20 автор Khem Raj написал: I would like to propose to move gcc 4.4.3 recipes to gcc 4.4.4, there are no additional patches that we need and 4.4.4 is superset of bugfixes. I want to avoid adding additional recipes if we could. 4.4.3 is not so widely used

Re: [oe] [RFC] logrotate scripts policy

2010-05-11 Thread Roman I Khimov
В сообщении от Вторник 11 мая 2010 19:04:05 автор Roman I Khimov написал: Also, in org.oe.dev there is already callweaver, asterisk and cluster- resource-agents that have logrotate scripts installed in /etc/logrotate.d (that legitimizes RRECOMMENDS for *-logrotate a bit) and callweaver

Re: [oe] [RFC] logrotate scripts policy

2010-05-11 Thread Roman I Khimov
В сообщении от Вторник 11 мая 2010 19:15:49 автор Martin Jansa написал: But maybe there are different optimal logrotate rules for people with tmpfs and without, which is IMHO harder to implement. I don't care about logs enough to ask for this :). I think this cases should be handled at distro

Re: [oe] [RFC] logrotate scripts policy

2010-05-11 Thread Roman I Khimov
В сообщении от Вторник 11 мая 2010 19:10:21 автор Roman I Khimov написал: В сообщении от Вторник 11 мая 2010 19:04:05 автор Roman I Khimov написал: Also, in org.oe.dev there is already callweaver, asterisk and cluster- resource-agents that have logrotate scripts installed in /etc/logrotate.d

Re: [oe] [RFC] logrotate scripts policy

2010-05-12 Thread Roman I Khimov
В сообщении от Среда 12 мая 2010 03:05:15 автор Mike Westerhof написал: Roman I Khimov wrote: This way all *-logrotate packages will get installed by default, but not the logrotate program. So, it will eat some little space in /etc/logrotate.d for everyone by default (but you can get rid

Re: [oe] [RFC] Move gcc 4.4.3 recipes in favour of 4.4.4

2010-05-12 Thread Roman I Khimov
В сообщении от Среда 12 мая 2010 13:39:02 автор Martin Jansa написал: what about updating conf/distro/include/sane-toolchain.inc to 4.4.4 if we don't find any new issue with it? No objections. I haven't found any new issue with 4.4.3 (using it since it was added), rebuilding images with

Re: [oe] some possible fixes in the OE web pages

2010-05-12 Thread Roman I Khimov
В сообщении от Четверг 13 мая 2010 01:30:53 автор Robert P. J. Day написал: * on http://wiki.openembedded.net/index.php/OEandYourDistro#Ubuntu, there's a reference to configuring for qemu-arm: echo 128 /proc/sys/vm/mmap_min_addr from memory, i always simply set that to zero on fedora.

Re: [oe] some possible fixes in the OE web pages

2010-05-13 Thread Roman I Khimov
В сообщении от Четверг 13 мая 2010 10:40:37 автор Martin Jansa написал: On Thu, May 13, 2010 at 09:53:54AM +0400, Roman I Khimov wrote: В сообщении от Четверг 13 мая 2010 01:30:53 автор Robert P. J. Day написал: * on http://wiki.openembedded.net/index.php/OEandYourDistro#Ubuntu, there's

Re: [oe] some possible fixes in the OE web pages

2010-05-13 Thread Roman I Khimov
В сообщении от Четверг 13 мая 2010 12:46:33 автор Martin Jansa написал: On Thu, May 13, 2010 at 12:23:22PM +0400, Roman I Khimov wrote: Well, as the problem is in the kernel really, I think everyone having this problem should push distro maintainers to update kernels with the tiny fix

Re: [oe] [PATCH 0/2] tzcode/tzdata updates

2010-05-14 Thread Roman I Khimov
В сообщении от Пятница 14 мая 2010 15:20:15 автор Antonio Ospite написал: And a question for future updates: when renaming recipes it is not needed to change PR, is it? Would it be even better to reset it to some zero value? I mean, like in tzcode-native_2010j.bb, should one set PR to

Re: [oe] [PATCH 1/2 v2] tzcode-native: update to 2010j

2010-05-14 Thread Roman I Khimov
В сообщении от Пятница 14 мая 2010 19:28:32 автор Antonio Ospite написал: Update checksums; tzdata version bumps to 2010j as well. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v1: Set PR to ${INC_PR}.0 as confirmed by Roman. Thanks, pushed both. --

Re: [oe] [PATCH] Add locking on tasks that add package_update_index_ipk

2010-06-06 Thread Roman I Khimov
-by: Roman I Khimov khi...@altell.ru for now. -- http://roman.khimov.ru mailto: ro...@khimov.ru gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3 signature.asc Description: This is a digitally signed message part. ___ Openembedded-devel

Re: [oe] [PATCH] lib/oe/patch.py: Dont import patches but symlink them instead

2010-06-10 Thread Roman I Khimov
. * This should help a bit in reducing build time as it avoids copying of the patch and also other things that quilt import would otherwise do. * Tested by doing minimal-image on qemuarm. Signed-off-by: Khem Raj raj.k...@gmail.com Acked-by: Roman I Khimov khi...@altell.ru -- http

Re: [oe] [PATCH] recipes: conform to OE packaging guidelines with RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES

2010-06-10 Thread Roman I Khimov
martin.ja...@gmail.com Any chance to automatically bump PR for all packages touched? Acked-by: Roman I Khimov khi...@altell.ru -- http://roman.khimov.ru mailto: ro...@khimov.ru gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3 signature.asc Description: This is a digitally signed message

Re: [oe] [RFC} Disable multilib in gcc recipes

2010-07-01 Thread Roman I Khimov
В сообщении от Четверг 01 июля 2010 11:14:26 автор Khem Raj написал: I would like to propose to remove building multilib with gcc recipes. It creates problems and we do not package correct bits on some platforms. As we tend to build toolchains keeping in mind the machine it is targetting I

Re: [oe] [RFC} Disable multilib in gcc recipes

2010-07-01 Thread Roman I Khimov
В сообщении от Пятница 02 июля 2010 02:01:34 автор Richard Purdie написал: On Thu, 2010-07-01 at 00:14 -0700, Khem Raj wrote: I would like to propose to remove building multilib with gcc recipes. It creates problems and we do not package correct bits on some platforms. As we tend to build

Re: [oe] USE flags mumbling

2010-07-02 Thread Roman I Khimov
В сообщении от Пятница 02 июля 2010 02:39:54 автор Tom Rini написал: Michael 'Mickey' Lauer wrote: Am Donnerstag, den 01.07.2010, 23:29 +0100 schrieb Phil Blundell: On Thu, 2010-07-01 at 15:16 -0700, Tom Rini wrote: One of the issues with some form of USE flags, and I believe this is one

[oe] [PATCH] tzdata-uclibc: add recipe for uclibc timezone database

2010-07-02 Thread Roman I Khimov
Recent TZif2 file format contains TZ-like ASCII string at the end that is easily extractable and usable with uclibc setup, so this recipe does exactly that based on standard tzdata. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/tzdata/tzdata-uclibc_2010j.bb | 16

[oe] [PATCH] base-files: profile: don't set TZ if /etc/TZ is present

2010-07-02 Thread Roman I Khimov
uClibc-based systems can have system-wide TZ in /etc/TZ, thus we shouldn't set TZ variable if it is present. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/base-files/base-files/jornada6xx/profile |2 +- .../base-files/base-files/omap3-pandora/profile|2 +- .../base

[oe] [PATCH] tzdata: fix RPROVIDES definitions

2010-07-02 Thread Roman I Khimov
It seems a bit strange for tzdata-smth explicitly rprovide tzdata-smth, most probably it were timezone-* packages that ought to be rprovided (see RCONFLICTS in the same .inc). Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/tzdata/tzdata.inc | 56

Re: [oe] [PATCH] tzdata-uclibc: add recipe for uclibc timezone database

2010-07-02 Thread Roman I Khimov
В сообщении от Суббота 03 июля 2010 08:51:50 автор Khem Raj написал: On (02/07/10 18:57), Roman I Khimov wrote: Recent TZif2 file format contains TZ-like ASCII string at the end that is easily extractable and usable with uclibc setup, so this recipe does exactly that based on standard

Re: [oe] [PATCH] base-files: profile: don't set TZ if /etc/TZ is present

2010-07-02 Thread Roman I Khimov
В сообщении от Суббота 03 июля 2010 08:55:04 автор Khem Raj написал: On (02/07/10 18:57), Roman I Khimov wrote: uClibc-based systems can have system-wide TZ in /etc/TZ, thus we shouldn't set TZ variable if it is present. Signed-off-by: Roman I Khimov khi...@altell.ru Acked-by: Khem Raj

Re: [oe] [PATCH][v2] base.bbclass: Fix oe_unpack_file to unpack files to match new bitbake bb.decodeurl()

2010-07-05 Thread Roman I Khimov
bitbake master and this patch on OE without any problem. OK for .dev ? Thanks -Khem Signed-off-by: Khem Raj raj.k...@gmail.com --- classes/base.bbclass | 20 +--- 1 files changed, 9 insertions(+), 11 deletions(-) Acked-by: Roman I Khimov khi...@altell.ru

Re: [oe] Is there a recipe for building and using busybox with libbusybox out there ?

2010-07-07 Thread Roman I Khimov
В сообщении от Среда 07 июля 2010 13:45:25 автор Hauser, Wolfgang (external) написал: So my question, is somebody working on a recipe for using buysbox this way ? Using it this way locally, will try to prepare a patch for oe.dev today. ___

[oe] [PATCH] busybox: add suport for FEATURE_INDIVIDUAL setup

2010-07-07 Thread Roman I Khimov
Where each applet is installed as a tiny binary linked against shared libbusybox. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/busybox/busybox.inc | 74 --- 1 files changed, 62 insertions(+), 12 deletions(-) diff --git a/recipes/busybox

Re: [oe] Is there a recipe for building and using busybox with libbusybox out there ?

2010-07-07 Thread Roman I Khimov
В сообщении от Среда 07 июля 2010 16:09:49 автор Hauser, Wolfgang (external) написал: what are your needs to use busybox linked to libbusybox. We need properly set up mandatory access control system, symlinks are evil for that. ___ Openembedded-devel

Re: [oe] Cannot satisfy the following dependencies for task-sdk-native with perl 5.10.1

2010-07-11 Thread Roman I Khimov
В сообщении от Воскресенье 11 июля 2010 07:14:58 автор Khem Raj написал: I was daring to use perl 5.10.1 and ended up in this error | * satisfy_dependencies_for: Cannot satisfy the following dependencies for task-sdk-native: | *perl-module-encode-kr-2022_kr *

Re: [oe] [PATCH] busybox: add suport for FEATURE_INDIVIDUAL setup

2010-07-11 Thread Roman I Khimov
В сообщении от Среда 07 июля 2010 14:38:54 автор Roman I Khimov написал: Where each applet is installed as a tiny binary linked against shared libbusybox. Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/busybox/busybox.inc | 74 --- 1

[oe] [PATCH 1/2] libdbix-simple-perl: add DBIx::Simple Perl module

2010-07-11 Thread Roman I Khimov
Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/perl/libdbix-simple-perl_1.32.bb | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 recipes/perl/libdbix-simple-perl_1.32.bb diff --git a/recipes/perl/libdbix-simple-perl_1.32.bb b/recipes

[oe] [PATCH 2/2] perl 5.10.1: fix standard module rdependencies

2010-07-11 Thread Roman I Khimov
-cpan-exception-yaml-not-installed/ * perl-module-dbd-sqlite - not part of standard perl, provided by libdbd-sqlite * perl-module-dbix-simple - same as above, provided by libdbix-simple Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/perl/perl-rdepends_5.10.1.inc | 23

Re: [oe] [PATCH 2/2] perl 5.10.1: fix standard module rdependencies

2010-07-12 Thread Roman I Khimov
В сообщении от Понедельник 12 июля 2010 10:31:56 автор Khem Raj написал: On Sun, Jul 11, 2010 at 10:40 PM, Roman I Khimov khi...@altell.ru wrote: Automatic dependency extraction script made some errors thus perl-modules wasn't installable. * s/perl-module-encode-kr-2022_kr/perl-module

[oe] [PATCH 2/2] perl 5.10.1: fix standard module rdependencies

2010-07-12 Thread Roman I Khimov
-cpan-exception-yaml-not-installed/ * perl-module-dbd-sqlite - not part of standard perl, provided by libdbd-sqlite * perl-module-dbix-simple - same as above, provided by libdbix-simple Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/perl/perl-rdepends_5.10.1.inc | 23

[oe] [PATCH 2/2] perl 5.10.1: fix standard module rdependencies

2010-07-12 Thread Roman I Khimov
-cpan-exception-yaml-not-installed/ * perl-module-dbd-sqlite - not part of standard perl, provided by libdbd-sqlite-perl * perl-module-dbix-simple - same as above, provided by libdbix-simple-perl Signed-off-by: Roman I Khimov khi...@altell.ru --- recipes/perl/perl-rdepends_5.10.1.inc | 23

Re: [oe] [PATCH 2/2] perl 5.10.1: fix standard module rdependencies

2010-07-12 Thread Roman I Khimov
В сообщении от Понедельник 12 июля 2010 10:49:35 автор Roman I Khimov написал: Automatic dependency extraction script made some errors thus perl-modules wasn't installable. * s/perl-module-encode-kr-2022_kr/perl-module-encode-kr-2022-kr/ * perl-module-your-module-here came from example

Re: [oe] [PATCH] busybox: add suport for FEATURE_INDIVIDUAL setup

2010-07-12 Thread Roman I Khimov
В сообщении от Понедельник 12 июля 2010 22:34:48 автор Khem Raj написал: On Wed, Jul 7, 2010 at 3:38 AM, Roman I Khimov khi...@altell.ru wrote: Where each applet is installed as a tiny binary linked against shared libbusybox. may be it should be a DISTRO_FEATURE in OE Well, I don't think

Re: [oe] [PATCH] gcc-configure-common.inc: Disable multilib generation.

2010-07-14 Thread Roman I Khimov
В сообщении от Среда 14 июля 2010 21:56:02 автор Khem Raj написал: Signed-off-by: Khem Raj raj.k...@gmail.com --- recipes/gcc/gcc-4.5.inc |3 +++ recipes/gcc/gcc-configure-common.inc |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) Acked-by: Roman I Khimov khi

Re: [oe] 'LIBC' variable clashes with perl variable

2010-07-28 Thread Roman I Khimov
В сообщении от Среда 28 июля 2010 04:48:19 автор Tom Rini написал: Tom Rini wrote: Actually, why don't we just unexport it, like MACHINE / DISTRO / TARGET_ARCH, and while we're at it, maybe TMPDIR too (since that's quite meaningful outside of OE). ping? I don't see any problems with

Re: [oe] [RFC] Disable packaged-staging for perl-native

2010-07-28 Thread Roman I Khimov
В сообщении от Среда 28 июля 2010 03:45:21 автор Tom Rini написал: I'd like to disable packaged-staging for perl-native. The problem here comes from a number of things that happen. Some of these can only happen in combination with packaged-staging but others I believe could happen today.

[oe] [PATCH] openldap: remove versions 2.2.29 and 2.3.11

2010-08-03 Thread Roman I Khimov
Both are almost 5 years old and seem to be unmaintained, also not supported by upstream authors and probably containing tons of known vulnerabilities. Signed-off-by: Roman I Khimov khi...@altell.ru --- conf/distro/include/preferred-om-2008-versions.inc |1 - .../openldap-2.2.29/openldap

Re: [oe] [PATCH 1/3] perl: honour DISTRO_FEATURE largefile

2010-08-04 Thread Roman I Khimov
В сообщении от Среда 04 августа 2010 17:51:56 автор Bernhard Reutner-Fischer написал: Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com --- recipes/perl/perl-native_5.8.8.bb |4 ++-- recipes/perl/perl_5.8.8.bb|6 -- 2 files changed, 6 insertions(+), 4

Re: [oe] [PATCH 2/3] perl: use only one method all_perl_packages

2010-08-04 Thread Roman I Khimov
-by: Roman I Khimov khi...@altell.ru ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH 2/3] perl: use only one method all_perl_packages

2010-08-04 Thread Roman I Khimov
В сообщении от Среда 04 августа 2010 18:21:47 автор Bernhard Reutner-Fischer написал: On Wed, Aug 04, 2010 at 06:07:06PM +0400, Roman I Khimov wrote: В сообщении от Среда 04 августа 2010 17:51:57 автор Bernhard Reutner-Fischer написал: .. to avoid ERROR: Error Method already seen

Re: [oe] [PATCH 1/3] perl: honour DISTRO_FEATURE largefile

2010-08-04 Thread Roman I Khimov
В сообщении от Среда 04 августа 2010 18:17:48 автор Bernhard Reutner-Fischer написал: On Wed, Aug 04, 2010 at 06:02:01PM +0400, Roman I Khimov wrote: В сообщении от Среда 04 августа 2010 17:51:56 автор Bernhard Reutner-Fischer написал: Signed-off-by: Bernhard Reutner-Fischer rep.dot

Re: [oe] [oe-commits] Roman I Khimov : bitbake.conf: trust server certificate when doing svn over https

2010-08-05 Thread Roman I Khimov
В сообщении от Четверг 05 августа 2010 11:12:01 автор Martin Jansa написал: Maybe we should add also --accept theirs-full (just in case) --force (to force overwrite of existing files) ie matchbox-panel-2-icon-themes_0.0.1.bb matchbox-panel-2_svn.bb are checkouting/updating tiwo different

Re: [oe] [oe-commits] Roman I Khimov : bitbake.conf: trust server certificate when doing svn over https

2010-08-05 Thread Roman I Khimov
В сообщении от Четверг 05 августа 2010 12:24:40 автор Martin Jansa написал: On Thu, Aug 05, 2010 at 11:38:00AM +0400, Roman I Khimov wrote: В сообщении от Четверг 05 августа 2010 11:12:01 автор Martin Jansa написал: Maybe we should add also --accept theirs-full (just in case) --force

Re: [oe] [oe-commits] Roman I Khimov : bitbake.conf: trust server certificate when doing svn over https

2010-08-05 Thread Roman I Khimov
В сообщении от Четверг 05 августа 2010 12:55:05 автор Frans Meulenbroeks написал: 2010/8/5 Roman I Khimov khi...@altell.ru: В сообщении от Четверг 05 августа 2010 12:24:40 автор Martin Jansa написал: I don't know if it's worth it to force builders to upgrade subversion or add

Re: [oe] [OE][PATCH] pkgconfig.bbclass: Remove spurious rpaths and -isystem includes from pkgconfig files.

2010-08-08 Thread Roman I Khimov
В сообщении от Воскресенье 08 августа 2010 07:14:49 автор Ash Charles написал: - -e 's:-I${STAGING_INCDIR}::g' \ + -e 's:-rpath-link,${STAGING_LIBDIR}::g' \ + -e 's:-I${STAGING_INCDIR}:-I${prefix}/include:g' \ +

Re: [oe] [PATCH 1/2] tzcode-native: bump version to 2010k

2010-08-10 Thread Roman I Khimov
В сообщении от Вторник 10 августа 2010 10:01:31 автор Simon Busch написал: --- recipes/tzcode/tzcode-native_2010j.bb | 16 recipes/tzcode/tzcode-native_2010k.bb | 16 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644

Re: [oe] [PATCH 2/2] tzdata: bump version to 2010k

2010-08-10 Thread Roman I Khimov
В сообщении от Вторник 10 августа 2010 19:27:57 автор Simon Busch написал: Signed-off-by: Simon Busch morp...@gravedo.de Uhm. I meant, the _first_ one, which is for tzcode-native. BTW, it would be nice if you've updated patchwork when submitting updated patches:

Re: [oe] [PATCH 2/2] tzdata: bump version to 2010k

2010-08-10 Thread Roman I Khimov
В сообщении от Вторник 10 августа 2010 22:51:17 автор Simon Busch написал: Sorry for this. I choose the file to send too quickly so I dismissed to choose the first one :) I have updated the status of the patches in the patchwork system (never worked with it before, so I decided to reject the

Re: [oe] [RFC] Disable packaged-staging for perl-native

2010-08-12 Thread Roman I Khimov
В сообщении от Четверг 12 августа 2010 21:12:22 автор Tom Rini написал: Tom Rini wrote: Roman I Khimov wrote: В сообщении от Среда 28 июля 2010 03:45:21 автор Tom Rini написал: I'd like to disable packaged-staging for perl-native. The problem here comes from a number of things

Re: [oe] [PATCH] openssl: update 1.0.0 to 1.0.0a

2010-08-16 Thread Roman I Khimov
В сообщении от Понедельник 16 августа 2010 22:59:53 автор Frans Meulenbroeks написал: One small question: Do we want to keep this recipe at DEFAULT_PREFERENCE = -1 ?? Well, we're using 1.0.0 since the day it's been released, and it's a perfect fit for us, but I know that it _might_ break some

Re: [oe] [PATCH] openssl: update 1.0.0 to 1.0.0a

2010-08-17 Thread Roman I Khimov
В сообщении от Понедельник 16 августа 2010 23:35:59 автор Khem Raj написал: IMO the newest version in a recipe should always be default preference this way we can stabilize recipe upgrades quicker. This also means a wider testing before pushing a new recipe DEFAULT_PREFERENCE = -1 makes it to

  1   2   3   >