diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-10 16:03:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-10 16:03:12 +0000 |
commit | ce938bdbba1c2a843c6f6f1b2ef2ab58113cf0dc (patch) | |
tree | cc209996a0ccf6b8da5d193feba28f6b552d608b /packages/scratchbox | |
parent | ae3b3d520ce9ada77acc7702dcf8655a74b94be4 (diff) |
shrsh: add 7.1
Diffstat (limited to 'packages/scratchbox')
-rw-r--r-- | packages/scratchbox/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/scratchbox/sbrsh_7.1.bb | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/scratchbox/.mtn2git_empty b/packages/scratchbox/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/scratchbox/.mtn2git_empty 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" |