diff options
author | Phil Blundell <philb@gnu.org> | 2008-10-27 13:20:39 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-10-27 13:20:39 +0000 |
commit | 38ac7b17a43a32174c7cfb153860ab2a2ff2dbcd (patch) | |
tree | b91a58c04fa8ac43d1c50395709a1a306049c66e | |
parent | 8c5d1369cd19f7e6132746d1495c8367a81cb512 (diff) |
glib-2.0: correct over-zealous patch application in last change
-rw-r--r-- | packages/glib-2.0/glib-2.0_2.16.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/glib-2.0/glib-2.0_2.16.4.bb b/packages/glib-2.0/glib-2.0_2.16.4.bb index 215c8debc2..1b817a9ee5 100644 --- a/packages/glib-2.0/glib-2.0_2.16.4.bb +++ b/packages/glib-2.0/glib-2.0_2.16.4.bb @@ -8,5 +8,6 @@ PR = "r0" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/glib-${PV}.tar.bz2 \ file://glibconfig-sysdefs.h \ file://configure-libtool.patch;patch=1 \ - file://atomic-thumb.patch;patch=1 \ " + +SRC_URI_append_arm = "file://atomic-thumb.patch;patch=1" |