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-support/libxslt | |
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-support/libxslt')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.28.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb index 87fabecda0..bedc03e95d 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb | |||
@@ -15,6 +15,9 @@ SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ | |||
15 | 15 | ||
16 | SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7" | 16 | SRC_URI[md5sum] = "9667bf6f9310b957254fdcf6596600b7" |
17 | SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c" | 17 | SRC_URI[sha256sum] = "5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c" |
18 | |||
19 | UPSTREAM_CHECK_REGEX = "libxslt-(?P<pver>\d+(\.\d+)+)\.tar" | ||
20 | |||
18 | S = "${WORKDIR}/libxslt-${PV}" | 21 | S = "${WORKDIR}/libxslt-${PV}" |
19 | 22 | ||
20 | BINCONFIG = "${bindir}/xslt-config" | 23 | BINCONFIG = "${bindir}/xslt-config" |