diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/libstroke | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/libstroke')
-rw-r--r-- | recipes/libstroke/libstroke_0.5.1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/libstroke/libstroke_0.5.1.bb b/recipes/libstroke/libstroke_0.5.1.bb index 82514330d1..d4256f53d6 100644 --- a/recipes/libstroke/libstroke_0.5.1.bb +++ b/recipes/libstroke/libstroke_0.5.1.bb @@ -6,12 +6,12 @@ PRIORITY = "optional" DEPENDS = "virtual/libx11" SRC_URI = "http://www.etla.net/libstroke/${P}.tar.gz \ - file://configure.in.patch;patch=1 \ - file://libstroke-Makefile.am.patch;patch=1 \ - file://tests-Makefile.am.patch;patch=1 \ + file://configure.in.patch \ + file://libstroke-Makefile.am.patch \ + file://tests-Makefile.am.patch \ " -# file://Makefile.am.patch;patch=1 \ -# file://libgstroke-Makefile.am.patch;patch=1 \ +# file://Makefile.am.patch \ +# file://libgstroke-Makefile.am.patch \ inherit autotools pkgconfig |