* [meta-oe/meta-systemd/V2 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality
2013-01-25 22:26 [meta-oe/meta-systemd/V2 0/5] various patches Andreas Müller
@ 2013-01-25 22:26 ` Andreas Müller
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 2/5] tumbler: update to 0.1.27 Andreas Müller
` (4 subsequent siblings)
5 siblings, 0 replies; 16+ messages in thread
From: Andreas Müller @ 2013-01-25 22:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
index 55b54d4..973eb47 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb
@@ -3,6 +3,7 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
+PR = "r1"
inherit xfce
@@ -22,3 +23,5 @@ FILES_${PN} += "${libdir}/thunarx-2/* \
FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
${libdir}/xfce4/panel/plugins/.debug/ \
${libdir}/Thunar/.debug/"
+
+RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks"
--
1.7.4.4
^ permalink raw reply related [flat|nested] 16+ messages in thread* [meta-oe/meta-systemd/V2 2/5] tumbler: update to 0.1.27
2013-01-25 22:26 [meta-oe/meta-systemd/V2 0/5] various patches Andreas Müller
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality Andreas Müller
@ 2013-01-25 22:26 ` Andreas Müller
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 3/5] daemonize: initial add 1.73+ Andreas Müller
` (3 subsequent siblings)
5 siblings, 0 replies; 16+ messages in thread
From: Andreas Müller @ 2013-01-25 22:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../{tumbler_0.1.26.bb => tumbler_0.1.27.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.26.bb => tumbler_0.1.27.bb} (89%)
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
similarity index 89%
rename from meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb
rename to meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
index a066713..663e67c 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.26.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.27.bb
@@ -6,8 +6,8 @@ DEPENDS = "dbus-glib freetype gdk-pixbuf poppler"
inherit xfce
-SRC_URI[md5sum] = "874621e7820b3bfe0e8ab66d17f1dc31"
-SRC_URI[sha256sum] = "6602ce700160d09edd88ea0b9bcb16abbc28974f372e646709e0ed8fbacc8a78"
+SRC_URI[md5sum] = "3fa90528c3e7e77d8ace4bffcf0a2748"
+SRC_URI[sha256sum] = "4c60b3b92877257fcc54d18acbbe4ad73c84a7ff7608a430ad5a05b452923869"
INSANE_SKIP_${PN} = "dev-so"
--
1.7.4.4
^ permalink raw reply related [flat|nested] 16+ messages in thread* [meta-oe/meta-systemd/V2 3/5] daemonize: initial add 1.73+
2013-01-25 22:26 [meta-oe/meta-systemd/V2 0/5] various patches Andreas Müller
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 1/5] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality Andreas Müller
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 2/5] tumbler: update to 0.1.27 Andreas Müller
@ 2013-01-25 22:26 ` Andreas Müller
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22 Andreas Müller
` (2 subsequent siblings)
5 siblings, 0 replies; 16+ messages in thread
From: Andreas Müller @ 2013-01-25 22:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-support/daemonize/daemonize_git.bb | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-support/daemonize/daemonize_git.bb
diff --git a/meta-oe/recipes-support/daemonize/daemonize_git.bb b/meta-oe/recipes-support/daemonize/daemonize_git.bb
new file mode 100644
index 0000000..2e747cd
--- /dev/null
+++ b/meta-oe/recipes-support/daemonize/daemonize_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A tool to run a command as a daemon"
+HOMEPAGE = "http://software.clapper.org/daemonize/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=3cf9084faa88bc8554a9139d8d7dd35f"
+PV = "1.7.3+git${SRCPV}"
+
+inherit autotools
+
+SRCREV = "93788682a4749d8b577ce6549d6d3dd6df166ba4"
+SRC_URI = "git://github.com/bmc/daemonize.git;protocol=git"
+
+S = "${WORKDIR}/git"
--
1.7.4.4
^ permalink raw reply related [flat|nested] 16+ messages in thread* [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-01-25 22:26 [meta-oe/meta-systemd/V2 0/5] various patches Andreas Müller
` (2 preceding siblings ...)
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 3/5] daemonize: initial add 1.73+ Andreas Müller
@ 2013-01-25 22:26 ` Andreas Müller
2013-01-26 11:51 ` Martin Jansa
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 5/5] lxdm: disable screensaver by default when starting X Andreas Müller
2013-01-28 10:40 ` [meta-oe/meta-systemd/V2 0/5] various patches Martin Jansa
5 siblings, 1 reply; 16+ messages in thread
From: Andreas Müller @ 2013-01-25 22:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
new file mode 100644
index 0000000..1e56ec8
--- /dev/null
+++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A fast and lightweight IDE"
+HOMEPAGE = "http://www.geany.org/"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
+DEPENDS = "gtk+"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
+SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
+SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
+
+FILES_${PN} += "${datadir}/icons"
--
1.7.4.4
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22 Andreas Müller
@ 2013-01-26 11:51 ` Martin Jansa
2013-01-26 12:13 ` Andreas Müller
0 siblings, 1 reply; 16+ messages in thread
From: Martin Jansa @ 2013-01-26 11:51 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2067 bytes --]
On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote:
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
Fails in world build
| configure: error: No C++ compiler found. Please install a C++ compiler.
| Configure failed. The contents of all config.log files follows to aid debugging
| /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by Geany configure 1.22, which was
| generated by GNU Autoconf 2.69. Invocation command line was
Complete log here:
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/
Cheers,
>
> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
> new file mode 100644
> index 0000000..1e56ec8
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "A fast and lightweight IDE"
> +HOMEPAGE = "http://www.geany.org/"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
> +DEPENDS = "gtk+"
> +
> +inherit autotools pkgconfig
> +
> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
> +
> +FILES_${PN} += "${datadir}/icons"
> --
> 1.7.4.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-01-26 11:51 ` Martin Jansa
@ 2013-01-26 12:13 ` Andreas Müller
2013-01-26 22:09 ` Martin Jansa
2013-02-19 8:27 ` Martin Jansa
0 siblings, 2 replies; 16+ messages in thread
From: Andreas Müller @ 2013-01-26 12:13 UTC (permalink / raw)
To: openembedded-devel
On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote:
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> ---
>> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
>> 1 files changed, 13 insertions(+), 0 deletions(-)
>> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
>
> Fails in world build
>
> | configure: error: No C++ compiler found. Please install a C++ compiler.
> | Configure failed. The contents of all config.log files follows to aid debugging
> | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log
> | This file contains any messages produced by compilers while
> | running configure, to aid debugging if configure makes a mistake.
> |
> | It was created by Geany configure 1.22, which was
> | generated by GNU Autoconf 2.69. Invocation command line was
>
> Complete log here:
> http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/
>
> Cheers,
>
>>
>> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
>> new file mode 100644
>> index 0000000..1e56ec8
>> --- /dev/null
>> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
>> @@ -0,0 +1,13 @@
>> +DESCRIPTION = "A fast and lightweight IDE"
>> +HOMEPAGE = "http://www.geany.org/"
>> +LICENSE = "GPLv2"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
>> +DEPENDS = "gtk+"
>> +
>> +inherit autotools pkgconfig
>> +
>> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
>> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
>> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
>> +
>> +FILES_${PN} += "${datadir}/icons"
>> --
>> 1.7.4.4
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
OK I try to find out what goes wrong. What about the others of this series?
Andreas
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-01-26 12:13 ` Andreas Müller
@ 2013-01-26 22:09 ` Martin Jansa
2013-02-19 8:27 ` Martin Jansa
1 sibling, 0 replies; 16+ messages in thread
From: Martin Jansa @ 2013-01-26 22:09 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2669 bytes --]
On Sat, Jan 26, 2013 at 01:13:32PM +0100, Andreas Müller wrote:
> On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote:
> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >> ---
> >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
> >> 1 files changed, 13 insertions(+), 0 deletions(-)
> >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
> >
> > Fails in world build
> >
> > | configure: error: No C++ compiler found. Please install a C++ compiler.
> > | Configure failed. The contents of all config.log files follows to aid debugging
> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log
> > | This file contains any messages produced by compilers while
> > | running configure, to aid debugging if configure makes a mistake.
> > |
> > | It was created by Geany configure 1.22, which was
> > | generated by GNU Autoconf 2.69. Invocation command line was
> >
> > Complete log here:
> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/
> >
> > Cheers,
> >
> >>
> >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
> >> new file mode 100644
> >> index 0000000..1e56ec8
> >> --- /dev/null
> >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
> >> @@ -0,0 +1,13 @@
> >> +DESCRIPTION = "A fast and lightweight IDE"
> >> +HOMEPAGE = "http://www.geany.org/"
> >> +LICENSE = "GPLv2"
> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
> >> +DEPENDS = "gtk+"
> >> +
> >> +inherit autotools pkgconfig
> >> +
> >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
> >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
> >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
> >> +
> >> +FILES_${PN} += "${datadir}/icons"
> >> --
> >> 1.7.4.4
> >>
> >>
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
> >
> OK I try to find out what goes wrong. What about the others of this series?
others look good to me (well I've only build tested them).
Will merge them in 1-2 days if someone else does not send some comments.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-01-26 12:13 ` Andreas Müller
2013-01-26 22:09 ` Martin Jansa
@ 2013-02-19 8:27 ` Martin Jansa
2013-02-19 16:12 ` Andreas Müller
1 sibling, 1 reply; 16+ messages in thread
From: Martin Jansa @ 2013-02-19 8:27 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2722 bytes --]
On Sat, Jan 26, 2013 at 01:13:32PM +0100, Andreas Müller wrote:
> On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote:
> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >> ---
> >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
> >> 1 files changed, 13 insertions(+), 0 deletions(-)
> >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
> >
> > Fails in world build
> >
> > | configure: error: No C++ compiler found. Please install a C++ compiler.
> > | Configure failed. The contents of all config.log files follows to aid debugging
> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log
> > | This file contains any messages produced by compilers while
> > | running configure, to aid debugging if configure makes a mistake.
> > |
> > | It was created by Geany configure 1.22, which was
> > | generated by GNU Autoconf 2.69. Invocation command line was
> >
> > Complete log here:
> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/
> >
> > Cheers,
> >
> >>
> >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
> >> new file mode 100644
> >> index 0000000..1e56ec8
> >> --- /dev/null
> >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
> >> @@ -0,0 +1,13 @@
> >> +DESCRIPTION = "A fast and lightweight IDE"
> >> +HOMEPAGE = "http://www.geany.org/"
> >> +LICENSE = "GPLv2"
> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
> >> +DEPENDS = "gtk+"
> >> +
> >> +inherit autotools pkgconfig
> >> +
> >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
> >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
> >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
> >> +
> >> +FILES_${PN} += "${datadir}/icons"
> >> --
> >> 1.7.4.4
> >>
> >>
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
> >
> OK I try to find out what goes wrong. What about the others of this series?
I've accidentally merged this one today (it was in branch for long time
and I haven't seen failure in world build, because it's blacklisted
since I've reported this.
Any news on it?
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-02-19 8:27 ` Martin Jansa
@ 2013-02-19 16:12 ` Andreas Müller
2013-02-19 17:45 ` Martin Jansa
0 siblings, 1 reply; 16+ messages in thread
From: Andreas Müller @ 2013-02-19 16:12 UTC (permalink / raw)
To: openembedded-devel
On Tue, Feb 19, 2013 at 9:27 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Sat, Jan 26, 2013 at 01:13:32PM +0100, Andreas Müller wrote:
>> On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote:
>> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> >> ---
>> >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
>> >> 1 files changed, 13 insertions(+), 0 deletions(-)
>> >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
>> >
>> > Fails in world build
>> >
>> > | configure: error: No C++ compiler found. Please install a C++ compiler.
>> > | Configure failed. The contents of all config.log files follows to aid debugging
>> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log
>> > | This file contains any messages produced by compilers while
>> > | running configure, to aid debugging if configure makes a mistake.
>> > |
>> > | It was created by Geany configure 1.22, which was
>> > | generated by GNU Autoconf 2.69. Invocation command line was
>> >
>> > Complete log here:
>> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/
>> >
>> > Cheers,
>> >
>> >>
>> >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
>> >> new file mode 100644
>> >> index 0000000..1e56ec8
>> >> --- /dev/null
>> >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
>> >> @@ -0,0 +1,13 @@
>> >> +DESCRIPTION = "A fast and lightweight IDE"
>> >> +HOMEPAGE = "http://www.geany.org/"
>> >> +LICENSE = "GPLv2"
>> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
>> >> +DEPENDS = "gtk+"
>> >> +
>> >> +inherit autotools pkgconfig
>> >> +
>> >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
>> >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
>> >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
>> >> +
>> >> +FILES_${PN} += "${datadir}/icons"
>> >> --
>> >> 1.7.4.4
>> >>
>> >>
>> >> _______________________________________________
>> >> Openembedded-devel mailing list
>> >> Openembedded-devel@lists.openembedded.org
>> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>> >
>> > --
>> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>> >
>> OK I try to find out what goes wrong. What about the others of this series?
>
> I've accidentally merged this one today (it was in branch for long time
> and I haven't seen failure in world build, because it's blacklisted
> since I've reported this.
>
> Any news on it?
>
> --
No - I tried to reproduce without success and then decided to come
back later. Suggestion: Let me know if it fails again in world - then
we can think about removing it again.
Andreas
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-02-19 16:12 ` Andreas Müller
@ 2013-02-19 17:45 ` Martin Jansa
2013-02-20 18:00 ` Andreas Müller
0 siblings, 1 reply; 16+ messages in thread
From: Martin Jansa @ 2013-02-19 17:45 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3411 bytes --]
On Tue, Feb 19, 2013 at 05:12:03PM +0100, Andreas Müller wrote:
> On Tue, Feb 19, 2013 at 9:27 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Sat, Jan 26, 2013 at 01:13:32PM +0100, Andreas Müller wrote:
> >> On Sat, Jan 26, 2013 at 12:51 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> >> > On Fri, Jan 25, 2013 at 11:26:21PM +0100, Andreas Müller wrote:
> >> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >> >> ---
> >> >> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
> >> >> 1 files changed, 13 insertions(+), 0 deletions(-)
> >> >> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
> >> >
> >> > Fails in world build
> >> >
> >> > | configure: error: No C++ compiler found. Please install a C++ compiler.
> >> > | Configure failed. The contents of all config.log files follows to aid debugging
> >> > | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/geany/1.22-r0/geany-1.22/config.log
> >> > | This file contains any messages produced by compilers while
> >> > | running configure, to aid debugging if configure makes a mistake.
> >> > |
> >> > | It was created by Geany configure 1.22, which was
> >> > | generated by GNU Autoconf 2.69. Invocation command line was
> >> >
> >> > Complete log here:
> >> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130125_082000.log/
> >> >
> >> > Cheers,
> >> >
> >> >>
> >> >> diff --git a/meta-oe/recipes-devtools/geany/geany_1.22.bb b/meta-oe/recipes-devtools/geany/geany_1.22.bb
> >> >> new file mode 100644
> >> >> index 0000000..1e56ec8
> >> >> --- /dev/null
> >> >> +++ b/meta-oe/recipes-devtools/geany/geany_1.22.bb
> >> >> @@ -0,0 +1,13 @@
> >> >> +DESCRIPTION = "A fast and lightweight IDE"
> >> >> +HOMEPAGE = "http://www.geany.org/"
> >> >> +LICENSE = "GPLv2"
> >> >> +LIC_FILES_CHKSUM = "file://COPYING;md5=c107cf754550e65755c42985a5d4e9c9"
> >> >> +DEPENDS = "gtk+"
> >> >> +
> >> >> +inherit autotools pkgconfig
> >> >> +
> >> >> +SRC_URI = "http://download.geany.org/${PN}-${PV}.tar.bz2"
> >> >> +SRC_URI[md5sum] = "0672077fe83e2a739aa0eaca426aacf0"
> >> >> +SRC_URI[sha256sum] = "901a35a7395ef10a80fb10b3ab63bae3871693a4e82d56388e9521a27877577e"
> >> >> +
> >> >> +FILES_${PN} += "${datadir}/icons"
> >> >> --
> >> >> 1.7.4.4
> >> >>
> >> >>
> >> >> _______________________________________________
> >> >> Openembedded-devel mailing list
> >> >> Openembedded-devel@lists.openembedded.org
> >> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >> >
> >> > --
> >> > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
> >> >
> >> OK I try to find out what goes wrong. What about the others of this series?
> >
> > I've accidentally merged this one today (it was in branch for long time
> > and I haven't seen failure in world build, because it's blacklisted
> > since I've reported this.
> >
> > Any news on it?
> >
> > --
> No - I tried to reproduce without success and then decided to come
> back later. Suggestion: Let me know if it fails again in world - then
> we can think about removing it again.
Yes it does, here is log from last build
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130219_043012.log/
Cheers,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-02-19 17:45 ` Martin Jansa
@ 2013-02-20 18:00 ` Andreas Müller
2013-02-20 23:10 ` Martin Jansa
0 siblings, 1 reply; 16+ messages in thread
From: Andreas Müller @ 2013-02-20 18:00 UTC (permalink / raw)
To: openembedded-devel
On Tue, Feb 19, 2013 at 6:45 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> > Any news on it?
>> >
>> > --
>> No - I tried to reproduce without success and then decided to come
>> back later. Suggestion: Let me know if it fails again in world - then
>> we can think about removing it again.
>
> Yes it does, here is log from last build
> http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130219_043012.log/
>
I think I found the culprit. As soon as I can build something which is
close to current master (at the moment I cannot even parse) I'll send
out a patch.
Andreas
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-02-20 18:00 ` Andreas Müller
@ 2013-02-20 23:10 ` Martin Jansa
2013-02-21 8:21 ` Andreas Müller
0 siblings, 1 reply; 16+ messages in thread
From: Martin Jansa @ 2013-02-20 23:10 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 996 bytes --]
On Wed, Feb 20, 2013 at 07:00:58PM +0100, Andreas Müller wrote:
> On Tue, Feb 19, 2013 at 6:45 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> >> > Any news on it?
> >> >
> >> > --
> >> No - I tried to reproduce without success and then decided to come
> >> back later. Suggestion: Let me know if it fails again in world - then
> >> we can think about removing it again.
> >
> > Yes it does, here is log from last build
> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130219_043012.log/
> >
> I think I found the culprit. As soon as I can build something which is
> close to current master (at the moment I cannot even parse) I'll send
> out a patch.
True, should I merge khem's patch for PN-systemd -> PN and then revert
it later if discussion on oe-core ML ends with decision to revive
PN-system again?
I'm using that patch to test patches for master on jenkins world build.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22
2013-02-20 23:10 ` Martin Jansa
@ 2013-02-21 8:21 ` Andreas Müller
0 siblings, 0 replies; 16+ messages in thread
From: Andreas Müller @ 2013-02-21 8:21 UTC (permalink / raw)
To: openembedded-devel
On Thu, Feb 21, 2013 at 12:10 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Wed, Feb 20, 2013 at 07:00:58PM +0100, Andreas Müller wrote:
>> On Tue, Feb 19, 2013 at 6:45 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
>> >> > Any news on it?
>> >> >
>> >> > --
>> >> No - I tried to reproduce without success and then decided to come
>> >> back later. Suggestion: Let me know if it fails again in world - then
>> >> we can think about removing it again.
>> >
>> > Yes it does, here is log from last build
>> > http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130219_043012.log/
>> >
>> I think I found the culprit. As soon as I can build something which is
>> close to current master (at the moment I cannot even parse) I'll send
>> out a patch.
>
> True, should I merge khem's patch for PN-systemd -> PN and then revert
> it later if discussion on oe-core ML ends with decision to revive
> PN-system again?
>
> I'm using that patch to test patches for master on jenkins world build.
>
> --
I would wait with this patch till discussion is over. But I am afraid
Boss Ross doesn't even want to start it [1] :). Have private 'release'
which is working fine from times where last oe-core / systemd.bbclass
was not in.
Regarding geany: I will prepare a patch in my environment. If it works
for world we can close this one.
Andreas
[1] http://lists.linuxtogo.org/pipermail/openembedded-core/2013-January/035105.html
^ permalink raw reply [flat|nested] 16+ messages in thread
* [meta-oe/meta-systemd/V2 5/5] lxdm: disable screensaver by default when starting X
2013-01-25 22:26 [meta-oe/meta-systemd/V2 0/5] various patches Andreas Müller
` (3 preceding siblings ...)
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 4/5] geany: initial add 1.22 Andreas Müller
@ 2013-01-25 22:26 ` Andreas Müller
2013-01-28 10:40 ` [meta-oe/meta-systemd/V2 0/5] various patches Martin Jansa
5 siblings, 0 replies; 16+ messages in thread
From: Andreas Müller @ 2013-01-25 22:26 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
index 3308e26..be83146 100644
--- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
+++ b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
@@ -15,7 +15,7 @@ LXDM_PAM = "${@base_contains("DISTRO_TYPE", "debug", "lxdm-pam-debug", "lxdm-pam
SRCREV = "65e7cc8fdc150c2b925eb348ce82de17dee5eb0b"
PV = "0.4.2+git${SRCPV}"
PE = "1"
-PR = "r2"
+PR = "r3"
DEPENDS = "cairo consolekit dbus gdk-pixbuf glib-2.0 gtk+ virtual/libx11 libxcb pango"
@@ -30,9 +30,10 @@ SYSTEMD_UNITDIR ??= "no"
EXTRA_OECONF = "--with-systemdsystemunitdir=${SYSTEMD_UNITDIR}"
do_compile_append() {
- # default background configured not available / no password field available
+ # default background configured not available / no password field available / no default screensaver
sed -i -e 's,bg=,# bg=,g' \
-e 's,# skip_password=,skip_password=,g' \
+ -e 's,# arg=.*,arg=${bindir}/X -s 0,g' \
${S}/data/lxdm.conf.in
# add default configuration
oe_runmake -C ${S}/data lxdm.conf
--
1.7.4.4
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [meta-oe/meta-systemd/V2 0/5] various patches
2013-01-25 22:26 [meta-oe/meta-systemd/V2 0/5] various patches Andreas Müller
` (4 preceding siblings ...)
2013-01-25 22:26 ` [meta-oe/meta-systemd/V2 5/5] lxdm: disable screensaver by default when starting X Andreas Müller
@ 2013-01-28 10:40 ` Martin Jansa
5 siblings, 0 replies; 16+ messages in thread
From: Martin Jansa @ 2013-01-28 10:40 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1662 bytes --]
On Fri, Jan 25, 2013 at 11:26:17PM +0100, Andreas Müller wrote:
> V1->V2: thunar remove RDEPENDS_${PN} = "eglibc-charmaps"
>
> The following changes since commit b7ff6ac09affebe72b7587d7e345adaae427ef3d:
>
> autofs: fails to compile with openldap disabled (2013-01-24 10:35:49 -0500)
>
> are available in the git repository at:
> git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches
Applied, except geany, thanks
>
> Andreas Müller (5):
> thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality
> tumbler: update to 0.1.27
> daemonize: initial add 1.73+
> geany: initial add 1.22
> lxdm: disable screensaver by default when starting X
>
> meta-oe/recipes-devtools/geany/geany_1.22.bb | 13 +++++++++++++
> meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 5 +++--
> meta-oe/recipes-support/daemonize/daemonize_git.bb | 12 ++++++++++++
> meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb | 3 +++
> .../{tumbler_0.1.26.bb => tumbler_0.1.27.bb} | 4 ++--
> 5 files changed, 33 insertions(+), 4 deletions(-)
> create mode 100644 meta-oe/recipes-devtools/geany/geany_1.22.bb
> create mode 100644 meta-oe/recipes-support/daemonize/daemonize_git.bb
> rename meta-xfce/recipes-xfce/tumbler/{tumbler_0.1.26.bb => tumbler_0.1.27.bb} (89%)
>
> --
> 1.7.4.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread