diff options
Diffstat (limited to 'recipes/file/file_5.04.bb')
-rw-r--r-- | recipes/file/file_5.04.bb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/recipes/file/file_5.04.bb b/recipes/file/file_5.04.bb index 1fe1488dae..da14e941be 100644 --- a/recipes/file/file_5.04.bb +++ b/recipes/file/file_5.04.bb @@ -1,12 +1,3 @@ -DESCRIPTION = "File attempts to classify files depending \ -on their contents and prints a description if a match is found." -SECTION = "console/utils" -LICENSE = "BSD-ADV" -DEPENDS = "file-native" -DEPENDS_virtclass-native = "" +require file.inc -SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz" - -inherit autotools - -BBCLASSEXTEND = "native" +PR = "${INCPR}.0" |