* Re: [meta-oe 5/6] cloud9: remove unneded systemd code
@ 2012-03-09 11:05 Kridner, Jason
2012-03-09 11:14 ` Andreas Müller
2012-03-09 11:15 ` Koen Kooi
0 siblings, 2 replies; 11+ messages in thread
From: Kridner, Jason @ 2012-03-09 11:05 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
How is it that the service to start the server running is unneeded?
-------- Original message --------
Subject: [oe] [meta-oe 5/6] cloud9: remove unneded systemd code
From: Andreas Müller <schnitzeltony@googlemail.com>
To: "openembedded-devel@lists.openembedded.org" <openembedded-devel@lists.openembedded.org>
CC:
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb
index 7041527..8a3f206 100644
--- a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb
+++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018"
DEPENDS = "libxml2 nodejs-native"
-PR = "r14"
+PR = "r15"
SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \
git://github.com/ajaxorg/o3;destsuffix=o3;name=o3 \
@@ -98,9 +98,6 @@ do_install () {
install -m 0644 ${WORKDIR}/o3/modules/o3.js ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/o3.js
install -m 0755 ${WORKDIR}/o3/o3.node ${D}${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o3-xml/o3.node
- install -m 0755 -d ${D}${systemd_unitdir}/system
- install -m 0644 ${WORKDIR}/cloud9.service ${D}${systemd_unitdir}/system/
-
install -m 0755 -d ${D}${sysconfdir}/avahi/services/
install -m 0644 ${WORKDIR}/cloud9-avahi.service ${D}${sysconfdir}/avahi/services/
}
@@ -109,7 +106,6 @@ FILES_${PN}-dbg += "${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o
${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/.debug \
"
-FILES_${PN} += "${systemd_unitdir}/system"
RDEPENDS_${PN} = "nodejs gzip"
inherit systemd
--
1.7.6.4
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [meta-oe 5/6] cloud9: remove unneded systemd code
2012-03-09 11:05 [meta-oe 5/6] cloud9: remove unneded systemd code Kridner, Jason
@ 2012-03-09 11:14 ` Andreas Müller
2012-03-09 11:15 ` Koen Kooi
1 sibling, 0 replies; 11+ messages in thread
From: Andreas Müller @ 2012-03-09 11:14 UTC (permalink / raw)
To: openembedded-devel
On Fri, Mar 9, 2012 at 12:05 PM, Kridner, Jason <jdk@ti.com> wrote:
> How is it that the service to start the server running is unneeded?
>
The installations are done automatically by systemd.bbclass.
Andreas
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [meta-oe 5/6] cloud9: remove unneded systemd code
2012-03-09 11:05 [meta-oe 5/6] cloud9: remove unneded systemd code Kridner, Jason
2012-03-09 11:14 ` Andreas Müller
@ 2012-03-09 11:15 ` Koen Kooi
2012-03-09 14:02 ` JavaFX 2.1 Application on X86 and Arm MONDON Daniel
1 sibling, 1 reply; 11+ messages in thread
From: Koen Kooi @ 2012-03-09 11:15 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 09-03-12 12:05, Kridner, Jason schreef:
> How is it that the service to start the server running is unneeded?
It's already handled by systemd.bbclass:
> diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb
> b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb
>
> inherit systemd
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org
iEYEARECAAYFAk9Z5kcACgkQMkyGM64RGpGwUgCfQsYIjUowtseCnqwTVKw03wpM
Q5IAnRLjcbDIp8HECVYNefGFjrSRrs9g
=/r1q
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 11+ messages in thread
* JavaFX 2.1 Application on X86 and Arm
2012-03-09 11:15 ` Koen Kooi
@ 2012-03-09 14:02 ` MONDON Daniel
2012-03-09 21:09 ` Henning Heinold
0 siblings, 1 reply; 11+ messages in thread
From: MONDON Daniel @ 2012-03-09 14:02 UTC (permalink / raw)
To: openembedded-devel
Hi,
I'm checking if i can translate my (flash player) application into
JavaFX.
I've got 2 hardwares : X86 (Ubuntu) and Arm (Angstrom).
Depending of
http://docs.oracle.com/javafx/2.0/release_notes_linux/jfxpub-release_not
es_linux.htm
I've make a Hello JavaFX application running on X86 (Ubuntu 11.04).
But i don't found if "JDk 6 update 26 or higher" is implemented on
Angstrom. I already have a JDK 6 Update 24, but not enought for JavaFX.
I already have gtk2 2.10.0 : what about gtk2 2.18+?
Thanks,
Daniel.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: JavaFX 2.1 Application on X86 and Arm
2012-03-09 14:02 ` JavaFX 2.1 Application on X86 and Arm MONDON Daniel
@ 2012-03-09 21:09 ` Henning Heinold
2012-03-15 8:28 ` GTK2 2.18+ MONDON Daniel
0 siblings, 1 reply; 11+ messages in thread
From: Henning Heinold @ 2012-03-09 21:09 UTC (permalink / raw)
To: openembedded-devel
On Fri, Mar 09, 2012 at 03:02:28PM +0100, MONDON Daniel wrote:
> Hi,
>
> I'm checking if i can translate my (flash player) application into
> JavaFX.
> I've got 2 hardwares : X86 (Ubuntu) and Arm (Angstrom).
>
> Depending of
> http://docs.oracle.com/javafx/2.0/release_notes_linux/jfxpub-release_not
> es_linux.htm
> I've make a Hello JavaFX application running on X86 (Ubuntu 11.04).
>
> But i don't found if "JDk 6 update 26 or higher" is implemented on
> Angstrom. I already have a JDK 6 Update 24, but not enought for JavaFX.
>
> I already have gtk2 2.10.0 : what about gtk2 2.18+?
>
> Thanks,
> Daniel.
Hi,
you can try the meta-java layer located at https://github.com/woglinde/meta-java which has
icedtea 1.11.1 with openjdk b24.
Bye Henning
^ permalink raw reply [flat|nested] 11+ messages in thread
* GTK2 2.18+
2012-03-09 21:09 ` Henning Heinold
@ 2012-03-15 8:28 ` MONDON Daniel
2012-03-15 8:31 ` Martin Jansa
2012-03-15 12:56 ` jdk 6 u26+ MONDON Daniel
0 siblings, 2 replies; 11+ messages in thread
From: MONDON Daniel @ 2012-03-15 8:28 UTC (permalink / raw)
To: openembedded-devel
Hi,
When OpenEmbedded GTK2 2.18 or more will be available (running on ARM)?
Thanks
Daniel.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: GTK2 2.18+
2012-03-15 8:28 ` GTK2 2.18+ MONDON Daniel
@ 2012-03-15 8:31 ` Martin Jansa
2012-03-15 12:56 ` jdk 6 u26+ MONDON Daniel
1 sibling, 0 replies; 11+ messages in thread
From: Martin Jansa @ 2012-03-15 8:31 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
On Thu, Mar 15, 2012 at 09:28:41AM +0100, MONDON Daniel wrote:
> Hi,
>
> When OpenEmbedded GTK2 2.18 or more will be available (running on ARM)?
http://git.openembedded.org/openembedded-core/tree/meta/recipes-gnome/gtk+
has 2.24.8
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* jdk 6 u26+
2012-03-15 8:28 ` GTK2 2.18+ MONDON Daniel
2012-03-15 8:31 ` Martin Jansa
@ 2012-03-15 12:56 ` MONDON Daniel
2012-03-15 13:04 ` Eric Bénard
1 sibling, 1 reply; 11+ messages in thread
From: MONDON Daniel @ 2012-03-15 12:56 UTC (permalink / raw)
To: openembedded-devel
Hi,
When OpenEmbedded JDk 6 update 26 or higher will be available (running
on ARM)?
Thanks
Daniel.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: jdk 6 u26+
2012-03-15 12:56 ` jdk 6 u26+ MONDON Daniel
@ 2012-03-15 13:04 ` Eric Bénard
2012-03-15 14:02 ` Henning Heinold
0 siblings, 1 reply; 11+ messages in thread
From: Eric Bénard @ 2012-03-15 13:04 UTC (permalink / raw)
To: MONDON Daniel; +Cc: openembedded-devel
Hi Daniel,
Le Thu, 15 Mar 2012 13:56:15 +0100,
"MONDON Daniel" <Daniel.MONDON@lpgsystems.com> a écrit :
> When OpenEmbedded JDk 6 update 26 or higher will be available (running
> on ARM)?
>
you can start from https://github.com/woglinde/meta-java and upgrade
it to the newer version you need, then you can send the patches as
described in the readme so that all the community can benefit from this
upgrade.
Thanks in advance,
Eric
--
http://eukrea.com/en/news/104-2012
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: jdk 6 u26+
2012-03-15 13:04 ` Eric Bénard
@ 2012-03-15 14:02 ` Henning Heinold
2012-03-15 14:08 ` Eibach, Dirk
0 siblings, 1 reply; 11+ messages in thread
From: Henning Heinold @ 2012-03-15 14:02 UTC (permalink / raw)
To: openembedded-devel; +Cc: MONDON Daniel
On Thu, Mar 15, 2012 at 02:04:02PM +0100, Eric Bénard wrote:
> Hi Daniel,
>
> Le Thu, 15 Mar 2012 13:56:15 +0100,
> "MONDON Daniel" <Daniel.MONDON@lpgsystems.com> a écrit :
> > When OpenEmbedded JDk 6 update 26 or higher will be available (running
> > on ARM)?
> >
> you can start from https://github.com/woglinde/meta-java and upgrade
> it to the newer version you need, then you can send the patches as
> described in the readme so that all the community can benefit from this
> upgrade.
>
> Thanks in advance,
>
> Eric
> --
> http://eukrea.com/en/news/104-2012
>
openjdk7 is comming soon.
Bye Henning
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2012-03-15 14:17 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-09 11:05 [meta-oe 5/6] cloud9: remove unneded systemd code Kridner, Jason
2012-03-09 11:14 ` Andreas Müller
2012-03-09 11:15 ` Koen Kooi
2012-03-09 14:02 ` JavaFX 2.1 Application on X86 and Arm MONDON Daniel
2012-03-09 21:09 ` Henning Heinold
2012-03-15 8:28 ` GTK2 2.18+ MONDON Daniel
2012-03-15 8:31 ` Martin Jansa
2012-03-15 12:56 ` jdk 6 u26+ MONDON Daniel
2012-03-15 13:04 ` Eric Bénard
2012-03-15 14:02 ` Henning Heinold
2012-03-15 14:08 ` Eibach, Dirk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.