From: Koen Kooi Date: Thu, 10 Aug 2006 16:03:12 +0000 (+0000) Subject: shrsh: add 7.1 X-Git-Tag: Release-2010-05/1~9453^2~996^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce938bdbba1c2a843c6f6f1b2ef2ab58113cf0dc;p=openembedded.git shrsh: add 7.1 --- diff --git a/packages/scratchbox/.mtn2git_empty b/packages/scratchbox/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/scratchbox/sbrsh_7.1.bb b/packages/scratchbox/sbrsh_7.1.bb new file mode 100644 index 0000000000..cf333e1b5a --- /dev/null +++ b/packages/scratchbox/sbrsh_7.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Daemon to allow scratchbox to use your device as a CPU tranparency target" +HOMEPAGE = "http://scratchbox.org" +LICENSE = "GPLv2" +DEPENDS = "fakeroot" + +SRC_URI = "http://scratchbox.org/download/files/sbox-releases/apophis/src/${P}.tar.gz" + +do_install() { + install -d ${D}${sbindir} + install -m 755 sbrsh sbrshd sb-exportfs ${D}${sbindir} + install -d ${D}/${sysconfdir} + touch ${D}/${sysconfdir}/sbrshd.conf +} + +CONFFILES_${PN} = "${sysconfdir}/sbrshd.conf"