diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-15 12:24:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 07:39:29 +0000 |
commit | b1145cc503b00d84999c4ab933c025762653f7bc (patch) | |
tree | 2a2e2ceea89cde248df90fa6d8274f2267a1a341 /meta/recipes-core/dbus | |
parent | fad63e3ab42d03f0802e8d772b3d28ba9e704ced (diff) | |
download | poky-b1145cc503b00d84999c4ab933c025762653f7bc.tar.gz |
dbus: update large file patch
Upstream has accepted this patch, so update the header and revise the patch to
reflect the form that was merged.
(From OE-Core rev: 17cdfcb742f989af9af821d4a4517e7068ae5ad9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r-- | meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch b/meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch index bb73288609..c6eac2b7dc 100644 --- a/meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch +++ b/meta/recipes-core/dbus/dbus/0001-configure.ac-support-large-file-for-stat64.patch | |||
@@ -27,7 +27,7 @@ In this situation, we should support large-file for stat64. Add marco | |||
27 | AC_SYS_LARGEFILE to do the detection at configure time. It can be disabled | 27 | AC_SYS_LARGEFILE to do the detection at configure time. It can be disabled |
28 | by configuring with the `--disable-largefile' option. | 28 | by configuring with the `--disable-largefile' option. |
29 | 29 | ||
30 | Upstream-Status: Submitted | 30 | Upstream-Status: Backport |
31 | 31 | ||
32 | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93545 | 32 | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93545 |
33 | https://bugs.freedesktop.org/attachment.cgi?id=120747 | 33 | https://bugs.freedesktop.org/attachment.cgi?id=120747 |
@@ -44,8 +44,8 @@ index 82806ba..cb5a60b 100644 | |||
44 | AC_PROG_CC | 44 | AC_PROG_CC |
45 | AM_PROG_CC_C_O | 45 | AM_PROG_CC_C_O |
46 | AC_PROG_CXX | 46 | AC_PROG_CXX |
47 | +AC_SYS_LARGEFILE | ||
48 | AC_USE_SYSTEM_EXTENSIONS | 47 | AC_USE_SYSTEM_EXTENSIONS |
48 | +AC_SYS_LARGEFILE | ||
49 | AC_ISC_POSIX | 49 | AC_ISC_POSIX |
50 | AC_HEADER_STDC | 50 | AC_HEADER_STDC |
51 | -- | 51 | -- |