diff options
Diffstat (limited to 'recipes/notification-daemon')
-rw-r--r-- | recipes/notification-daemon/notification-daemon_0.3.6.bb | 2 | ||||
-rw-r--r-- | recipes/notification-daemon/notification-daemon_0.3.7.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/notification-daemon/notification-daemon_0.3.6.bb b/recipes/notification-daemon/notification-daemon_0.3.6.bb index d21e555937..285b2e3a60 100644 --- a/recipes/notification-daemon/notification-daemon_0.3.6.bb +++ b/recipes/notification-daemon/notification-daemon_0.3.6.bb @@ -6,7 +6,7 @@ DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" PR = "r1" SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ - file://dbus-glib-tool-prefix.patch;patch=1" + file://dbus-glib-tool-prefix.patch" EXTRA_OECONF = "--disable-binreloc" diff --git a/recipes/notification-daemon/notification-daemon_0.3.7.bb b/recipes/notification-daemon/notification-daemon_0.3.7.bb index 0f5dceb977..366fafd5cb 100644 --- a/recipes/notification-daemon/notification-daemon_0.3.7.bb +++ b/recipes/notification-daemon/notification-daemon_0.3.7.bb @@ -6,7 +6,7 @@ DEPENDS = "gettext dbus gtk+ libsexy gconf libwnck" PR = "r1" SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ - file://notification-daemon-fix-text-color.diff;patch=1" + file://notification-daemon-fix-text-color.diff" EXTRA_OECONF = "--disable-binreloc" |