diff options
Diffstat (limited to 'recipes/gamin/gamin_0.1.10.bb')
-rw-r--r-- | recipes/gamin/gamin_0.1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gamin/gamin_0.1.10.bb b/recipes/gamin/gamin_0.1.10.bb index 0397e5d4b6..392e3c3530 100644 --- a/recipes/gamin/gamin_0.1.10.bb +++ b/recipes/gamin/gamin_0.1.10.bb @@ -3,7 +3,7 @@ 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://no-abstract-sockets.patch" EXTRA_OECONF = " --without-python " |