diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-04-26 22:03:33 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:47:01 +0200 |
commit | bf7f793acec4070e4e083196a3e3d1036502521a (patch) | |
tree | b4261fe9a0d70b7124f7e992a94e422b821215bf /meta-oe/recipes-support/sg3-utils | |
parent | 7165ef8b512232d639afcc26040d8fc034df8d03 (diff) | |
download | meta-openembedded-bf7f793acec4070e4e083196a3e3d1036502521a.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support/sg3-utils')
-rw-r--r-- | meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb index beee36ce9..36c13a412 100644 --- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb +++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.38.bb | |||
@@ -12,6 +12,6 @@ SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" | |||
12 | SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263" | 12 | SRC_URI[md5sum] = "e532a3d6648c422347f6d84cac469263" |
13 | SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1" | 13 | SRC_URI[sha256sum] = "d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools-brokensep |
16 | 16 | ||
17 | S = "${WORKDIR}/sg3_utils-${PV}" | 17 | S = "${WORKDIR}/sg3_utils-${PV}" |