summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file_5.24.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/file/file_5.24.bb')
-rw-r--r--meta/recipes-devtools/file/file_5.24.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.24.bb b/meta/recipes-devtools/file/file_5.24.bb
index 08b95d7b61..d04f1218a9 100644
--- a/meta/recipes-devtools/file/file_5.24.bb
+++ b/meta/recipes-devtools/file/file_5.24.bb
@@ -8,12 +8,13 @@ SECTION = "console/utils"
8LICENSE = "BSD" 8LICENSE = "BSD"
9LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03188" 9LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03188"
10 10
11DEPENDS = "zlib file-native" 11DEPENDS = "zlib file-replacement-native"
12DEPENDS_class-native = "zlib-native" 12DEPENDS_class-native = "zlib-native"
13 13
14SRC_URI = "git://github.com/file/file.git \ 14SRC_URI = "git://github.com/file/file.git \
15 file://debian-742262.patch \ 15 file://debian-742262.patch \
16 file://0001-Add-P-prompt-into-Usage-info.patch \ 16 file://0001-Add-P-prompt-into-Usage-info.patch \
17 file://host-file.patch \
17 " 18 "
18 19
19SRCREV = "3c0874be4d3232d672b20f513451a39cfd7c585a" 20SRCREV = "3c0874be4d3232d672b20f513451a39cfd7c585a"
@@ -21,6 +22,9 @@ S = "${WORKDIR}/git"
21 22
22inherit autotools 23inherit autotools
23 24
25EXTRA_OEMAKE_append_class-target = "-e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file"
26EXTRA_OEMAKE_append_class-nativesdk = "-e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file"
27
24FILES_${PN} += "${datadir}/misc/*.mgc" 28FILES_${PN} += "${datadir}/misc/*.mgc"
25 29
26do_install_append_class-native() { 30do_install_append_class-native() {
@@ -34,3 +38,7 @@ do_install_append_class-nativesdk() {
34} 38}
35 39
36BBCLASSEXTEND = "native nativesdk" 40BBCLASSEXTEND = "native nativesdk"
41PROVIDES_append_class-native = " file-replacement-native"
42# Don't use NATIVE_PACKAGE_PATH_SUFFIX as that hides libmagic from anyone who
43# depends on file-replacement-native.
44bindir_append_class-native = "/file-native"