utils.bbclass: restore previous implementation of explode_deps()
[openembedded.git] / recipes / file / file.inc
1 DESCRIPTION = "File attempts to classify files depending \
2 on their contents and prints a description if a match is found."
3 SECTION = "console/utils"
4 LICENSE = "BSD-ADV"
5 DEPENDS = "file-native"
6 DEPENDS_virtclass-native = ""
7
8 INCPR = "r2"
9
10 SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
11
12 inherit autotools
13
14 NATIVE_INSTALL_WORKS = "1"
15 BBCLASSEXTEND = "native"
16
17 FILES_${PN} += "${datadir}/misc/magic*"