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/bootchart2/bootchart2_0.14.7.bb | |
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/bootchart2/bootchart2_0.14.7.bb')
-rw-r--r-- | meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb index 4b0a98068d..8ca26ef800 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb | |||
@@ -88,6 +88,8 @@ HOMEPAGE = "https://github.com/mmeeks/bootchart" | |||
88 | LICENSE = "GPL-3.0" | 88 | LICENSE = "GPL-3.0" |
89 | LIC_FILES_CHKSUM = "file://COPYING;md5=44ac4678311254db62edf8fd39cb8124" | 89 | LIC_FILES_CHKSUM = "file://COPYING;md5=44ac4678311254db62edf8fd39cb8124" |
90 | 90 | ||
91 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)" | ||
92 | |||
91 | SRC_URI = "git://github.com/mmeeks/bootchart.git \ | 93 | SRC_URI = "git://github.com/mmeeks/bootchart.git \ |
92 | file://bootchartd_stop.sh \ | 94 | file://bootchartd_stop.sh \ |
93 | " | 95 | " |