diff options
Diffstat (limited to 'meta/recipes-devtools/file')
-rw-r--r-- | meta/recipes-devtools/file/file_5.38.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-devtools/file/file_5.38.bb b/meta/recipes-devtools/file/file_5.38.bb index b8f09107e8..f5ad568936 100644 --- a/meta/recipes-devtools/file/file_5.38.bb +++ b/meta/recipes-devtools/file/file_5.38.bb | |||
@@ -8,8 +8,8 @@ SECTION = "console/utils" | |||
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b" | 9 | LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b" |
10 | 10 | ||
11 | DEPENDS = "zlib file-replacement-native" | 11 | DEPENDS = "file-replacement-native" |
12 | DEPENDS_class-native = "zlib-native" | 12 | DEPENDS_class-native = "" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/file/file.git" | 14 | SRC_URI = "git://github.com/file/file.git" |
15 | 15 | ||
@@ -18,6 +18,12 @@ S = "${WORKDIR}/git" | |||
18 | 18 | ||
19 | inherit autotools update-alternatives | 19 | inherit autotools update-alternatives |
20 | 20 | ||
21 | PACKAGECONFIG ??= "zlib" | ||
22 | PACKAGECONFIG_class-native ??= "zlib" | ||
23 | PACKAGECONFIG[bz2] = "--enable-bzlib, --disable-bzlib, bzip2" | ||
24 | PACKAGECONFIG[lzma] = "--enable-xzlib, --disable-xzlib, xz" | ||
25 | PACKAGECONFIG[zlib] = "--enable-zlib, --disable-zlib, zlib" | ||
26 | |||
21 | EXTRA_OECONF += "--disable-libseccomp" | 27 | EXTRA_OECONF += "--disable-libseccomp" |
22 | 28 | ||
23 | ALTERNATIVE_${PN} = "file" | 29 | ALTERNATIVE_${PN} = "file" |