diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2016-06-12 01:25:04 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:00 +0100 |
| commit | e19af016b0e7b2487c2dedc89facce2c2fb501e5 (patch) | |
| tree | 88c2694abfc462dc538e907a5a25bbb7d77c95a0 /meta/recipes-devtools/file/file_5.25.bb | |
| parent | 4690723161ef1a9632a9892bd0ec848ab527dd07 (diff) | |
| download | poky-e19af016b0e7b2487c2dedc89facce2c2fb501e5.tar.gz | |
file: 5.25 -> 5.27
(From OE-Core rev: 44a5da0e4ab49d49a2192b84a53cc1e726907f14)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file_5.25.bb')
| -rw-r--r-- | meta/recipes-devtools/file/file_5.25.bb | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/meta/recipes-devtools/file/file_5.25.bb b/meta/recipes-devtools/file/file_5.25.bb deleted file mode 100644 index 68bad69b4e..0000000000 --- a/meta/recipes-devtools/file/file_5.25.bb +++ /dev/null | |||
| @@ -1,47 +0,0 @@ | |||
| 1 | SUMMARY = "File classification tool" | ||
| 2 | DESCRIPTION = "File attempts to classify files depending \ | ||
| 3 | on their contents and prints a description if a match is found." | ||
| 4 | HOMEPAGE = "http://www.darwinsys.com/file/" | ||
| 5 | SECTION = "console/utils" | ||
| 6 | |||
| 7 | # two clause BSD | ||
| 8 | LICENSE = "BSD" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03188" | ||
| 10 | |||
| 11 | DEPENDS = "zlib file-replacement-native" | ||
| 12 | DEPENDS_class-native = "zlib-native" | ||
| 13 | |||
| 14 | # Blacklist a bogus tag in upstream check | ||
| 15 | UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)" | ||
| 16 | |||
| 17 | SRC_URI = "git://github.com/file/file.git \ | ||
| 18 | file://debian-742262.patch \ | ||
| 19 | file://0001-Add-P-prompt-into-Usage-info.patch \ | ||
| 20 | file://host-file.patch \ | ||
| 21 | " | ||
| 22 | |||
| 23 | SRCREV = "f45db89ddc91692b662fffbabbdafc7bc4c00f5e" | ||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | |||
| 26 | inherit autotools | ||
| 27 | |||
| 28 | EXTRA_OEMAKE_append_class-target = "-e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" | ||
| 29 | EXTRA_OEMAKE_append_class-nativesdk = "-e FILE_COMPILE=${STAGING_BINDIR_NATIVE}/file-native/file" | ||
| 30 | |||
| 31 | FILES_${PN} += "${datadir}/misc/*.mgc" | ||
| 32 | |||
| 33 | do_install_append_class-native() { | ||
| 34 | create_cmdline_wrapper ${D}/${bindir}/file \ | ||
| 35 | --magic-file ${datadir}/misc/magic.mgc | ||
| 36 | } | ||
| 37 | |||
| 38 | do_install_append_class-nativesdk() { | ||
| 39 | create_cmdline_wrapper ${D}/${bindir}/file \ | ||
| 40 | --magic-file ${datadir}/misc/magic.mgc | ||
| 41 | } | ||
| 42 | |||
| 43 | BBCLASSEXTEND = "native nativesdk" | ||
| 44 | PROVIDES_append_class-native = " file-replacement-native" | ||
| 45 | # Don't use NATIVE_PACKAGE_PATH_SUFFIX as that hides libmagic from anyone who | ||
| 46 | # depends on file-replacement-native. | ||
| 47 | bindir_append_class-native = "/file-native" | ||
