[oe] [meta-handheld][PATCH] linux-handhelds-2.6: remove comment ending with backslash

2012-12-16 Thread Martin Jansa
* http://lists.linuxtogo.org/pipermail/bitbake-devel/2012-December/003954.html

Signed-off-by: Martin Jansa 
---
 recipes-kernel/linux/linux-handhelds-2.6_2.6.21-hh20.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-handhelds-2.6_2.6.21-hh20.bb 
b/recipes-kernel/linux/linux-handhelds-2.6_2.6.21-hh20.bb
index ddaf055..e0fbc72 100644
--- a/recipes-kernel/linux/linux-handhelds-2.6_2.6.21-hh20.bb
+++ b/recipes-kernel/linux/linux-handhelds-2.6_2.6.21-hh20.bb
@@ -21,7 +21,6 @@ SRC_URI = 
"http://sources.openembedded.org/linux.kernel26_anoncvs.handhelds.org_
 
 require linux-handhelds-2.6.inc
 
-#   ${RPSRC}/export_atags-r0a.patch;status=pending;name=rppatch35 \
 SRC_URI[rppatch35.md5sum] = "8ab51e8ff728f4155db64b9bb6ea6d71"
 SRC_URI[rppatch35.sha256sum] = 
"75d4c6ddbfc5e4fff7690a3308e2574f89a0e2709fb91caccb29067a9dad251a"
 SRC_URI[kernelsrc.md5sum] = "1098aed5ccce21d880d98b4ed71b9bcd"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 2/3] libdc1394: add recipe

2012-12-16 Thread Martin Jansa
On Sun, Dec 16, 2012 at 07:47:19PM +0100, Martin Jansa wrote:
> On Fri, Dec 14, 2012 at 01:33:42PM -0500, Cliff Brake wrote:
> > From: Cliff Brake 
> > 
> > Initial recipe created by Khem Raj
> > 
> > Signed-off-by: Cliff Brake 
> > ---
> >  .../libdc1394/files/install_examples.patch | 14 ++
> >  .../recipes-multimedia/libdc1394/files/libdc1394.png   |  0
> 
> Is this empty libdc1394.png really needed?

Also please set PV to something usefull.
 
> Cheers,
> 
> >  meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb  | 18 
> > ++
> >  3 files changed, 32 insertions(+)
> >  create mode 100755 
> > meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
> >  create mode 100755 meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png
> >  create mode 100755 meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
> > 
> > diff --git 
> > a/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch 
> > b/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
> > new file mode 100755
> > index 000..89133ad
> > --- /dev/null
> > +++ b/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
> > @@ -0,0 +1,14 @@
> > +Index: libdc1394/examples/Makefile.am
> > +===
> > +--- libdc1394.orig/examples/Makefile.am2012-06-30 17:50:46.0 
> > -0700
> >  libdc1394/examples/Makefile.am 2012-06-30 19:02:13.822646430 -0700
> > +@@ -36,8 +36,7 @@
> > + AM_LDFLAGS = -framework CoreFoundation -framework Carbon
> > + endif
> > + 
> > +-noinst_PROGRAMS = $(A)
> > +-bin_PROGRAMS = $(B)
> > ++bin_PROGRAMS = $(A) $(B)
> > + 
> > + LDADD = ../dc1394/libdc1394.la
> > + 
> > diff --git a/meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png 
> > b/meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png
> > new file mode 100755
> > index 000..e69de29
> > diff --git a/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb 
> > b/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
> > new file mode 100755
> > index 000..41547d9
> > --- /dev/null
> > +++ b/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
> > @@ -0,0 +1,18 @@
> > +DESCRIPTION = "Capture and control API for IIDC compliant cameras"
> > +HOMEPAGE = "http://sourceforge.net/projects/libdc1394/";
> > +SECTION = "libs"
> > +LICENSE = "LGPL-2.0"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
> > +DEPENDS += "libxv virtual/libsdl virtual/libx11 libusb1 libraw1394"
> > +SRCREV = "fa2b5b5a56e2c306cd3e756e810cceb68ab55b8f"
> > +
> > +SRC_URI = 
> > "git://libdc1394.git.sourceforge.net/gitroot/libdc1394/libdc1394/;branch=master;protocol=git
> >  \
> > +   file://install_examples.patch \
> > +   file://${PN}.png \
> > +  "
> > +
> > +S = "${WORKDIR}/git/${PN}"
> > +
> > +inherit autotools pkgconfig sdl
> > +
> > +EXTRA_OECONF += "--disable-doxygen-doc"
> > -- 
> > 1.8.0.2
> > 
> > 
> > ___
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> -- 
> Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com



-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH 2/3] libdc1394: add recipe

2012-12-16 Thread Martin Jansa
On Fri, Dec 14, 2012 at 01:33:42PM -0500, Cliff Brake wrote:
> From: Cliff Brake 
> 
> Initial recipe created by Khem Raj
> 
> Signed-off-by: Cliff Brake 
> ---
>  .../libdc1394/files/install_examples.patch | 14 ++
>  .../recipes-multimedia/libdc1394/files/libdc1394.png   |  0

Is this empty libdc1394.png really needed?

Cheers,

>  meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb  | 18 
> ++
>  3 files changed, 32 insertions(+)
>  create mode 100755 
> meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
>  create mode 100755 meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png
>  create mode 100755 meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
> 
> diff --git 
> a/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch 
> b/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
> new file mode 100755
> index 000..89133ad
> --- /dev/null
> +++ b/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
> @@ -0,0 +1,14 @@
> +Index: libdc1394/examples/Makefile.am
> +===
> +--- libdc1394.orig/examples/Makefile.am  2012-06-30 17:50:46.0 
> -0700
>  libdc1394/examples/Makefile.am   2012-06-30 19:02:13.822646430 -0700
> +@@ -36,8 +36,7 @@
> + AM_LDFLAGS = -framework CoreFoundation -framework Carbon
> + endif
> + 
> +-noinst_PROGRAMS = $(A)
> +-bin_PROGRAMS = $(B)
> ++bin_PROGRAMS = $(A) $(B)
> + 
> + LDADD = ../dc1394/libdc1394.la
> + 
> diff --git a/meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png 
> b/meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png
> new file mode 100755
> index 000..e69de29
> diff --git a/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb 
> b/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
> new file mode 100755
> index 000..41547d9
> --- /dev/null
> +++ b/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "Capture and control API for IIDC compliant cameras"
> +HOMEPAGE = "http://sourceforge.net/projects/libdc1394/";
> +SECTION = "libs"
> +LICENSE = "LGPL-2.0"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
> +DEPENDS += "libxv virtual/libsdl virtual/libx11 libusb1 libraw1394"
> +SRCREV = "fa2b5b5a56e2c306cd3e756e810cceb68ab55b8f"
> +
> +SRC_URI = 
> "git://libdc1394.git.sourceforge.net/gitroot/libdc1394/libdc1394/;branch=master;protocol=git
>  \
> +   file://install_examples.patch \
> +   file://${PN}.png \
> +  "
> +
> +S = "${WORKDIR}/git/${PN}"
> +
> +inherit autotools pkgconfig sdl
> +
> +EXTRA_OECONF += "--disable-doxygen-doc"
> -- 
> 1.8.0.2
> 
> 
> ___
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 23/26] lvm2: upgrade to 2.02.97 which is compatible with newer udev

2012-12-16 Thread Martin Jansa
* older versions are using symbols removed in newer udev
  | dmsetup.c:985: error: undefined reference to 'udev_get_dev_path'
  | collect2: error: ld returned 1 exit status
  | make[1]: *** [dmsetup] Error 1
  | make[1]: Leaving directory
  
