angstrom mirrors: fix regression introduced by http://cgit.openembedded.org/cgit...
[openembedded.git] / recipes / scratchbox / sbrsh_7.1.bb
blob6f0e7dbab14b3cc6bf91c0ed3dd5a05a8a7d2a54
1 DESCRIPTION = "Daemon to allow scratchbox to use your device as a CPU tranparency target"
2 HOMEPAGE = "http://scratchbox.org"
3 LICENSE = "GPLv2"
4 DEPENDS = "fakeroot"
5 PR = "r1"
6 RRECOMMENDS = "kernel-module-nfs"
8 SRC_URI = "http://scratchbox.org/download/files/sbox-releases/1.0/src/${P}.tar.gz"
10 do_install() {
11 install -d ${D}${sbindir}
12 install -m 755 sbrsh sbrshd sb-exportfs ${D}${sbindir}
13 install -d ${D}/${sysconfdir}
14 touch ${D}/${sysconfdir}/sbrshd.conf
17 CONFFILES_${PN} = "${sysconfdir}/sbrshd.conf"
19 SRC_URI[md5sum] = "2ca6d18cf54af3d62bfcc01d884bd493"
20 SRC_URI[sha256sum] = "0e2e0524f0559daa6816e4f7ad83b29891455c35c61694bcc5869e2011e3c808"