aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb b/meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb
index 58aa09476e..44f7fcc9f6 100644
--- a/meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb
+++ b/meta-filesystems/recipes-support/libisofs/libisofs_1.5.0.bb
@@ -4,11 +4,12 @@ HOMEPAGE = "http://libburnia-project.org/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
-SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
+SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz \
+ file://includes.patch"
SRC_URI[md5sum] = "6207379ff84e6988b479e09a8698fb6d"
SRC_URI[sha256sum] = "da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400"
# includes broken. also needs acinclude symbol fix
-inherit autotools-brokensep pkgconfig
+inherit autotools pkgconfig
DEPENDS = "acl zlib"