diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:10:32 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:53 +0200 |
commit | 4c5bd5793c0ea9bd786069fd1022e8769740d40e (patch) | |
tree | 15b217f61692f6c1e4707b89445262ed623b9b71 /meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb | |
parent | 09d61e679acb184665fb781720c7404a99249a3c (diff) | |
download | meta-openembedded-4c5bd5793c0ea9bd786069fd1022e8769740d40e.tar.gz |
claws-plugin-gtkhtml2: Use "foreign" automake strictness and autotools-brokensep
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb')
-rw-r--r-- | meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb index f203cc002..9adfd2806 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb | |||
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=977f04a8048c04684e521c06e2844a94" | |||
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI = "http://www.claws-mail.org/downloads/plugins_obsolete/gtkhtml2_viewer-${PV}.tar.gz" | 9 | SRC_URI = "http://www.claws-mail.org/downloads/plugins_obsolete/gtkhtml2_viewer-${PV}.tar.gz \ |
10 | file://configure.patch" | ||
10 | SRC_URI[md5sum] = "a6c9dfa6f969ccd844796a5724b52167" | 11 | SRC_URI[md5sum] = "a6c9dfa6f969ccd844796a5724b52167" |
11 | SRC_URI[sha256sum] = "4d41f6d961efaac0f51705e5052bac732bc0bdafee2ef2082a9cf9d89f183ae5" | 12 | SRC_URI[sha256sum] = "4d41f6d961efaac0f51705e5052bac732bc0bdafee2ef2082a9cf9d89f183ae5" |
12 | 13 | ||