diff options
| -rw-r--r-- | meta/packages/file/file_4.18.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/file/file_4.18.bb b/meta/packages/file/file_4.18.bb index 1ff8425447..4c8e64c308 100644 --- a/meta/packages/file/file_4.18.bb +++ b/meta/packages/file/file_4.18.bb | |||
| @@ -1,12 +1,18 @@ | |||
| 1 | DESCRIPTION = "File attempts to classify files depending \ | 1 | DESCRIPTION = "File attempts to classify files depending \ |
| 2 | on their contents and prints a description if a match is found." | 2 | on their contents and prints a description if a match is found." |
| 3 | HOMEPAGE = "http://www.darwinsys.com/file/" | ||
| 3 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
| 4 | LICENSE = "BSD-ADV" | 5 | |
| 6 | # two clause BSD | ||
| 7 | LICENSE = "BSD" | ||
| 8 | |||
| 5 | DEPENDS = "file-native" | 9 | DEPENDS = "file-native" |
| 10 | DEPENDS_virtclass-native = "" | ||
| 6 | 11 | ||
| 7 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | 12 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ |
| 8 | file://dump \ | 13 | file://dump \ |
| 9 | file://filesystems" | 14 | file://filesystems" |
| 15 | SRC_URI_append_virtclass-native = " file://native-fix.diff;patch=1" | ||
| 10 | 16 | ||
| 11 | inherit autotools | 17 | inherit autotools |
| 12 | 18 | ||
| @@ -16,6 +22,4 @@ do_configure_prepend() { | |||
| 16 | cp ${WORKDIR}/filesystems ${S}/magic/Magdir/ | 22 | cp ${WORKDIR}/filesystems ${S}/magic/Magdir/ |
| 17 | } | 23 | } |
| 18 | 24 | ||
| 19 | DEPENDS_virtclass-native = "" | ||
| 20 | SRC_URI_append_virtclass-native = " file://native-fix.diff;patch=1" | ||
| 21 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |
