diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-29 19:54:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-29 19:55:06 +0200 |
commit | a3b093595a2c6eb6078c523d51e6b5e5925aea7e (patch) | |
tree | ae19762f105ac749365aadeb90d751a788f1134a | |
parent | 53126bb60bfe861703dd2f45418788a74e8d77ae (diff) |
xmms-tremor: bump PR
-rw-r--r-- | recipes/xmms/xmms-tremor_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/xmms/xmms-tremor_1.0.bb b/recipes/xmms/xmms-tremor_1.0.bb index 4c11cccbd5..e3c9f26830 100644 --- a/recipes/xmms/xmms-tremor_1.0.bb +++ b/recipes/xmms/xmms-tremor_1.0.bb @@ -4,6 +4,8 @@ LICENSE = "GPL" DEPENDS = "xmms tremor" SRC_URI = "http://mirror1.pdaxrom.org/source/src/xmms-tremor-1.0.tar.bz2" +PR = "r1" + inherit autotools FILES_${PN} = "${libdir}/xmms/Input/libxmmstremor.so" |