aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/scratchbox/sbrsh_7.1.bb
blob: cc9882e2d2829916780239542d8f446516157fe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Daemon to allow scratchbox to use your device as a CPU tranparency target"
HOMEPAGE = "http://scratchbox.org"
LICENSE = "GPLv2"
DEPENDS = "fakeroot"
PR = "r3"
RRECOMMENDS_${PN} = "kernel-module-nfs"

SRC_URI = "http://scratchbox.org/download/files/sbox-releases/1.0/src/${P}.tar.gz \
           file://add-limits.h.patch \
          "

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"

SRC_URI[md5sum] = "2ca6d18cf54af3d62bfcc01d884bd493"
SRC_URI[sha256sum] = "0e2e0524f0559daa6816e4f7ad83b29891455c35c61694bcc5869e2011e3c808"