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/disko | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/disko')
-rw-r--r-- | recipes/disko/disko_1.6.0.bb | 2 | ||||
-rw-r--r-- | recipes/disko/disko_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/disko/disko_1.6.0.bb b/recipes/disko/disko_1.6.0.bb index 4b5a44b272..4e43ec068d 100644 --- a/recipes/disko/disko_1.6.0.bb +++ b/recipes/disko/disko_1.6.0.bb @@ -7,7 +7,7 @@ require disko.inc DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm" SRC_URI = "http://www.diskohq.org/downloads/${PN}-${PV}.tar.gz \ - file://pkgconfig.patch;patch=1 \ + file://pkgconfig.patch \ " do_compile() { diff --git a/recipes/disko/disko_git.bb b/recipes/disko/disko_git.bb index 99ef87a0df..71d694da1e 100644 --- a/recipes/disko/disko_git.bb +++ b/recipes/disko/disko_git.bb @@ -11,7 +11,7 @@ require disko.inc DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm" SRC_URI = "git://www.diskohq.org/disko.git;protocol=git \ - file://pkgconfig.patch;patch=1 \ + file://pkgconfig.patch \ " S = "${WORKDIR}/git" |