bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds

These recipes are not ready yet

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2014-04-26 22:03:33 -07:00
committed by Martin Jansa
parent 7165ef8b51
commit bf7f793ace
5 changed files with 5 additions and 5 deletions
@@ -10,7 +10,7 @@ SRC_URI = "http://www.coker.com.au/bonnie++/${BPN}-${PV}.tgz \
SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968" SRC_URI[md5sum] = "750aa5b5051263a99c6c195888c74968"
SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb" SRC_URI[sha256sum] = "cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb"
inherit autotools inherit autotools-brokensep
SCRIPTS = "bon_csv2html bon_csv2txt" SCRIPTS = "bon_csv2html bon_csv2txt"
EXES = "bonnie++ zcav" EXES = "bonnie++ zcav"
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
file://COPYING-2;md5=8e9aee2ccc75d61d107e43794a25cdf9" file://COPYING-2;md5=8e9aee2ccc75d61d107e43794a25cdf9"
inherit autotools inherit autotools-brokensep
PR = "r2" PR = "r2"
@@ -8,7 +8,7 @@ SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz"
SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d" SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d"
SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f" SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f"
inherit autotools inherit autotools-brokensep
FILES_${PN} += "${datadir}/dbus-1/" FILES_${PN} += "${datadir}/dbus-1/"
+1 -1
View File
@@ -12,7 +12,7 @@ SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
S = "${WORKDIR}/samba-${PV}/source" S = "${WORKDIR}/samba-${PV}/source"
inherit autotools update-rc.d inherit autotools-brokensep update-rc.d
SAMBAMMAP = "no" SAMBAMMAP = "no"
SAMBAMMAP_libc-glibc = "yes" SAMBAMMAP_libc-glibc = "yes"
@@ -12,6 +12,6 @@ SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263" SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263"
SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1" SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1"
inherit autotools inherit autotools-brokensep
S = "${WORKDIR}/sg3_utils-${PV}" S = "${WORKDIR}/sg3_utils-${PV}"