diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 18:05:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:52 +0000 |
commit | 976f0e35c62149040bf10b4e9c6b5840b6ba82ee (patch) | |
tree | cd92befe31cb74f2878339e01c503a64de9e0b90 /meta/recipes-devtools/chrpath | |
parent | 74bfa62f85433991f007ae1e029e76db05b3a380 (diff) | |
download | poky-976f0e35c62149040bf10b4e9c6b5840b6ba82ee.tar.gz |
package_regex.inc: split the rest of the entries to their recipes
(From OE-Core rev: 73e2555cc7d529a93362b3fcfea3fbc7a4c60ca1)
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/chrpath')
-rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.16.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.16.bb index 0a3b06e73b..e115eb5c95 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.16.bb | |||
@@ -13,6 +13,8 @@ SRC_URI = "http://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar. | |||
13 | SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" | 13 | SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982" |
14 | SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b" | 14 | SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "http://alioth.debian.org/frs/?group_id=31052" | ||
17 | |||
16 | inherit autotools | 18 | inherit autotools |
17 | 19 | ||
18 | # We don't have a staged chrpath-native for ensuring our binary is | 20 | # We don't have a staged chrpath-native for ensuring our binary is |