cloud9: convert to systemd bbclass

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-02-02 19:21:28 +01:00
parent 8881a6815a
commit 5e073def1a
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018"
DEPENDS = "libxml2 nodejs-native" DEPENDS = "libxml2 nodejs-native"
PR = "r12" PR = "r13"
SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \ SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \
git://github.com/ajaxorg/o3;destsuffix=o3;name=o3 \ git://github.com/ajaxorg/o3;destsuffix=o3;name=o3 \
@@ -112,13 +112,7 @@ FILES_${PN}-dbg += "${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o
FILES_${PN} += "${base_libdir}/systemd/system" FILES_${PN} += "${base_libdir}/systemd/system"
RDEPENDS_${PN} = "nodejs gzip" RDEPENDS_${PN} = "nodejs gzip"
pkg_postinst_${PN} () { inherit systemd
# can't do this offline
if [ "x$D" != "x" ]; then
exit 1
fi
if [ -e ${base_bindir}/systemctl ] ; then SYSTEMD_PACKAGES = "${PN}"
systemctl enable cloud9.service SYSTEMD_SERVICE_${PN} = "cloud9.service"
fi
}