diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:46:13 +0200 |
commit | 8d89651ef729e560ad96dcfc002fcde6ff7f923b (patch) | |
tree | eb5be01c25f735d12fe9881ee6327c9b7e8bbe39 /meta-linaro/recipes-extra/libevent/libevent-fb_1.4.14b.bb | |
download | meta-linaro-dizzy-enea.tar.gz |
initial commit for Enea Linux 5.0 armdizzy-enea
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-linaro/recipes-extra/libevent/libevent-fb_1.4.14b.bb')
-rw-r--r-- | meta-linaro/recipes-extra/libevent/libevent-fb_1.4.14b.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/libevent/libevent-fb_1.4.14b.bb b/meta-linaro/recipes-extra/libevent/libevent-fb_1.4.14b.bb new file mode 100644 index 0000000..fda0390 --- /dev/null +++ b/meta-linaro/recipes-extra/libevent/libevent-fb_1.4.14b.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | require recipes-support/libevent/libevent_2.0.21.bb | ||
2 | |||
3 | PROVIDES = "libevent" | ||
4 | |||
5 | INC_PR = "1" | ||
6 | |||
7 | SRC_URI = "http://github.com/downloads/libevent/libevent/libevent-${PV}-stable.tar.gz;name=archive \ | ||
8 | http://libevent.org/LICENSE.txt;name=license \ | ||
9 | file://libevent-1.4.14.fb-changes.diff" | ||
10 | |||
11 | SRC_URI[archive.md5sum] = "a00e037e4d3f9e4fe9893e8a2d27918c" | ||
12 | SRC_URI[archive.sha256sum] = "afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301" | ||
13 | |||
14 | SRC_URI[license.md5sum] = "412e611443304db6a338ab32728ae297" | ||
15 | SRC_URI[license.sha256sum] = "55739d5492273a7058c66b682012330a84c34eaa666f5c7030b0312573235270" | ||
16 | |||
17 | |||
18 | S = "${WORKDIR}/libevent-${PV}-stable/" | ||
19 | |||
20 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE.txt;md5=412e611443304db6a338ab32728ae297" | ||