diff options
Diffstat (limited to 'meta-oe/recipes-devtools/cloud9')
| -rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service | 9 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | 9 |
2 files changed, 1 insertions, 17 deletions
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service b/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service deleted file mode 100644 index 714b465ccb..0000000000 --- a/meta-oe/recipes-devtools/cloud9/cloud9/cloud9.service +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Cloud9 IDE | ||
| 3 | ConditionPathExists=|/var/lib/cloud9 | ||
| 4 | |||
| 5 | [Service] | ||
| 6 | ExecStart=/usr/bin/node4 /usr/share/cloud9/bin/cloud9.js -l 0.0.0.0 -w /var/lib/cloud9 -p 3000 | ||
| 7 | |||
| 8 | [Install] | ||
| 9 | WantedBy=multi-user.target | ||
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb index 0f0c09cad1..a78c653c71 100644 --- a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb +++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "http://c9.io" | |||
| 3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" |
| 5 | 5 | ||
| 6 | PR = "r1" | 6 | PR = "r2" |
| 7 | 7 | ||
| 8 | DEPENDS = "libxml2 nodejs-native" | 8 | DEPENDS = "libxml2 nodejs-native" |
| 9 | 9 | ||
| @@ -31,7 +31,6 @@ SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \ | |||
| 31 | git://github.com/ajaxorg/treehugger.git;destsuffix=git/support/treehugger;name=treehugger \ | 31 | git://github.com/ajaxorg/treehugger.git;destsuffix=git/support/treehugger;name=treehugger \ |
| 32 | git://github.com/ajaxorg/UglifyJS.git;destsuffix=git/support/uglify-js;name=uglify-js \ | 32 | git://github.com/ajaxorg/UglifyJS.git;destsuffix=git/support/uglify-js;name=uglify-js \ |
| 33 | file://index.js \ | 33 | file://index.js \ |
| 34 | file://cloud9.service \ | ||
| 35 | file://cloud9-avahi.service \ | 34 | file://cloud9-avahi.service \ |
| 36 | file://0001-ide-use-node-as-interpreter-for-sketches-instead-of-.patch \ | 35 | file://0001-ide-use-node-as-interpreter-for-sketches-instead-of-.patch \ |
| 37 | " | 36 | " |
| @@ -104,9 +103,3 @@ FILES_${PN}-dbg += "${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o | |||
| 104 | " | 103 | " |
| 105 | 104 | ||
| 106 | RDEPENDS_${PN} = "nodejs4 nodejs gzip" | 105 | RDEPENDS_${PN} = "nodejs4 nodejs gzip" |
| 107 | |||
| 108 | inherit systemd | ||
| 109 | |||
| 110 | NATIVE_SYSTEMD_SUPPORT = "1" | ||
| 111 | SYSTEMD_PACKAGES = "${PN}" | ||
| 112 | SYSTEMD_SERVICE_${PN} = "cloud9.service" | ||
