diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 14:45:07 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:51 +0200 |
commit | d4d84b8e438706ad5747df2ac7e3590986a6a0e5 (patch) | |
tree | 83349581071294c70df2aa6a61380c97120733b9 /meta-filesystems/recipes-filesystems/owfs | |
parent | cd9d7a5a3d9c580fee31f1455448c0d3cb4ce6fb (diff) | |
download | meta-openembedded-d4d84b8e438706ad5747df2ac7e3590986a6a0e5.tar.gz |
owfs: Disable separate build since its broken
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-filesystems/owfs')
-rw-r--r-- | meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb index b46940e9b..e8b34d389 100644 --- a/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb +++ b/meta-filesystems/recipes-filesystems/owfs/owfs_2.9p1.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \ | |||
15 | SRC_URI[md5sum] = "56ba145be208002e58775a7203369851" | 15 | SRC_URI[md5sum] = "56ba145be208002e58775a7203369851" |
16 | SRC_URI[sha256sum] = "9d22dbff72d235476688c02669f7171b23e21dffadf40bbdd3b8263908218424" | 16 | SRC_URI[sha256sum] = "9d22dbff72d235476688c02669f7171b23e21dffadf40bbdd3b8263908218424" |
17 | 17 | ||
18 | inherit autotools update-rc.d | 18 | inherit autotools-brokensep update-rc.d |
19 | 19 | ||
20 | EXTRA_OECONF = " \ | 20 | EXTRA_OECONF = " \ |
21 | --with-fuseinclude=${STAGING_INCDIR} \ | 21 | --with-fuseinclude=${STAGING_INCDIR} \ |