summaryrefslogtreecommitdiff
path: root/packages/rhythmbox/rhythmbox_0.8.5.bb
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-07-24 16:20:23 +0000
committerRaymond Danks <raymond@edanks.com>2006-07-24 16:20:23 +0000
commitcd7764ab1dfc6775dc444295f0d9527ea8f23f56 (patch)
tree4afa621812a8f0f6369f400d01608e228477257a /packages/rhythmbox/rhythmbox_0.8.5.bb
parent4ec16f9c39d26f994cab8c215e997c71b5d5dae1 (diff)
rhythmbox - omfmake.patch to test for file existence before install.
Diffstat (limited to 'packages/rhythmbox/rhythmbox_0.8.5.bb')
-rw-r--r--packages/rhythmbox/rhythmbox_0.8.5.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/rhythmbox/rhythmbox_0.8.5.bb b/packages/rhythmbox/rhythmbox_0.8.5.bb
index b35914cccc..8a6f3a8905 100644
--- a/packages/rhythmbox/rhythmbox_0.8.5.bb
+++ b/packages/rhythmbox/rhythmbox_0.8.5.bb
@@ -1,8 +1,9 @@
LICENSE = "GPL"
SECTION = "unknown"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/rhythmbox/0.8/rhythmbox-${PV}.tar.gz \
- file://ogg.m4 file://vorbis.m4"
+ file://ogg.m4 file://vorbis.m4 \
+ file://omfmake.patch;patch=1"
DEPENDS = "gstreamer gst-plugins libgnomeui"