diff options
Diffstat (limited to 'recipes/opensync/libopensync_0.36.bb')
-rw-r--r-- | recipes/opensync/libopensync_0.36.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/opensync/libopensync_0.36.bb b/recipes/opensync/libopensync_0.36.bb index 12a894412f..d97e0937ef 100644 --- a/recipes/opensync/libopensync_0.36.bb +++ b/recipes/opensync/libopensync_0.36.bb @@ -4,9 +4,9 @@ HOMEPAGE = "http://www.opensync.org/" DEPENDS = "sqlite3 libxml2 glib-2.0 check" SRC_URI = "http://opensync.org/download/releases/${PV}/libopensync-${PV}.tar.bz2\ - file://cmake.patch;patch=1 \ - file://build-in-src.patch;patch=1 \ - file://no-python-check.patch;patch=1" + file://cmake.patch;apply=yes \ + file://build-in-src.patch;apply=yes \ + file://no-python-check.patch;apply=yes" inherit cmake pkgconfig |