`/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/lvm2/2.02.85-r2.0/LVM2.2.02.85/tools'

Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-support/lvm2/lvm2_2.02.85.bb | 7 ---
 meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb | 6 ++
 2 files changed, 6 insertions(+), 7 deletions(-)
 delete mode 100644 meta-oe/recipes-support/lvm2/lvm2_2.02.85.bb
 create mode 100644 meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb

diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.02.85.bb 
b/meta-oe/recipes-support/lvm2/lvm2_2.02.85.bb
deleted file mode 100644
index b2a4ff3..000
--- a/meta-oe/recipes-support/lvm2/lvm2_2.02.85.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require lvm2.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "91785ca438e5ce679dd3a386b183d552"
-SRC_URI[sha256sum] = 
"e5c2b0d76e7b1df7630e211734eb09697d66ab879b17eb19545cb77272813eb7"
-
diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb 
b/meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb
new file mode 100644
index 000..2de17cf
--- /dev/null
+++ b/meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb
@@ -0,0 +1,6 @@
+require lvm2.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "d18bd01334309db1c422b9bf6b181057"
+SRC_URI[sha256sum] = 
"edda82012e8a9e1f0b00ba5a331468d3e0201992be14c0dbea71bf564a51fc2b"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 19/26] postgresql: disable spinlocks for AArch64

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz 

Signed-off-by: Marcin Juszkiewicz 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-support/postgresql/postgresql.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc 
b/meta-oe/recipes-support/postgresql/postgresql.inc
index eeda729..4e7aec2 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -19,6 +19,7 @@ inherit autotools pkgconfig
 
 EXTRA_OECONF = "--disable-rpath"
 EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath"
+EXTRA_OECONF_aarch64 += "--disable-spinlocks"
 
 do_compile_append() {
  cp /usr/sbin/zic ${S}/src/timezone/
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 25/26] libsdl-image: update to upstream version 1.2.12

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist 

Now uses zlib license.
Works with libpng15.

Signed-off-by: Marko Lindqvist 
Signed-off-by: Martin Jansa 
---
 .../{libsdl-image_1.2.10.bb => libsdl-image_1.2.12.bb}| 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)
 rename meta-oe/recipes-multimedia/libsdl-image/{libsdl-image_1.2.10.bb => 
libsdl-image_1.2.12.bb} (75%)

diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb 
b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
similarity index 75%
rename from meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb
rename to meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
index 12a3abd..ccc3d40 100644
--- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb
+++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.12.bb
@@ -1,16 +1,16 @@
 DESCRIPTION = "Simple DirectMedia Layer image library."
 SECTION = "libs"
 
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
+LICENSE = "zlib"
+LIC_FILES_CHKSUM = "file://COPYING;md5=613734b7586e1580ef944961c6d62227"
 
-PR = "r3"
+PR = "r0"
 
 DEPENDS = "tiff zlib libpng jpeg virtual/libsdl"
 
 SRC_URI = 
"http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz";
-SRC_URI[md5sum] = "6c06584b31559e2b59f2b982d0d1f628"
-SRC_URI[sha256sum] = 
"75e05d1e95f6277b44797157d9e25a908ba8d08a393216ffb019b0d74de11876"
+SRC_URI[md5sum] = "a0f9098ebe5400f0bdc9b62e60797ecb"
+SRC_URI[sha256sum] = 
"0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699"
 
 S = "${WORKDIR}/SDL_image-${PV}"
 
@@ -31,4 +31,3 @@ do_configure_prepend() {
rm -f acinclude/ltsugar.m4
rm -f acinclude/ltversion.m4
 }
-
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 22/26] krb5: import from OE-Classic

2012-12-16 Thread Martin Jansa
From: Yauhen Kharuzhy 

Add building of MIT Kerberos implementation.

The recipe was picked from OE-Classic & updated to new version

Signed-off-by: Yauhen Kharuzhy 
Signed-off-by: Martin Jansa 
---
 meta/recipes-connectivity/krb5/krb5_1.8.5.bb | 39 
 1 file changed, 39 insertions(+)
 create mode 100644 meta/recipes-connectivity/krb5/krb5_1.8.5.bb

diff --git a/meta/recipes-connectivity/krb5/krb5_1.8.5.bb 
b/meta/recipes-connectivity/krb5/krb5_1.8.5.bb
new file mode 100644
index 000..2f497a3
--- /dev/null
+++ b/meta/recipes-connectivity/krb5/krb5_1.8.5.bb
@@ -0,0 +1,39 @@
+DESCRIPTION = "A network authentication protocol"
+HOMEPAGE = "http://web.mit.edu/Kerberos/";
+SECTION = "console/network"
+PR = "r0"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${S}/../README;md5=5595a75ae6fab5f825f579a817baa618"
+DEPENDS = "ncurses util-linux e2fsprogs-native"
+
+inherit autotools binconfig perlnative
+
+SRC_URI = "http://web.mit.edu/kerberos/dist/krb5/1.8/krb5-1.8.5-signed.tar";
+
+S = "${WORKDIR}/${PN}-${PV}/src/"
+
+EXTRA_OECONF += " --without-tcl --with-system-et"
+CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes 
ac_cv_func_regcomp=yes \
+  ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \
+  ac_cv_file__etc_TIMEZONE=no"
+
+CFLAGS_append += "-DDESTRUCTOR_ATTR_WORKS=1 -I${STAGING_INCDIR}/et"
+LDFLAGS_append += "-lpthread"
+
+FILES_${PN}-doc += ${datadir}/examples
+
+krb5_do_unpack() {
+   tar xzf ${WORKDIR}/krb5-1.8.5.tar.gz -C ${WORKDIR}/
+}
+
+python do_unpack() {
+   bb.build.exec_func('base_do_unpack', d)
+   bb.build.exec_func('krb5_do_unpack', d)
+}
+
+do_configure() {
+   oe_runconf
+}
+
+SRC_URI[md5sum] = "48b17caedf19d07d714a8d7a25422c95"
+SRC_URI[sha256sum] = 
"7d6989efaaf0b3330ce5b329edb1d0bf33250ca78b789fdd117e02c49c238812"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 20/26] libgcc: s/virtclass/class/ to make it up-to-date

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz 

Signed-off-by: Marcin Juszkiewicz 
Signed-off-by: Martin Jansa 
---
 toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb 
b/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb
index 8529755..4dade08 100644
--- a/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb
+++ b/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb
@@ -5,7 +5,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
 
 PKGSUFFIX = ""
-PKGSUFFIX_virtclass-nativesdk = "-nativesdk"
+PKGSUFFIX_class-nativesdk = "-nativesdk"
 
 PACKAGES = "\
   ${PN} \
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 21/26] gcc-cross-canadian 4.6: fix dependencies to be nativesdk-* not *-nativesdk

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz 

Signed-off-by: Marcin Juszkiewicz 
Signed-off-by: Martin Jansa 
---
 toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb 
b/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb
index e0af4aa..788391a 100644
--- a/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb
+++ b/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb
@@ -5,8 +5,8 @@ require recipes-devtools/gcc/gcc-cross-canadian.inc
 require recipes-devtools/gcc/gcc-configure-sdk.inc
 require recipes-devtools/gcc/gcc-package-sdk.inc
 
-DEPENDS += "gmp-nativesdk mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"
-RDEPENDS_${PN} += "mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"
+DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils"
+RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils"
 
 SYSTEMHEADERS = "/usr/include"
 SYSTEMLIBS = "/lib/"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 24/26] cryptsetup: import from oe-classic

2012-12-16 Thread Martin Jansa
* add LIC_FILES_CHKSUM
* depend on util-linux (renamed from util-linux-ng)
* depend on lvm2 instead of device-mapper
* inherit gettext

Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb | 18 ++
 1 file changed, 18 insertions(+)
 create mode 100644 meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb

diff --git a/meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb 
b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb
new file mode 100644
index 000..254f563
--- /dev/null
+++ b/meta-oe/recipes-support/cryptsetup/cryptsetup_1.1.3.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Setup virtual encryption devices under dm-crypt Linux"
+HOMEPAGE = "http://code.google.com/p/cryptsetup/";
+SECTION = "console"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "util-linux lvm2 libgcrypt popt"
+RRECOMMENDS_${PN} = "kernel-module-aes \
+ kernel-module-dm-crypt \
+ kernel-module-md5 \
+ kernel-module-cbc \
+ kernel-module-sha256 \
+"
+SRC_URI = "http://cryptsetup.googlecode.com/files/cryptsetup-${PV}.tar.bz2";
+SRC_URI[md5sum] = "318a64470861ea5b92a52f2014f1e7c1"
+SRC_URI[sha256sum] = 
"9c8e68a272f6d9cfb6cd65cc0743f4c44a2096c61f74e0602bf40208b5e69c0a"
+
+inherit autotools gettext
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 08/26] meta-networking: Fix erroneous use of "startline" in LIC_FILES_CHKSUM

2012-12-16 Thread Martin Jansa
From: Paul Eggleton 

"beginline" is the correct parameter name. Checksums have been updated
where necessary (i.e. if the beginning line was something other than the
default of 1).

Signed-off-by: Paul Eggleton 
Signed-off-by: Martin Jansa 
---
 meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | 4 ++--
 meta-networking/recipes-support/mtr/mtr_0.82.bb  | 2 +-
 meta-networking/recipes-support/tunctl/tunctl.inc| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb 
b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
index 40294b0..af48455 100644
--- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
+++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
@@ -8,8 +8,8 @@ and should not be enabled unless it is expressly needed."
 DEPENDS = "tcp-wrappers readline"
 SECTION = "network"
 LICENSE = "BSD-4-Clause"
-LIC_FILES_CHKSUM = 
"file://MCONFIG.in;startline=1;endline=9;md5=c28ba5adb43041fae4629db05c83cbdd \
-
file://tftp/tftp.c;startline=1;endline=32;md5=988c1cba99d70858a26cd877209857f4"
+LIC_FILES_CHKSUM = 
"file://MCONFIG.in;beginline=1;endline=9;md5=c28ba5adb43041fae4629db05c83cbdd \
+
file://tftp/tftp.c;beginline=1;endline=32;md5=988c1cba99d70858a26cd877209857f4"
 
 PR = "r0"
 
diff --git a/meta-networking/recipes-support/mtr/mtr_0.82.bb 
b/meta-networking/recipes-support/mtr/mtr_0.82.bb
index c6d5152..3a93948 100644
--- a/meta-networking/recipes-support/mtr/mtr_0.82.bb
+++ b/meta-networking/recipes-support/mtr/mtr_0.82.bb
@@ -5,7 +5,7 @@ DEPENDS = "ncurses"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
-
file://mtr.c;startline=5;endline=16;md5=87105f8fe9675e897e074869afaafa6f"
+
file://mtr.c;beginline=5;endline=16;md5=56e390ced194aff352eefab404883057"
 
 SRC_URI = "ftp://ftp.bitwizard.nl/mtr/mtr-${PV}.tar.gz \
file://no-gtk.patch"
diff --git a/meta-networking/recipes-support/tunctl/tunctl.inc 
b/meta-networking/recipes-support/tunctl/tunctl.inc
index 952af24..29aed44 100644
--- a/meta-networking/recipes-support/tunctl/tunctl.inc
+++ b/meta-networking/recipes-support/tunctl/tunctl.inc
@@ -1,7 +1,7 @@
 SUMMARY = "Tool for controlling the Linux TUN/TAP driver"
 SECTION = "net"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = 
"file://tunctl.c;startline=1;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
+LIC_FILES_CHKSUM = 
"file://tunctl.c;beginline=1;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/tunctl/tunctl-${PV}.tar.gz"
 
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 03/26] samba: added gnu-configize for AArch64 support

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz 

Signed-off-by: Marcin Juszkiewicz 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-connectivity/samba/samba_3.6.8.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb 
b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
index 7985199..4750ecb 100644
--- a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
+++ b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
@@ -50,6 +50,7 @@ EXTRA_OECONF += "\
"
 
 do_configure() {
+   gnu-configize --force
oe_runconf
 }
 
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 18/26] lua: update to upstream version 5.1.5

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist 

* COPYRIGHT: md5sum changed only because (C) years now up to 2012.
* MJ: removed trailing whitespaces

Signed-off-by: Marko Lindqvist 
Signed-off-by: Martin Jansa 
---
 .../lua/lua5.1/bitwise_operators.patch | 143 +
 meta-oe/recipes-devtools/lua/lua5.1/lua5.1.pc  |   2 +-
 .../lua/{lua5.1_5.1.4.bb => lua5.1_5.1.5.bb}   |   9 +-
 3 files changed, 69 insertions(+), 85 deletions(-)
 rename meta-oe/recipes-devtools/lua/{lua5.1_5.1.4.bb => lua5.1_5.1.5.bb} (75%)

diff --git a/meta-oe/recipes-devtools/lua/lua5.1/bitwise_operators.patch 
b/meta-oe/recipes-devtools/lua/lua5.1/bitwise_operators.patch
index 138a2bd..4f0331e 100644
--- a/meta-oe/recipes-devtools/lua/lua5.1/bitwise_operators.patch
+++ b/meta-oe/recipes-devtools/lua/lua5.1/bitwise_operators.patch
@@ -1,8 +1,7 @@
-Index: lua-5.1.4/src/lcode.c
-===
 lua-5.1.4.orig/src/lcode.c 2007-12-28 16:32:23.0 +0100
-+++ lua-5.1.4/src/lcode.c  2009-01-27 21:15:39.0 +0100
-@@ -650,6 +650,17 @@
+diff -Nurd lua-5.1.5/src/lcode.c lua-5.1.5/src/lcode.c
+--- lua-5.1.5/src/lcode.c  2011-01-31 16:53:16.0 +0200
 lua-5.1.5/src/lcode.c  2012-11-28 21:12:23.958419501 +0200
+@@ -642,6 +642,17 @@
  case OP_POW: r = luai_numpow(v1, v2); break;
  case OP_UNM: r = luai_numunm(v1); break;
  case OP_LEN: return 0;  /* no constant folding for 'len' */
@@ -20,7 +19,7 @@ Index: lua-5.1.4/src/lcode.c
  default: lua_assert(0); r = 0; break;
}
if (luai_numisnan(r)) return 0;  /* do not attempt to produce NaN */
-@@ -662,7 +673,11 @@
+@@ -654,7 +665,11 @@
if (constfolding(op, e1, e2))
  return;
else {
@@ -32,7 +31,7 @@ Index: lua-5.1.4/src/lcode.c
  int o1 = luaK_exp2RK(fs, e1);
  if (o1 > o2) {
freeexp(fs, e1);
-@@ -698,6 +713,14 @@
+@@ -690,6 +705,14 @@
expdesc e2;
e2.t = e2.f = NO_JUMP; e2.k = VKNUM; e2.u.nval = 0;
switch (op) {
@@ -47,7 +46,7 @@ Index: lua-5.1.4/src/lcode.c
  case OPR_MINUS: {
if (!isnumeral(e))
  luaK_exp2anyreg(fs, e);  /* cannot operate on non-numeric constants */
-@@ -778,6 +801,14 @@
+@@ -770,6 +793,14 @@
  case OPR_DIV: codearith(fs, OP_DIV, e1, e2); break;
  case OPR_MOD: codearith(fs, OP_MOD, e1, e2); break;
  case OPR_POW: codearith(fs, OP_POW, e1, e2); break;
@@ -62,10 +61,9 @@ Index: lua-5.1.4/src/lcode.c
  case OPR_EQ: codecomp(fs, OP_EQ, 1, e1, e2); break;
  case OPR_NE: codecomp(fs, OP_EQ, 0, e1, e2); break;
  case OPR_LT: codecomp(fs, OP_LT, 1, e1, e2); break;
-Index: lua-5.1.4/src/lcode.h
-===
 lua-5.1.4.orig/src/lcode.h 2007-12-27 14:02:25.0 +0100
-+++ lua-5.1.4/src/lcode.h  2009-01-27 21:15:39.0 +0100
+diff -Nurd lua-5.1.5/src/lcode.h lua-5.1.5/src/lcode.h
+--- lua-5.1.5/src/lcode.h  2007-12-27 15:02:25.0 +0200
 lua-5.1.5/src/lcode.h  2012-11-28 21:12:23.958419501 +0200
 @@ -25,6 +25,9 @@
  */
  typedef enum BinOpr {
@@ -89,10 +87,9 @@ Index: lua-5.1.4/src/lcode.h
  
  #define getcode(fs,e) ((fs)->f->code[(e)->u.s.info])
  
-Index: lua-5.1.4/src/ldebug.c
-===
 lua-5.1.4.orig/src/ldebug.c2008-05-08 18:56:26.0 +0200
-+++ lua-5.1.4/src/ldebug.c 2009-01-27 21:15:39.0 +0100
+diff -Nurd lua-5.1.5/src/ldebug.c lua-5.1.5/src/ldebug.c
+--- lua-5.1.5/src/ldebug.c 2008-05-08 19:56:26.0 +0300
 lua-5.1.5/src/ldebug.c 2012-11-28 21:12:23.958419501 +0200
 @@ -592,6 +592,16 @@
luaG_typeerror(L, p2, "perform arithmetic on");
  }
@@ -110,10 +107,9 @@ Index: lua-5.1.4/src/ldebug.c
  
  int luaG_ordererror (lua_State *L, const TValue *p1, const TValue *p2) {
const char *t1 = luaT_typenames[ttype(p1)];
-Index: lua-5.1.4/src/ldebug.h
-===
 lua-5.1.4.orig/src/ldebug.h2007-12-27 14:02:25.0 +0100
-+++ lua-5.1.4/src/ldebug.h 2009-01-27 21:15:39.0 +0100
+diff -Nurd lua-5.1.5/src/ldebug.h lua-5.1.5/src/ldebug.h
+--- lua-5.1.5/src/ldebug.h 2007-12-27 15:02:25.0 +0200
 lua-5.1.5/src/ldebug.h 2012-11-28 21:12:23.958419501 +0200
 @@ -30,4 +30,9 @@
  LUAI_FUNC int luaG_checkcode (const Proto *pt);
  LUAI_FUNC int luaG_checkopenop (Instruction i);
@@ -124,10 +120,9 @@ Index: lua-5.1.4/src/ldebug.h
 +#endif
 +
  #endif
-Index: lua-5.1.4/src/llex.c
-===
 lua-5.1.4.orig/src/llex.c  2007-12-27 14:02:25.0 +0100
-+++ lua-5.1.4/src/llex.c   2009-01-27 21:15:39.0 +0100
+diff -Nurd lua-5.1.5/src/llex.c lua-5.1.5/src/llex.c
+--- lua-5.1.5/src/llex.c   2009-11-23 16:58:22.0 +0200
 lua-5.1.5/src/llex.c   2012-11-28 21:12:23.958419501 +0200
 @@ -39,7 +39,11 @@
  "end", "fals

[oe] [meta-oe][PATCH 26/26] libsdl-mixer: update to upstream version 1.2.12

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist 

Now uses zlib license.
Dropped fix-flac-madness patch as upsream configure check in question
now uses AC_TRY_COMPILE instead of AC_TRY_RUN.

Signed-off-by: Marko Lindqvist 
Signed-off-by: Martin Jansa 
---
 .../libsdl-mixer/libsdl-mixer/configure.patch  |  9 ---
 .../libsdl-mixer/fix-flac-madness.diff | 28 --
 ...bsdl-mixer_1.2.11.bb => libsdl-mixer_1.2.12.bb} | 10 
 3 files changed, 9 insertions(+), 38 deletions(-)
 delete mode 100644 
meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff
 rename meta-oe/recipes-multimedia/libsdl-mixer/{libsdl-mixer_1.2.11.bb => 
libsdl-mixer_1.2.12.bb} (78%)

diff --git 
a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch 
b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch
index 7cc69e0..4c9e8d0 100644
--- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch
+++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/configure.patch
@@ -1,11 +1,10 @@
-Index: SDL_mixer-1.2.11/configure.in
-===
 SDL_mixer-1.2.11.orig/configure.in 2011-02-15 11:54:23.929086120 +0100
-+++ SDL_mixer-1.2.11/configure.in  2011-02-15 11:56:53.745736645 +0100
+diff -Nurd SDL_mixer-1.2.12/configure.in SDL_mixer-1.2.12/configure.in
+--- SDL_mixer-1.2.12/configure.in  2012-01-16 00:01:05.0 +0200
 SDL_mixer-1.2.12/configure.in  2012-12-15 04:08:04.627871456 +0200
 @@ -1,6 +1,5 @@
  dnl Process this file with autoconf to produce a configure script.
  AC_INIT(README)
--AC_CONFIG_AUX_DIRS($srcdir/build-scripts)
+-AC_CONFIG_AUX_DIR(build-scripts)
  
  dnl Set various version strings - taken gratefully from the GTk sources
  
diff --git 
a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff 
b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff
deleted file mode 100644
index 48fe88e..000
--- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer/fix-flac-madness.diff
+++ /dev/null
@@ -1,28 +0,0 @@
 /tmp/configure.in  2009-12-02 16:18:33.0 +0100
-+++ SDL_mixer-1.2.11/configure.in  2009-12-02 16:20:02.0 +0100
-@@ -413,24 +413,7 @@
-   [], [enable_music_flac_shared=yes])
- if test x$enable_music_flac = xyes; then
- AC_CHECK_HEADER([FLAC/export.h], [have_flac_export=yes])
--if test x$have_flac_export = xyes; then
--LIBS_SAVED="$LIBS"
--LIBS="-lFLAC"
--AC_MSG_CHECKING([for libflac so-name version >= $libflac_ver])
--AC_TRY_RUN([
--#include "FLAC/export.h"
--#include "stdio.h"
--int main( int argc, char *argv[] ) {
--#if defined(FLAC_API_VERSION_CURRENT) && (FLAC_API_VERSION_CURRENT >= 
$libflac_ver)
--return 0;
--#else
--return 1;
--#endif
--}
--], have_flac_ver=yes, have_flac_ver=no)
--LIBS="$LIBS_SAVED"
--AC_MSG_RESULT($have_flac_ver)
--fi
-+  have_flac_ver=yes
- 
- if test x$have_flac_ver = xyes; then
- AC_CHECK_HEADER([FLAC/stream_decoder.h], [have_flac_hdr=yes])
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.11.bb 
b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
similarity index 78%
rename from meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.11.bb
rename to meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
index bccbc50..c8fa6ca 100644
--- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.11.bb
+++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb
@@ -1,15 +1,15 @@
 DESCRIPTION = "Simple DirectMedia Layer mixer library."
 SECTION = "libs"
 DEPENDS = "virtual/libsdl flac libmikmod libvorbis  
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
+LICENSE = "zlib"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a37a47a0e579e461474cd03b9e05199d"
 
 SRC_URI = 
"http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz \
-   file://fix-flac-madness.diff \
file://configure.patch \
   "
-SRC_URI[md5sum] = "65ada3d997fe85109191a5fb083f248c"
-SRC_URI[sha256sum] = 
"86145ac39cac6d2c6169c226f937648dca5e89dcd828751763dd174fa9af9cf9"
+
+SRC_URI[md5sum] = "e03ff73d77a55e3572ad0217131dc4a1"
+SRC_URI[sha256sum] = 
"1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a"
 
 S = "${WORKDIR}/SDL_mixer-${PV}"
 
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 11/26] samba: Fix build on Fedora 17

2012-12-16 Thread Martin Jansa
From: Ting Liu 

* Fedora 17 has /bin/perl, this causes samba build to put perl interpreter
  path as /bin/perl But we set perl location for target as /usr/bin/perl

* This mismatch of perl path causes failure of rootfs image creation:
  | error: Failed dependencies:
  | /bin/perl is needed by samba-3.6.8-r3.ppce5500

* MJ: fixed whitespaces

Signed-off-by: Ting Liu 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-connectivity/samba/samba.inc  | 7 ---
 meta-oe/recipes-connectivity/samba/samba_3.6.8.bb | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-connectivity/samba/samba.inc 
b/meta-oe/recipes-connectivity/samba/samba.inc
index d39a84a..416334a 100644
--- a/meta-oe/recipes-connectivity/samba/samba.inc
+++ b/meta-oe/recipes-connectivity/samba/samba.inc
@@ -84,11 +84,12 @@ do_install_append() {
install -d ${D}/var/log/samba
install -d ${D}/var/spool/samba
 
-# Install other stuff not installed by "make install"
-install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_winbind.so 
${D}${libdir}/libnss_winbind.so.2
-install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_wins.so 
${D}${libdir}/libnss_wins.so.2
+   # Install other stuff not installed by "make install"
+   install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_winbind.so 
${D}${libdir}/libnss_winbind.so.2
+   install -m 0644 ${WORKDIR}/${PN}-${PV}/nsswitch/libnss_wins.so 
${D}${libdir}/libnss_wins.so.2
 
rmdir ${D}${base_sbindir}
+   sed -i -e '1s,#!.*perl,#!${USRBINPATH}/env perl,' ${D}${bindir}/findsmb
 }
 
 
diff --git a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb 
b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
index 4750ecb..5722cb6 100644
--- a/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
+++ b/meta-oe/recipes-connectivity/samba/samba_3.6.8.bb
@@ -3,7 +3,7 @@ require samba-basic.inc
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI += "\
 file://config-h.patch \
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 12/26] fakeroot: update to upstream version 1.18.4

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist 

License is now GPLv3

Signed-off-by: Marko Lindqvist 
Signed-off-by: Martin Jansa 
---
 ...t-native_1.12.4.bb => fakeroot-native_1.18.4.bb} |  4 
 .../fakeroot/fakeroot/configure-libtool.patch   | 20 
 .../recipes-core/fakeroot/fakeroot/fix-prefix.patch | 15 ---
 .../{fakeroot_1.12.4.bb => fakeroot_1.18.4.bb}  | 21 +++--
 4 files changed, 11 insertions(+), 49 deletions(-)
 rename meta-oe/recipes-core/fakeroot/{fakeroot-native_1.12.4.bb => 
fakeroot-native_1.18.4.bb} (67%)
 delete mode 100644 
meta-oe/recipes-core/fakeroot/fakeroot/configure-libtool.patch
 delete mode 100644 meta-oe/recipes-core/fakeroot/fakeroot/fix-prefix.patch
 rename meta-oe/recipes-core/fakeroot/{fakeroot_1.12.4.bb => 
fakeroot_1.18.4.bb} (45%)

diff --git a/meta-oe/recipes-core/fakeroot/fakeroot-native_1.12.4.bb 
b/meta-oe/recipes-core/fakeroot/fakeroot-native_1.18.4.bb
similarity index 67%
rename from meta-oe/recipes-core/fakeroot/fakeroot-native_1.12.4.bb
rename to meta-oe/recipes-core/fakeroot/fakeroot-native_1.18.4.bb
index 1e9f15a..a27a60b 100644
--- a/meta-oe/recipes-core/fakeroot/fakeroot-native_1.12.4.bb
+++ b/meta-oe/recipes-core/fakeroot/fakeroot-native_1.18.4.bb
@@ -1,6 +1,5 @@
 require fakeroot_${PV}.bb
 
-SRC_URI += "file://fix-prefix.patch"
 S = "${WORKDIR}/fakeroot-${PV}"
 
 inherit native
@@ -14,6 +13,3 @@ python () {
 }
 
 RDEPENDS_${PN} = "util-linux-native"
-
-SRC_URI[md5sum] = "aaefede2405a40c87438e7e833d69b70"
-SRC_URI[sha256sum] = 
"dbcab1f495b857e67feff882e018ca59958b8d189ff1f76684d28e35463ec29d"
diff --git a/meta-oe/recipes-core/fakeroot/fakeroot/configure-libtool.patch 
b/meta-oe/recipes-core/fakeroot/fakeroot/configure-libtool.patch
deleted file mode 100644
index 46f7df7..000
--- a/meta-oe/recipes-core/fakeroot/fakeroot/configure-libtool.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: fakeroot-1.12.1/configure.ac
-===
 fakeroot-1.12.1.orig/configure.ac
-+++ fakeroot-1.12.1/configure.ac
-@@ -2,14 +2,12 @@
- AC_INIT([fakeroot],[FAKEROOT_VERSION],[sch...@debian.org],[fakeroot])
- AC_PREREQ(2.61)
- AC_CONFIG_MACRO_DIR([build-aux])
--LT_PREREQ(2.1a)
- AC_CANONICAL_TARGET
- AM_INIT_AUTOMAKE
- AM_MAINTAINER_MODE
- AC_CONFIG_HEADERS([config.h])
- AC_PROG_MAKE_SET
--LT_INIT
--LT_LANG(C)
-+AC_PROG_LIBTOOL
- 
- AH_BOTTOM([#if ! HAVE_BUILTIN_EXPECT
- #define __builtin_expect(x, expected_value) (x)
diff --git a/meta-oe/recipes-core/fakeroot/fakeroot/fix-prefix.patch 
b/meta-oe/recipes-core/fakeroot/fakeroot/fix-prefix.patch
deleted file mode 100644
index 3c47bd7..000
--- a/meta-oe/recipes-core/fakeroot/fakeroot/fix-prefix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: fakeroot-1.12.1/scripts/fakeroot.in
-===
 fakeroot-1.12.1.orig/scripts/fakeroot.in
-+++ fakeroot-1.12.1/scripts/fakeroot.in
-@@ -30,8 +30,8 @@
- }
- 
- # strip /bin/fakeroot to find install prefix
--PREFIX=@prefix@
--BINDIR=@bindir@
-+BINDIR=`dirname $0`
-+PREFIX=`dirname ${BINDIR}`
- 
- USEABSLIBPATH=@LDPRELOADABS@
- LIB=lib@fakeroot_transformed@@DLSUFFIX@
diff --git a/meta-oe/recipes-core/fakeroot/fakeroot_1.12.4.bb 
b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
similarity index 45%
rename from meta-oe/recipes-core/fakeroot/fakeroot_1.12.4.bb
rename to meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
index 1cc5602..a277a69 100644
--- a/meta-oe/recipes-core/fakeroot/fakeroot_1.12.4.bb
+++ b/meta-oe/recipes-core/fakeroot/fakeroot_1.18.4.bb
@@ -1,27 +1,28 @@
 DESCRIPTION = "Gives a fake root environment"
 HOMEPAGE = "http://fakeroot.alioth.debian.org";
 SECTION = "base"
-LICENSE = "GPL"
-LIC_FILES_CHKSUM = "file://COPYING;md5=7686b00e9859a1a04043d33452bae823"
-PR = "r2"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
+PR = "r0"
 
 SRC_URI = "\
-  ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.tar.gz \
-  file://configure-libtool.patch \
+  ${DEBIAN_MIRROR}/main/f/fakeroot/fakeroot_${PV}.orig.tar.bz2 \
 "
-   
+
 inherit autotools
 
+do_configure_prepend() {
+mkdir -p ${S}/build-aux
+}
+
 do_install_append() {
 install -d ${D}${includedir}/fakeroot
 install -m 644 *.h ${D}${includedir}/fakeroot
-install -d ${D}${libdir}/libfakeroot/
-oe_libinstall -so libfakeroot ${D}${libdir}/libfakeroot/
 }
 
 # fakeroot needs getopt which is provided by the util-linux package
 RDEPENDS_${PN} = "util-linux"
 
 
-SRC_URI[md5sum] = "aaefede2405a40c87438e7e833d69b70"
-SRC_URI[sha256sum] = 
"dbcab1f495b857e67feff882e018ca59958b8d189ff1f76684d28e35463ec29d"
+SRC_URI[md5sum] = "706171d8d520b1ca1576ac73f2ceb4f3"
+SRC_URI[sha256sum] = 
"0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-b

[oe] [meta-oe][PATCH 07/26] meta-oe: Fix erroneous use of "startline" in LIC_FILES_CHKSUM

2012-12-16 Thread Martin Jansa
From: Paul Eggleton 

"beginline" is the correct parameter name. Checksums have been updated
where necessary (i.e. if the beginning line was something other than the
default of 1).

Signed-off-by: Paul Eggleton 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb   | 2 +-
 meta-oe/recipes-extended/lcdproc/lcdproc5.inc| 2 +-
 meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb | 2 +-
 meta-oe/recipes-extended/tmux/tmux_1.6.bb| 2 +-
 meta-oe/recipes-support/mini-iconv/mini-iconv.bb | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb 
b/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
index 3000dbb..7e0a4fb 100644
--- a/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
+++ b/meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb
@@ -7,7 +7,7 @@ SECTION = "console"
 LICENSE = "GPLv3+"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
-
file://main_common.cc;startline=5;endline=16;md5=0ef2c1bede11c6c9c6c12330d60bc7a7"
+
file://main_common.cc;beginline=5;endline=16;md5=b5a59150a33658cc1ffc31b1a4ffb9f2"
 
 SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"
 SRC_URI[md5sum] = "57b67407e882c6418531d48a2f20d16b"
diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc5.inc 
b/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
index 76669be..4040870 100644
--- a/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
+++ b/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
 DEPENDS = "virtual/libusb0 ncurses"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
-
file://README;startline=60;md5=8237b4d4d80a525b15f8162192e07bee"
+
file://README;beginline=60;md5=637e042cdd3671ba00e78b58ede45d3b"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lcdproc/${P}.tar.gz"
 
diff --git a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb 
b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb
index cf6c212..89b4f06 100644
--- a/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb
+++ b/meta-oe/recipes-extended/socketcan/libsocketcan_0.0.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.pengutronix.de";
 SECTION = "libs/network"
 
 LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = 
"file://src/libsocketcan.c;startline=3;endline=17;md5=2c5c54d58b42d2216f34759062be3ddb"
+LIC_FILES_CHKSUM = 
"file://src/libsocketcan.c;beginline=3;endline=17;md5=97e38adced4385d8fba1ae2437cedee1"
 
 SRCREV = "3a2cec63a4e6212cc63d21008453bd799cfe8774"
 
diff --git a/meta-oe/recipes-extended/tmux/tmux_1.6.bb 
b/meta-oe/recipes-extended/tmux/tmux_1.6.bb
index fa58065..6be2355 100644
--- a/meta-oe/recipes-extended/tmux/tmux_1.6.bb
+++ b/meta-oe/recipes-extended/tmux/tmux_1.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tmux.sourceforge.net";
 SECTION = "console/utils"
 
 LICENSE = "ISC"
-LIC_FILES_CHKSUM = 
"file://tmux.c;startline=3;endline=17;md5=f36d9c9e6c1c24996a88891fdf783d04"
+LIC_FILES_CHKSUM = 
"file://tmux.c;beginline=3;endline=17;md5=8685b4455330a940fab1ff451aa941a0"
 
 DEPENDS = "ncurses libevent sed-native"
 
diff --git a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb 
b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
index 7d5bc68..3150013 100644
--- a/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
+++ b/meta-oe/recipes-support/mini-iconv/mini-iconv.bb
@@ -8,7 +8,7 @@ SECTION = "libs"
 DEPENDS = ""
 PROVIDES = "virtual/libiconv"
 PR = "r0"
-LIC_FILES_CHKSUM = 
"file://iconv.c;startline=1;endline=6;md5=35af9d9924327fe8a0a1fe3a2cb454c8"
+LIC_FILES_CHKSUM = 
"file://iconv.c;beginline=1;endline=6;md5=35af9d9924327fe8a0a1fe3a2cb454c8"
 SRC_URI = 
"http://mirror.meleeweb.net/pub/linux/gentoo/distfiles/mini-iconv.tar.bz2";
 SRC_URI[md5sum] = "84412221e26505a2b3855d4a1cdcd0e0"
 SRC_URI[sha256sum] = 
"3552262bf1bcf8e859a2a3a7adfb0367af8593383e730c492e981477aac0a0d4"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 15/26] geos: add recipe

2012-12-16 Thread Martin Jansa
From: Jan Luebbe 

* MJ: fixed packaging and QA issues

Signed-off-by: Jan Luebbe 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-navigation/geos/geos.inc  | 19 +++
 meta-oe/recipes-navigation/geos/geos_3.3.2.bb |  7 +++
 2 files changed, 26 insertions(+)
 create mode 100644 meta-oe/recipes-navigation/geos/geos.inc
 create mode 100644 meta-oe/recipes-navigation/geos/geos_3.3.2.bb

diff --git a/meta-oe/recipes-navigation/geos/geos.inc 
b/meta-oe/recipes-navigation/geos/geos.inc
new file mode 100644
index 000..eda4ad3
--- /dev/null
+++ b/meta-oe/recipes-navigation/geos/geos.inc
@@ -0,0 +1,19 @@
+DESCRIPTION = "GEOS - Geometry Engine, Open Source"
+HOMEPAGE = "http://trac.osgeo.org/geos/";
+SECTION = "libs"
+
+INC_PR = "r0"
+
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+
+SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2";
+
+inherit autotools pkgconfig
+
+# libgeos-${PV}.so is needed in PV
+FILES_SOLIBSDEV = ""
+FIELS_${PN}-dev = "${libdir}/libgeos.so \
+   ${libdir}/libgeos_c.so"
+FILES_${PN} += " ${libdir}/libgeos-${PV}.so"
+INSANE_SKIP_${PN} = "dev-so"
diff --git a/meta-oe/recipes-navigation/geos/geos_3.3.2.bb 
b/meta-oe/recipes-navigation/geos/geos_3.3.2.bb
new file mode 100644
index 000..e57ca6b
--- /dev/null
+++ b/meta-oe/recipes-navigation/geos/geos_3.3.2.bb
@@ -0,0 +1,7 @@
+require geos.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "5b7270c73fd1c516f368af8fd1962323"
+SRC_URI[sha256sum] = 
"ec64d3a92540a1618aa3b91dc1235caae1c370ec23afd59a2734062bf182ed5b"
+
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 17/26] wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use correct PRINC form

2012-12-16 Thread Martin Jansa
Signed-off-by: Martin Jansa 
---
 .../recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend | 2 +-
 .../recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend | 2 +-
 toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend 
b/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend
index 7ca6c59..f379101 100644
--- 
a/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend
+++ 
b/meta-oe/recipes-qt/packagegroups/packagegroup-qte-toolchain-target.bbappend
@@ -1,3 +1,3 @@
 RDEPENDS_${PN} += "qwt-e-dev"
 
-PRINC = "1"
+PRINC := "${@int(PRINC) + 1}"
diff --git 
a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
 
b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
index a4dceb4..609a1f3 100644
--- 
a/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
+++ 
b/meta-systemd/oe-core/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bbappend
@@ -1,4 +1,4 @@
-PRINC = "2"
+PRINC := "${@int(PRINC) + 2}"
 
 inherit systemd
 
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc 
b/toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc
index cbb90e9..f6b4929 100644
--- a/toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc
+++ b/toolchain-layer/recipes-devtools/gcc/gcc-common-4.6.inc
@@ -1,4 +1,4 @@
 # this will prepend this layer to FILESPATH
 FILESEXTRAPATHS := "${THISDIR}/gcc-4.6"
-PRINC = "6"
+PRINC := "${@int(PRINC) + 6}"
 ARM_INSTRUCTION_SET = "arm"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 16/26] libspatialite: add recipe

2012-12-16 Thread Martin Jansa
From: Jan Luebbe 

Signed-off-by: Jan Luebbe 
Signed-off-by: Martin Jansa 
---
 .../libspatialite/libspatialite.inc|  16 ++
 .../fix-the-configure-script-and-freexl.patch  | 200 +
 .../libspatialite/libspatialite_3.0.1.bb   |   9 +
 3 files changed, 225 insertions(+)
 create mode 100644 meta-oe/recipes-navigation/libspatialite/libspatialite.inc
 create mode 100644 
meta-oe/recipes-navigation/libspatialite/libspatialite/fix-the-configure-script-and-freexl.patch
 create mode 100644 
meta-oe/recipes-navigation/libspatialite/libspatialite_3.0.1.bb

diff --git a/meta-oe/recipes-navigation/libspatialite/libspatialite.inc 
b/meta-oe/recipes-navigation/libspatialite/libspatialite.inc
new file mode 100644
index 000..f51b3a5
--- /dev/null
+++ b/meta-oe/recipes-navigation/libspatialite/libspatialite.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Library extending the SQLite core to support fully fledged 
Spatial SQL capabilities"
+HOMEPAGE = "https://www.gaia-gis.it/fossil/libspatialite/";
+SECTION = "libs"
+DEPENDS = "proj geos"
+
+INC_PR = "r0"
+
+LICENSE = "MPLv1.1 GPLv2+ LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e"
+
+SRC_URI = 
"http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz";
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-freexl=no"
+
diff --git 
a/meta-oe/recipes-navigation/libspatialite/libspatialite/fix-the-configure-script-and-freexl.patch
 
b/meta-oe/recipes-navigation/libspatialite/libspatialite/fix-the-configure-script-and-freexl.patch
new file mode 100644
index 000..0cd0c3f
--- /dev/null
+++ 
b/meta-oe/recipes-navigation/libspatialite/libspatialite/fix-the-configure-script-and-freexl.patch
@@ -0,0 +1,200 @@
+From upstream fossil repo, extracted via git, dropping configure.ac for 
amalgamation
+
+From: sandro 
+Date: Sat, 21 Jan 2012 16:53:28 +
+Subject: [PATCH] fixing the ./configure script: --enable-geocallbacks=no is
+ the new default and fixing some flaws for
+ --enable-freexl=no
+
+---
+ configure   |   20 ++--
+ configure.ac|   20 ++--
+ src/shapefiles/shapefiles.c |2 ++
+ 4 files changed, 32 insertions(+), 30 deletions(-)
+
+diff --git a/configure b/configure
+index e8cf620..917bfca 100755
+--- a/configure
 b/configure
+@@ -1410,7 +1410,7 @@ Optional Features:
+   optimize for fast installation [default=yes]
+   --disable-libtool-lock  avoid locking (might break parallel builds)
+   --enable-mathsqlenables SQL math functions [default=yes]
+-  --enable-geocallbacks   enables geometry callbacks [default=yes]
++  --enable-geocallbacks   enables geometry callbacks [default=no]
+   --enable-proj   enables PROJ.4 inclusion [default=yes]
+   --enable-geos   enables GEOS inclusion [default=yes]
+   --enable-geosadvanced   enables GEOS advanced features [default=yes]
+@@ -16980,7 +16980,7 @@ ac_config_files="$ac_config_files Makefile 
src/Makefile src/headers/Makefile src
+ if test "${enable_mathsql+set}" = set; then :
+   enableval=$enable_mathsql;
+ else
+-  mathsql=yes
++  enable_mathsql=yes
+ fi
+ 
+ if test x"$enable_mathsql" != "xno"; then
+@@ -16998,10 +16998,10 @@ fi
+ if test "${enable_geocallbacks+set}" = set; then :
+   enableval=$enable_geocallbacks;
+ else
+-  geocallbacks=yes
++  enable_geocallbacks=no
+ fi
+ 
+-if test x"$enable_geocallbacks" != "xno"; then
++if test x"$enable_geocallbacks" == "xyes"; then
+   OMIT_GEOCALLBACKS_FLAGS=
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 
sqlite3_rtree_geometry_callback in -lsqlite3" >&5
+ $as_echo_n "checking for sqlite3_rtree_geometry_callback in -lsqlite3... " 
>&6; }
+@@ -17063,7 +17063,7 @@ fi
+ if test "${enable_proj+set}" = set; then :
+   enableval=$enable_proj;
+ else
+-  proj=yes
++  enable_proj=yes
+ fi
+ 
+ if test x"$enable_proj" != "xno"; then
+@@ -17153,7 +17153,7 @@ fi
+ if test "${enable_geos+set}" = set; then :
+   enableval=$enable_geos;
+ else
+-  geos=yes
++  enable_geos=yes
+ fi
+ 
+ if test x"$enable_geos" != "xno"; then
+@@ -17237,7 +17237,7 @@ fi
+ if test "${enable_geosadvanced+set}" = set; then :
+   enableval=$enable_geosadvanced;
+ else
+-  geosadvanced=yes
++  enable_geosadvanced=yes
+ fi
+ 
+   if test x"$enable_geosadvanced" != "xno"; then
+@@ -17316,7 +17316,7 @@ fi
+ if test "${enable_iconv+set}" = set; then :
+   enableval=$enable_iconv;
+ else
+-  geos=yes
++  enable_iconv=yes
+ fi
+ 
+ if test x"$enable_iconv" != "xno"; then
+@@ -17579,7 +17579,7 @@ fi
+ if test "${enable_freexl+set}" = set; then :
+   enableval=$enable_freexl;
+ else
+-  proj=yes
++  enable_freexl=yes
+ fi
+ 
+ if test x"$enable_freexl" != "xno"; then
+@@ -17669,7 +17669,7 @@ fi
+ if test "${enable_epsg+set}" = set; then :
+   enableval=$enable_epsg;
+ else
+-  epsg=yes
++  enable_epsg=yes
+ fi
+ 
+ if test x"$enable_epsg" != "xno"; then
+diff --git a/configure.ac b/configure.ac
+i

Re: [oe] [meta-oe][PATCH] rng-tools: Fixes for latest OE layouts

2012-12-16 Thread Martin Jansa
On Fri, Dec 14, 2012 at 02:05:48PM -0700, Gary Thomas wrote:
> The current recipe has a few installation errors:
>   * The manipulation of configurable paths drops a '/'
>   * The init script defaults are placed in the wrong file
>   * Finer control over init script start/stop
>   * The default device is non-standard
> 
> This patch fixes these little nits and makes the package usable again.
> 
> Signed-off-by: Gary Thomas 
> ---
>  meta-oe/recipes-support/rng-tools/files/default  |3 ++-
>  meta-oe/recipes-support/rng-tools/rng-tools_2.bb |5 +++--
>  2 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-oe/recipes-support/rng-tools/files/default 
> b/meta-oe/recipes-support/rng-tools/files/default
> index ab7cd93..7aede9b 100644
> --- a/meta-oe/recipes-support/rng-tools/files/default
> +++ b/meta-oe/recipes-support/rng-tools/files/default
> @@ -1,2 +1,3 @@
>  # Specify rng device
> -RNG_DEVICE=/dev/hwrng
> +#RNG_DEVICE=/dev/hwrng
> +RNG_DEVICE=/dev/urandom
> diff --git a/meta-oe/recipes-support/rng-tools/rng-tools_2.bb 
> b/meta-oe/recipes-support/rng-tools/rng-tools_2.bb
> index ef753cf..b94854a 100644
> --- a/meta-oe/recipes-support/rng-tools/rng-tools_2.bb
> +++ b/meta-oe/recipes-support/rng-tools/rng-tools_2.bb
> @@ -15,12 +15,13 @@ inherit autotools update-rc.d
>  do_install_append() {
>  install -d "${D}${sysconfdir}/init.d"
>  install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/rng-tools
> -sed -i -e 's,/etc/,${sysconfdir}/,' -e 's,/usr/sbin/,${sbindir},' \
> +sed -i -e 's,/etc/,${sysconfdir}/,' -e 's,/usr/sbin/,${sbindir}/,' \
>  ${D}${sysconfdir}/init.d/rng-tools
>  
>  install -d "${D}${sysconfdir}/default"
> -install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/default
> +install -m 0644 ${WORKDIR}/default ${D}${sysconfdir}/rng-tools
>  }
>  
>  INITSCRIPT_NAME = "rng-tools"
>  INITSCRIPT_PARAMS = "defaults"
> +INITSCRIPT_PARAMS = "start 30 S . stop 30 0 6 1 ."

Why do you add 2nd INITSCRIPT_PARAMS ?

Cheers,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 06/26] florence: added gnome-doc-utils and libnotify to dependencies

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz 

gnome-doc-utils due to this:

| autoreconf: Entering directory `.'
| autoreconf: configure.ac: not using Gettext
| autoreconf: running: aclocal 
--system-acdir=/home/hrw/HDD/devel/canonical/aarch64/CLEAN/build/tmp-eglibc/work/aarch64-oe-linux/florence/0.5.1-r1/florence-0.5.1/aclocal-copy/
 
