diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-22 15:37:12 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-22 15:40:17 +0200 |
commit | 4cd4219072482dcf9ca9e34451bb5feba5668c0e (patch) | |
tree | 1ffed5ea1e4623a9732e5c34c8a919d5e15bc748 /recipes/qwo/qwo_0.5.bb | |
parent | 630b9cff97dbe729393a9e0b0238f77957f75f17 (diff) |
qwo: add patch for build with automake-1.11
* qwo.1 is created in created in DESTDIR already with help2man, no need
to add it to DEST files
* automake-1.11 checks for files instaled more than once and fails
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/qwo/qwo_0.5.bb')
-rw-r--r-- | recipes/qwo/qwo_0.5.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/qwo/qwo_0.5.bb b/recipes/qwo/qwo_0.5.bb index 69bd75126f..f8222be30e 100644 --- a/recipes/qwo/qwo_0.5.bb +++ b/recipes/qwo/qwo_0.5.bb @@ -6,8 +6,10 @@ PRIORITY = "optional" LICENSE = "GPLv2" DEPENDS = "libxtst libxext virtual/imlib2 libconfig" RDEPENDS += "imlib2-loaders" +PR = "r1" -SRC_URI = "http://download.savannah.nongnu.org/releases/qwo/qwo-${PV}.tar.gz " +SRC_URI = "http://download.savannah.nongnu.org/releases/qwo/qwo-${PV}.tar.gz \ + file://qwo.automake-1.11.patch;patch=1" inherit autotools |