diff options
Diffstat (limited to 'recipes/libsigc++-2.0')
-rw-r--r-- | recipes/libsigc++-2.0/libsigc++-2.0_2.0.17.bb | 2 | ||||
-rw-r--r-- | recipes/libsigc++-2.0/libsigc++-2.0_2.0.6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libsigc++-2.0/libsigc++-2.0_2.0.17.bb b/recipes/libsigc++-2.0/libsigc++-2.0_2.0.17.bb index ede1d9cef4..474b2fd95f 100644 --- a/recipes/libsigc++-2.0/libsigc++-2.0_2.0.17.bb +++ b/recipes/libsigc++-2.0/libsigc++-2.0_2.0.17.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" PR = "r1" LICENSE = "GPL LGPL" SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-${PV}.tar.gz \ - file://define_sigc_api.patch;patch=1 " + file://define_sigc_api.patch " S = "${WORKDIR}/libsigc++-${PV}" inherit autotools pkgconfig diff --git a/recipes/libsigc++-2.0/libsigc++-2.0_2.0.6.bb b/recipes/libsigc++-2.0/libsigc++-2.0_2.0.6.bb index 5a1d1ab000..47fe0005b3 100644 --- a/recipes/libsigc++-2.0/libsigc++-2.0_2.0.6.bb +++ b/recipes/libsigc++-2.0/libsigc++-2.0_2.0.6.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" PR = "r1" LICENSE = "GPL LGPL" SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-${PV}.tar.gz \ - file://define_sigc_api.patch;patch=1" + file://define_sigc_api.patch" S = "${WORKDIR}/libsigc++-${PV}" inherit autotools pkgconfig |