--automake-acdir=/home/hrw/HDD/devel/canonical/aarch64/CLEAN/build/tmp-eglibc/sysroots/x86_64-linux/usr/share/aclocal-1.12
 --force
| autoreconf: configure.ac: tracing
| autoreconf: configure.ac: not using Libtool
| autoreconf: running: 
/home/hrw/HDD/devel/canonical/aarch64/CLEAN/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/autoconf
 --force
| autoreconf: running: 
/home/hrw/HDD/devel/canonical/aarch64/CLEAN/build/tmp-eglibc/sysroots/x86_64-linux/usr/bin/autoheader
 --force
| autoreconf: running: automake --foreign --add-missing --copy --force-missing
| gnome-doc-utils.make:63: error: HAVE_GNOME_DOC_UTILS does not appear in 
AM_CONDITIONAL
| docs/Makefile.am:1:   'gnome-doc-utils.make' included from here
| gnome-doc-utils.make:143: error: ENABLE_SK does not appear in AM_CONDITIONAL
| docs/Makefile.am:1:   'gnome-doc-utils.make' included from here
| gnome-doc-utils.make:192: error: ENABLE_SK does not appear in AM_CONDITIONAL
| docs/Makefile.am:1:   'gnome-doc-utils.make' included from here
| src/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or 
'*_CPPFLAGS')
| autoreconf: automake failed with exit status: 1
| ERROR: autoreconf execution failed.

