All of lore.kernel.org
 help / color / mirror / Atom feed
* 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

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.