diff options
Diffstat (limited to 'packages/scratchbox')
-rw-r--r-- | packages/scratchbox/sbrsh_7.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/scratchbox/sbrsh_7.1.bb b/packages/scratchbox/sbrsh_7.1.bb deleted file mode 100644 index 43ff0178d6..0000000000 --- a/packages/scratchbox/sbrsh_7.1.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Daemon to allow scratchbox to use your device as a CPU tranparency target" -HOMEPAGE = "http://scratchbox.org" -LICENSE = "GPLv2" -DEPENDS = "fakeroot" -PR = "r1" -RRECOMMENDS = "kernel-module-nfs" - -SRC_URI = "http://scratchbox.org/download/files/sbox-releases/1.0/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" |