libnotify due to:

| configure:7503: checking for LIBNOTIFY
| configure:7510: $PKG_CONFIG --exists --print-errors "libnotify"
| Package libnotify was not found in the pkg-config search path.
| Perhaps you should add the directory containing `libnotify.pc'
| to the PKG_CONFIG_PATH environment variable
| No package 'libnotify' found

Signed-off-by: Marcin Juszkiewicz 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-support/florence/florence_0.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/florence/florence_0.5.1.bb 
b/meta-oe/recipes-support/florence/florence_0.5.1.bb
index dcbcefa..56d8914 100644
--- a/meta-oe/recipes-support/florence/florence_0.5.1.bb
+++ b/meta-oe/recipes-support/florence/florence_0.5.1.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
 PR = "r1"
 
-DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native"
+DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo intltool-native 
gnome-doc-utils libnotify"
 
 SRC_URI = 
"http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/florence-0.5.1.tar.bz2
 \
file://0001-Fix-glib-includes.patch"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 09/26] libnl: remove

2012-12-16 Thread Martin Jansa
From: Paul Eggleton 

Version 3.2.14 is now in OE-Core.

Signed-off-by: Paul Eggleton 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-support/libnl/libnl_3.2.9.bb | 52 
 1 file changed, 52 deletions(-)
 delete mode 100644 meta-oe/recipes-support/libnl/libnl_3.2.9.bb

diff --git a/meta-oe/recipes-support/libnl/libnl_3.2.9.bb 
b/meta-oe/recipes-support/libnl/libnl_3.2.9.bb
deleted file mode 100644
index 11b901c..000
--- a/meta-oe/recipes-support/libnl/libnl_3.2.9.bb
+++ /dev/null
@@ -1,52 +0,0 @@
-DESCRIPTION = "libnl is a library for applications dealing with netlink 
sockets."
-HOMEPAGE = "http://www.infradead.org/~tgr/libnl/";
-SECTION = "libs/network"
-
-PE = "1"
-
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-
-DEPENDS = "flex-native bison-native"
-
-SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz";
-
-SRC_URI[md5sum] = "c13adec0239b266207fff07d79e5ce9e"
-SRC_URI[sha256sum] = 
"9f23e9460bd9bb7fbe09af5eb281e4a43a26fa245ea864ed5e28fe4e8118af63"
-
-inherit autotools pkgconfig
-
-do_install_append() {
-# make wpa-supplicant happy
-# TODO: when moving to oe-core fix at wpa-supplicant
-# (e.g src/drivers/drivers.mak)
-cd ${D}${includedir}
-ln -sf libnl3/netlink netlink
-cd ${D}${libdir}
-ln -sf libnl-3.so.200 libnl.so
-ln -sf libnl-3.so.200 libnl.so.3
-ln -sf libnl-genl-3.so.200 libnl-genl.so
-ln -sf libnl-genl-3.so.200 libnl-genl.so.3
-}
-
-FILES_${PN} = "${libdir}/libnl-3.so.* \
-   ${libdir}/libnl.so.* \
-   ${sysconfdir}"
-RREPLACES_${PN} = "libnl2"
-RCONFLICTS_${PN} = "libnl2"
-FILES_${PN}-dbg += "${libdir}/libnl/cli/*/.debug"
-FILES_${PN}-dev += "${libdir}/libnl/cli/*/*.so \
-${libdir}/libnl/cli/*/*.la"
-FILES_${PN}-staticdev += "${libdir}/libnl/cli/*/*.a"
-
-PACKAGES += "${PN}-cli ${PN}-route ${PN}-nf ${PN}-genl"
-FILES_${PN}-cli   = "${libdir}/libnl-cli-3.so.* \
- ${libdir}/libnl/cli/*/*.so.* \
- ${sbindir}/nl-*"
-FILES_${PN}-route = "${libdir}/libnl-route-3.so.*"
-FILES_${PN}-nf= "${libdir}/libnl-nf-3.so.*"
-FILES_${PN}-genl  = "${libdir}/libnl-genl-3.so.* \
- ${libdir}/libnl-genl.so.* \
- ${sbindir}/genl-ctrl-list"
-RREPLACES_${PN}-genl = "libnl-genl2 libnl-genl-3-200"
-RCONFLICTS_${PN}-genl = "libnl-genl2 libnl-genl-3-200"
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 05/26] xterm: added gnu-configize for AArch64 support

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz 

Signed-off-by: Marcin Juszkiewicz 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-graphics/xorg-app/xterm_277.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb 
b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
index f68e23c..18abe35 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_277.bb
@@ -15,6 +15,7 @@ EXTRA_OECONF = " --x-includes=${STAGING_INCDIR} \
  --disable-setuid"
 
 do_configure() {
+gnu-configize --force
 sed -e "s%/usr/contrib/X11R6%${STAGING_LIBDIR}%g" -i configure
 oe_runconf
 }
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 13/26] python-numpy: add missing runtime dependencies

2012-12-16 Thread Martin Jansa
From: Ross Burton 

MJ: added PR bump

Signed-off-by: Ross Burton 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb 
b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
index 031d1cf..2bede09 100644
--- a/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
+++ b/meta-oe/recipes-devtools/python/python-numpy_1.4.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A sophisticated Numeric Processing Package for 
Python"
 SECTION = "devel/python"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
${CONFIGFILESURI} \
@@ -37,4 +37,6 @@ FILES_${PN}-staticdev += 
"${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a"
 RDEPENDS_${PN} = "python-unittest \
   python-difflib \
   python-pprint \
+  python-pickle \
+  python-shell \
  "
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 10/26] gtk+3: add libxi dependency

2012-12-16 Thread Martin Jansa
From: Marko Lindqvist 

Without even compile fails:
| In file included from gdkdevice-xi.c:24:0:
| gdkdeviceprivate-xi.h:28:35: fatal error: X11/extensions/XInput.h: No such 
file or directory

Signed-off-by: Marko Lindqvist 
Signed-off-by: Martin Jansa 
---
 meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb 
b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb
index 854ba41..55397cc 100644
--- a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb
+++ b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
 
 DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \
gtk-doc-native docbook-utils-native libxrandr libgcrypt \
-   libxdamage libxrender libxcomposite cairo gdk-pixbuf gtk+-native"
+   libxdamage libxrender libxcomposite libxi cairo gdk-pixbuf 
gtk+-native"
 
 LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+"
 
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 14/26] proj: add recipe

2012-12-16 Thread Martin Jansa
From: Jan Luebbe 

Signed-off-by: Jan Luebbe 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-navigation/proj/proj.inc  | 13 +
 meta-oe/recipes-navigation/proj/proj_4.7.0.bb |  7 +++
 2 files changed, 20 insertions(+)
 create mode 100644 meta-oe/recipes-navigation/proj/proj.inc
 create mode 100644 meta-oe/recipes-navigation/proj/proj_4.7.0.bb

diff --git a/meta-oe/recipes-navigation/proj/proj.inc 
b/meta-oe/recipes-navigation/proj/proj.inc
new file mode 100644
index 000..f6275d1
--- /dev/null
+++ b/meta-oe/recipes-navigation/proj/proj.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "PROJ.4 - Cartographic Projections Library"
+HOMEPAGE = "http://trac.osgeo.org/proj/";
+SECTION = "libs"
+
+INC_PR = "r0"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=74d9aaec5fa0cd734341e8c4dc91b608"
+
+SRC_URI = "http://download.osgeo.org/proj/proj-${PV}.tar.gz";
+
+inherit autotools pkgconfig
+
diff --git a/meta-oe/recipes-navigation/proj/proj_4.7.0.bb 
b/meta-oe/recipes-navigation/proj/proj_4.7.0.bb
new file mode 100644
index 000..8e4f901
--- /dev/null
+++ b/meta-oe/recipes-navigation/proj/proj_4.7.0.bb
@@ -0,0 +1,7 @@
+require proj.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "927d34623b52e0209ba2bfcca18fe8cd"
+SRC_URI[sha256sum] = 
"fc5440002a496532bfaf423c28bdfaf9e26cc96c84ccefcdefde911efbd98986"
+
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 04/26] dialog: added gnu-configize for AArch64 support

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz 

Signed-off-by: Marcin Juszkiewicz 
Signed-off-by: Martin Jansa 
---
 meta-oe/recipes-extended/dialog/dialog.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-extended/dialog/dialog.inc 
b/meta-oe/recipes-extended/dialog/dialog.inc
index 03b0aa7..27e4e60 100644
--- a/meta-oe/recipes-extended/dialog/dialog.inc
+++ b/meta-oe/recipes-extended/dialog/dialog.inc
@@ -19,6 +19,7 @@ EXTRA_OECONF = "--with-ncurses \
 --disable-rpath-hack"
 
 do_configure() {
+gnu-configize --force
 sed -i 's,${cf_ncuconfig_root}6-config,${cf_ncuconfig_root}-config,g' -i 
configure
 oe_runconf
 }
-- 
1.8.0.2


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 02/26] modemmanager: update to 0.6.0.0

2012-12-16 Thread Martin Jansa
From: Marcin Juszkiewicz 

* All *.a files moved to -staticdev
* MJ: fixed *.la packaging

Signed-off-by: Marcin Juszkiewicz 
Signed-off-by: Martin Jansa 
---
 .../dont-include-private-glib-headers.patch| 94 --
 ...modemmanager_0.5.bb => modemmanager_0.6.0.0.bb} | 16 ++--
 2 files changed, 9 insertions(+), 101 deletions(-)
 delete mode 100644 
meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch
 rename meta-oe/recipes-connectivity/networkmanager/{modemmanager_0.5.bb => 
modemmanager_0.6.0.0.bb} (59%)

diff --git 
a/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch
 
b/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch
deleted file mode 100644
index 71dffc0..000
--- 
a/meta-oe/recipes-connectivity/networkmanager/modemmanager/dont-include-private-glib-headers.patch
+++ /dev/null
@@ -1,94 +0,0 @@
-From 28f64090dfa15097587bbea69209df10b8ab8593 Mon Sep 17 00:00:00 2001
-From: Aleksander Morgado 
-Date: Mon, 24 Oct 2011 19:09:11 +
-Subject: core: don't include private headers from glib
-
-The "glib/gtypes.h" is now considered private, and only "glib.h" should be
-included directly.

-diff --git a/src/mm-at-serial-port.h b/src/mm-at-serial-port.h
-index 5d5f13f..cec5dc3 100644
 a/src/mm-at-serial-port.h
-+++ b/src/mm-at-serial-port.h
-@@ -18,7 +18,6 @@
- #define MM_AT_SERIAL_PORT_H
- 
- #include 
--#include 
- #include 
- 
- #include "mm-serial-port.h"
-diff --git a/src/mm-manager.h b/src/mm-manager.h
-index 1c98458..c6a64bd 100644
 a/src/mm-manager.h
-+++ b/src/mm-manager.h
-@@ -17,7 +17,6 @@
- #ifndef MM_MANAGER_H
- #define MM_MANAGER_H
- 
--#include 
- #include 
- #include 
- #include "mm-modem.h"
-diff --git a/src/mm-modem-base.h b/src/mm-modem-base.h
-index 933aae1..be11af6 100644
 a/src/mm-modem-base.h
-+++ b/src/mm-modem-base.h
-@@ -18,7 +18,6 @@
- #define MM_MODEM_BASE_H
- 
- #include 
--#include 
- #include 
- 
- #include "mm-port.h"
-diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h
-index 4b0932c..5b049a4 100644
 a/src/mm-plugin-base.h
-+++ b/src/mm-plugin-base.h
-@@ -17,7 +17,6 @@
- #define MM_PLUGIN_BASE_H
- 
- #include 
--#include 
- #include 
- 
- #define G_UDEV_API_IS_SUBJECT_TO_CHANGE
-diff --git a/src/mm-port.h b/src/mm-port.h
-index 4bcffd4..df935db 100644
 a/src/mm-port.h
-+++ b/src/mm-port.h
-@@ -17,7 +17,6 @@
- #define MM_PORT_H
- 
- #include 
--#include 
- #include 
- 
- typedef enum {
-diff --git a/src/mm-qcdm-serial-port.h b/src/mm-qcdm-serial-port.h
-index 2786ee8..605016d 100644
 a/src/mm-qcdm-serial-port.h
-+++ b/src/mm-qcdm-serial-port.h
-@@ -18,7 +18,6 @@
- #define MM_QCDM_SERIAL_PORT_H
- 
- #include 
--#include 
- #include 
- 
- #include "mm-serial-port.h"
-diff --git a/src/mm-serial-port.h b/src/mm-serial-port.h
-index eb12cbb..9450926 100644
 a/src/mm-serial-port.h
-+++ b/src/mm-serial-port.h
-@@ -18,7 +18,6 @@
- #define MM_SERIAL_PORT_H
- 
- #include 
--#include 
- #include 
- 
- #include "mm-port.h"
---
-cgit v0.9.0.2-2-gbebe
diff --git a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb 
b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
similarity index 59%
rename from meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb
rename to meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
index 55e083a..60a5425 100644
--- a/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.5.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/modemmanager_0.6.0.0.bb
@@ -3,23 +3,25 @@ DEPENDS = "ppp udev glib-2.0"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-PR = "r1"
+PR = "r0"
 
 inherit gnome gettext
 
-SRC_URI = 
"${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.bz2
 \
-file://dont-include-private-glib-headers.patch" 
+SRC_URI = 
"${GNOME_MIRROR}/ModemManager/${@gnome_verdir("${PV}")}/ModemManager-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "cd04109506e88bf4c4cd3e7ce0034c08"
-SRC_URI[sha256sum] = 
"108de70537b1193634883fa6b3642b130a23f4c04d901cb15caeceb486af6152"
+SRC_URI[md5sum] = "f32640f6672d997ec0887307186e9639"
+SRC_URI[sha256sum] = 
"d4468300cf4aa7baf21c8564fa515e578056f34de5a64f452b053331f89e8ae2"
 
 S = "${WORKDIR}/ModemManager-${PV}"
 
 FILES_${PN}-dbg += "${libdir}/ModemManager/.debug \
 ${libdir}/pppd/*/.debug"
 FILES_${PN}-dev += "${datadir}/dbus-1/interfaces \
-${libdir}/ModemManager/*a \
-${libdir}/pppd/*/*a"
+${libdir}/pppd/*/*.la \
+${libdir}/ModemManager/*.la"
+FILES_${PN}-staticdev += "\
+  ${libdir}/ModemManager/*.a \
+  ${libdir}/pppd/*/*.a"
 FILES_${PN} += "${datadir}/dbus-1/*services/ \
 ${libdir}/ModemManager/*.so \
 ${libdir}/pppd/*/*.so \
-- 
1.8.0.

[oe] [meta-oe][PATCH 00/26] [meta-oe] Pending patches from patchwork

2012-12-16 Thread Martin Jansa
Consolidated pull request including some older patches from patchwork.
Modified patches have "MJ: foo" in commit message.

I'll merge this tomorrow unless someone shouts.

The following changes since commit 93f954c334777d542ee3a54634def14fe801f9d5:

  Merge remote-tracking branch 'meta-oe-contrib/jansa/pull' (2012-12-14 
19:41:15 +0100)

are available in the git repository at:


  git://git.openembedded.org/meta-openembedded-contrib jansa/pull
  
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull

Jan Luebbe (3):
  proj: add recipe
  geos: add recipe
  libspatialite: add recipe

Marcin Juszkiewicz (8):
  modemmanager: update to 0.6.0.0
  samba: added gnu-configize for AArch64 support
  dialog: added gnu-configize for AArch64 support
  xterm: added gnu-configize for AArch64 support
  florence: added gnome-doc-utils and libnotify to dependencies
  postgresql: disable spinlocks for AArch64
  libgcc: s/virtclass/class/ to make it up-to-date
  gcc-cross-canadian 4.6: fix dependencies to be nativesdk-* not
*-nativesdk

Marko Lindqvist (5):
  gtk+3: add libxi dependency
  fakeroot: update to upstream version 1.18.4
  lua: update to upstream version 5.1.5
  libsdl-image: update to upstream version 1.2.12
  libsdl-mixer: update to upstream version 1.2.12

Martin Jansa (4):
  udev: remove from meta-oe
  wpa-supplicant, gcc-common-4.6, packagegroup-qte-toolchain-target: use
correct PRINC form
  lvm2: upgrade to 2.02.97 which is compatible with newer udev
  cryptsetup: import from oe-classic

Paul Eggleton (3):
  meta-oe: Fix erroneous use of "startline" in LIC_FILES_CHKSUM
  meta-networking: Fix erroneous use of "startline" in LIC_FILES_CHKSUM
  libnl: remove

Ross Burton (1):
  python-numpy: add missing runtime dependencies

Ting Liu (1):
  samba: Fix build on Fedora 17

Yauhen Kharuzhy (1):
  krb5: import from OE-Classic

 meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb   |   2 +-
 .../recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb   |   4 +-
 meta-networking/recipes-support/mtr/mtr_0.82.bb|   2 +-
 meta-networking/recipes-support/tunctl/tunctl.inc  |   2 +-
 .../dont-include-private-glib-headers.patch|  94 -
 ...modemmanager_0.5.bb => modemmanager_0.6.0.0.bb} |  16 +-
 meta-oe/recipes-connectivity/samba/samba.inc   |   7 +-
 meta-oe/recipes-connectivity/samba/samba_3.6.8.bb  |   3 +-
 ...-native_1.12.4.bb => fakeroot-native_1.18.4.bb} |   4 -
 .../fakeroot/fakeroot/configure-libtool.patch  |  20 --
 .../fakeroot/fakeroot/fix-prefix.patch |  15 --
 .../{fakeroot_1.12.4.bb => fakeroot_1.18.4.bb} |  21 +-
 ...-generation-it-depends-on-a-working-docto.patch |  45 
 meta-oe/recipes-core/udev/udev/cache   |  24 ---
 meta-oe/recipes-core/udev/udev/default |   4 -
 meta-oe/recipes-core/udev/udev/gtk-doc.make| 230 -
 meta-oe/recipes-core/udev/udev/init|  73 ---
 meta-oe/recipes-core/udev/udev/modprobe.rules  |  17 --
 meta-oe/recipes-core/udev/udev/touchscreen.rules   |  18 --
 meta-oe/recipes-core/udev/udev_173.bb  | 116 ---
 meta-oe/recipes-core/udev/udev_175.bb  |  91 
 meta-oe/recipes-core/udev/udev_182.bb  |  86 
 .../lua/lua5.1/bitwise_operators.patch | 143 ++---
 meta-oe/recipes-devtools/lua/lua5.1/lua5.1.pc  |   2 +-
 .../lua/{lua5.1_5.1.4.bb => lua5.1_5.1.5.bb}   |   9 +-
 .../recipes-devtools/python/python-numpy_1.4.1.bb  |   4 +-
 meta-oe/recipes-extended/ddrescue/ddrescue_1.16.bb |   2 +-
 meta-oe/recipes-extended/dialog/dialog.inc |   1 +
 meta-oe/recipes-extended/lcdproc/lcdproc5.inc  |   2 +-
 .../socketcan/libsocketcan_0.0.8.bb|   2 +-
 meta-oe/recipes-extended/tmux/tmux_1.6.bb  |   2 +-
 meta-oe/recipes-graphics/xorg-app/xterm_277.bb |   1 +
 ...bsdl-image_1.2.10.bb => libsdl-image_1.2.12.bb} |  11 +-
 .../libsdl-mixer/libsdl-mixer/configure.patch  |   9 +-
 .../libsdl-mixer/fix-flac-madness.diff |  28 ---
 ...bsdl-mixer_1.2.11.bb => libsdl-mixer_1.2.12.bb} |  10 +-
 meta-oe/recipes-navigation/geos/geos.inc   |  19 ++
 meta-oe/recipes-navigation/geos/geos_3.3.2.bb  |   7 +
 .../libspatialite/libspatialite.inc|  16 ++
 .../fix-the-configure-script-and-freexl.patch  | 200 ++
 .../libspatialite/libspatialite_3.0.1.bb   |   9 +
 meta-oe/recipes-navigation/proj/proj.inc   |  13 ++
 meta-oe/recipes-navigation/proj/proj_4.7.0.bb  |   7 +
 .../packagegroup-qte-toolchain-target.bbappend |   2 +-
 .../recipes-support/cryptsetup/cryptsetup_1.1.3.bb |  18 ++
 meta-oe/recipes-support/florence/florence_0.5.1.bb |   2 +-
 meta-oe/recipes-support/libnl/libnl_3.2.9.bb   |  52 -
 meta-oe/recipes-support/lvm2/lvm2_2.02.85.bb   |   7 -
 meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb   |   6 +
 meta-oe/recipes-support/mini-iconv/mini-iconv.bb

[oe] [meta-oe][PATCH 01/26] udev: remove from meta-oe

2012-12-16 Thread Martin Jansa
* udev-182 is now also in oe-core, there is quite big diff between meta-oe 
version and oe-core version
  but I guess that most of meta-oe users are now also using meta-systemd layer 
and udev provided by systemd recipe

* sending as RFC because I'm using udev provided by systemd recipe
  and cannot test this properly on my targets, please test and report

Signed-off-by: Martin Jansa 
---
 ...-generation-it-depends-on-a-working-docto.patch |  45 
 meta-oe/recipes-core/udev/udev/cache   |  24 ---
 meta-oe/recipes-core/udev/udev/default |   4 -
 meta-oe/recipes-core/udev/udev/gtk-doc.make| 230 -
 meta-oe/recipes-core/udev/udev/init|  73 ---
 meta-oe/recipes-core/udev/udev/modprobe.rules  |  17 --
 meta-oe/recipes-core/udev/udev/touchscreen.rules   |  18 --
 meta-oe/recipes-core/udev/udev_173.bb  | 116 ---
 meta-oe/recipes-core/udev/udev_175.bb  |  91 
 meta-oe/recipes-core/udev/udev_182.bb  |  86 
 10 files changed, 704 deletions(-)
 delete mode 100644 
meta-oe/recipes-core/udev/udev/0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch
 delete mode 100644 meta-oe/recipes-core/udev/udev/cache
 delete mode 100644 meta-oe/recipes-core/udev/udev/default
 delete mode 100644 meta-oe/recipes-core/udev/udev/gtk-doc.make
 delete mode 100644 meta-oe/recipes-core/udev/udev/init
 delete mode 100644 meta-oe/recipes-core/udev/udev/modprobe.rules
 delete mode 100644 meta-oe/recipes-core/udev/udev/touchscreen.rules
 delete mode 100644 meta-oe/recipes-core/udev/udev_173.bb
 delete mode 100644 meta-oe/recipes-core/udev/udev_175.bb
 delete mode 100644 meta-oe/recipes-core/udev/udev_182.bb

diff --git 
a/meta-oe/recipes-core/udev/udev/0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch
 
b/meta-oe/recipes-core/udev/udev/0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch
deleted file mode 100644
index baf5acd..000
--- 
a/meta-oe/recipes-core/udev/udev/0001-rip-put-doc-generation-it-depends-on-a-working-docto.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 85dcc3a22951d3586b05e3305d735f33b84ee3e5 Mon Sep 17 00:00:00 2001
-From: Koen Kooi 
-Date: Mon, 16 May 2011 14:11:01 +0200
-Subject: [PATCH] rip put doc generation, it depends on a working doctools setup
-
-Signed-off-by: Koen Kooi 

- Makefile.am |   21 +
- 1 files changed, 1 insertions(+), 20 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 651a154..69eb9d9 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -174,26 +174,7 @@ udev_udevadm_LDADD = libudev/libudev-private.la
- # 
--
- # udev man pages
- # 
--
--dist_man_MANS = \
--  udev/udev.7 \
--  udev/udevadm.8 \
--  udev/udevd.8
--
--dist_noinst_DATA = \
--  udev/udev.html \
--  udev/udevadm.html \
--  udev/udevd.html
--
--EXTRA_DIST += \
--  udev/udev.xml \
--  udev/udevadm.xml \
--  udev/udevd.xml
--
--udev/%.7 udev/%.8 : udev/%.xml
--  $(AM_V_GEN)$(XSLTPROC) -o $@ -nonet 
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
--
--udev/%.html : udev/%.xml
--  $(AM_V_GEN)$(XSLTPROC) -o $@ -nonet 
http://docbook.sourceforge.net/release/xsl/current/xhtml-1_1/docbook.xsl $<
-+dist_man_MANS = 
- 
- # 
--
- # udev tests
--- 
-1.6.6.1
-
diff --git a/meta-oe/recipes-core/udev/udev/cache 
b/meta-oe/recipes-core/udev/udev/cache
deleted file mode 100644
index 6936170..000
--- a/meta-oe/recipes-core/udev/udev/cache
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh -e
-
-export TZ=/etc/localtime
-
-[ -f /etc/default/udev ] && . /etc/default/udev
-
-echo "Caching udev devnodes"
-
-if [ "$DEVCACHE" != "" ]; then
-   echo -n "Populating dev cache"
-   (cd /; tar cf $DEVCACHE dev)
-   mv /tmp/uname /etc/udev/saved.uname
-   mv /tmp/cmdline /etc/udev/saved.cmdline
-   mv /tmp/devices /etc/udev/saved.devices
-   mv /tmp/atags /etc/udev/saved.atags
-   echo
-else
-   rm -f /tmp/uname
-   rm -f /tmp/cmdline
-   rm -f /tmp/devices
-   rm -f /tmp/atags
-fi
-
-exit 0
diff --git a/meta-oe/recipes-core/udev/udev/default 
b/meta-oe/recipes-core/udev/udev/default
deleted file mode 100644
index 5c4937a..000
--- a/meta-oe/recipes-core/udev/udev/default
+++ /dev/null
@@ -1,4 +0,0 @@
-# Default for /etc/init.d/udev
-
-# Comment this out to disable device cache
-DEVCACHE="/etc/dev.tar"
diff --git a/meta-oe/recipes-core/udev/udev/gtk-doc.make 
b/meta-oe/recipes-core/udev/udev/gtk-doc.make
deleted file mode 100644
index 57fab98..000
--- a/meta-oe/recipes-core/udev/udev/gtk-doc.make
+++ /dev/null
@@ -1,230 +0,0 @@
-# -*- mode: makefile -*-
-
-
-# Everything below here is generic #

Re: [oe] Denzil updates

2012-12-16 Thread Peter A. Bigot

On 12/16/2012 03:56 AM, Eric Bénard wrote:

Hi Koen, Hi Liu,

as per your requests the following patches were applied to
denzil-next :
35f92b4 systemd: use system variables instead of hardcoded paths
6e0ddd4 systemd: update to v189 66e169f gdm: do not rely on
dev-tty7.device
0f17a3f meta-systemd: systemd-systemctl-native: Also add support for
WantedBy=*.service
d6dd53c systemd-systemctl-native: handle ALIAS tag
e5b3091 systemd-systemctl-native: extend systemctl wrapper to support
mask action
f713db3 systemd-systemctl-native: Add additional messages for better
debugging

patchwork # : 36615 36613 36609 36611 36605 36607 36535 (with manual
rework for the last one).

Please don't forget to cc me for patches for denzil or danny.


I thought that OE patch submission for any layer should follow the 
instructions in the README at the top of the layer being patched.


Those instructions already ask for "[danny]" (e.g.) to be part of the 
subject, and for submissions to be mailed to this list.  If this isn't 
enough and you should be cc'd specifically, can you add your preferred 
email address for these messages to the patch instructions?


I'll probably remember to look at the README, but I certainly won't 
remember other instructions that pass by on the mailing list like this.


Peter


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] Denzil updates

2012-12-16 Thread Martin Jansa
On Sun, Dec 16, 2012 at 06:08:09PM +0100, Martin Jansa wrote:
> On Sun, Dec 16, 2012 at 10:56:11AM +0100, Eric Bénard wrote:
> > Hi Koen, Hi Liu,
> > 
> > as per your requests the following patches were applied to
> > denzil-next :
> > 35f92b4 systemd: use system variables instead of hardcoded paths
> > 6e0ddd4 systemd: update to v189 66e169f gdm: do not rely on
> > dev-tty7.device
> > 0f17a3f meta-systemd: systemd-systemctl-native: Also add support for
> > WantedBy=*.service
> > d6dd53c systemd-systemctl-native: handle ALIAS tag
> > e5b3091 systemd-systemctl-native: extend systemctl wrapper to support
> > mask action
> > f713db3 systemd-systemctl-native: Add additional messages for better
> > debugging
> > 
> > patchwork # : 36615 36613 36609 36611 36605 36607 36535 (with manual
> > rework for the last one).
> > 
> > Please don't forget to cc me for patches for denzil or danny.
> 
> did git push show some errors/warnings when searching for patchwork
> commits to mark as applied? interestingly none was marked by hook
> 
> http://patches.openembedded.org/bundle/jama/denzil/

nvm, I haven't noticed that it's only in denzil-next

Cheers,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] Denzil updates

2012-12-16 Thread Martin Jansa
On Sun, Dec 16, 2012 at 10:56:11AM +0100, Eric Bénard wrote:
> Hi Koen, Hi Liu,
> 
> as per your requests the following patches were applied to
> denzil-next :
> 35f92b4 systemd: use system variables instead of hardcoded paths
> 6e0ddd4 systemd: update to v189 66e169f gdm: do not rely on
> dev-tty7.device
> 0f17a3f meta-systemd: systemd-systemctl-native: Also add support for
> WantedBy=*.service
> d6dd53c systemd-systemctl-native: handle ALIAS tag
> e5b3091 systemd-systemctl-native: extend systemctl wrapper to support
> mask action
> f713db3 systemd-systemctl-native: Add additional messages for better
> debugging
> 
> patchwork # : 36615 36613 36609 36611 36605 36607 36535 (with manual
> rework for the last one).
> 
> Please don't forget to cc me for patches for denzil or danny.

did git push show some errors/warnings when searching for patchwork
commits to mark as applied? interestingly none was marked by hook

http://patches.openembedded.org/bundle/jama/denzil/

Cheers,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] Denzil updates

2012-12-16 Thread Eric Bénard
Hi Koen, Hi Liu,

as per your requests the following patches were applied to
denzil-next :
35f92b4 systemd: use system variables instead of hardcoded paths
6e0ddd4 systemd: update to v189 66e169f gdm: do not rely on
dev-tty7.device
0f17a3f meta-systemd: systemd-systemctl-native: Also add support for
WantedBy=*.service
d6dd53c systemd-systemctl-native: handle ALIAS tag
e5b3091 systemd-systemctl-native: extend systemctl wrapper to support
mask action
f713db3 systemd-systemctl-native: Add additional messages for better
debugging

patchwork # : 36615 36613 36609 36611 36605 36607 36535 (with manual
rework for the last one).

Please don't forget to cc me for patches for denzil or danny.

Thanks
Eric

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel