diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-11 17:15:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
commit | 12ba5cc32537ea931abfecf414965a19f30f3fcb (patch) | |
tree | be522a5df8c7393dcc333f66519dc006f91bb600 /meta/recipes-devtools/file | |
parent | 642e92f2cd67980a731ba21b570d8d1c6f4798e0 (diff) | |
download | poky-12ba5cc32537ea931abfecf414965a19f30f3fcb.tar.gz |
package_regex.inc: split GITTAGREGEX entries into recipe files
(From OE-Core rev: 589f5442372a7ab0f8bc40403e1739ce1cdd1cc0)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file')
-rw-r--r-- | meta/recipes-devtools/file/file_5.24.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/file/file_5.24.bb b/meta/recipes-devtools/file/file_5.24.bb index d04f1218a9..39f185d36a 100644 --- a/meta/recipes-devtools/file/file_5.24.bb +++ b/meta/recipes-devtools/file/file_5.24.bb | |||
@@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03 | |||
11 | DEPENDS = "zlib file-replacement-native" | 11 | DEPENDS = "zlib file-replacement-native" |
12 | DEPENDS_class-native = "zlib-native" | 12 | DEPENDS_class-native = "zlib-native" |
13 | 13 | ||
14 | # Blacklist a bogus tag in upstream check | ||
15 | UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P<pver>(?!6_23).+)" | ||
16 | |||
14 | SRC_URI = "git://github.com/file/file.git \ | 17 | SRC_URI = "git://github.com/file/file.git \ |
15 | file://debian-742262.patch \ | 18 | file://debian-742262.patch \ |
16 | file://0001-Add-P-prompt-into-Usage-info.patch \ | 19 | file://0001-Add-P-prompt-into-Usage-info.patch \ |