diff options
Diffstat (limited to 'recipes/gamin/gamin_0.1.8.bb')
-rw-r--r-- | recipes/gamin/gamin_0.1.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gamin/gamin_0.1.8.bb b/recipes/gamin/gamin_0.1.8.bb index f2f4735ace..7d76b9004a 100644 --- a/recipes/gamin/gamin_0.1.8.bb +++ b/recipes/gamin/gamin_0.1.8.bb @@ -3,8 +3,8 @@ LICENSE = "LGPL" DEPENDS = "glib-2.0" SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ - file://no-abstract-sockets.patch;apply=yes \ - file://configure_ucred.patch;apply=yes " + file://no-abstract-sockets.patch \ + file://configure_ucred.patch " EXTRA_OECONF = " --without-python " |