diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-05-15 15:32:42 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-15 08:31:09 -0700 |
| commit | b260aa79693d2b6ba30e203197263ace73c12b4c (patch) | |
| tree | 2cbc2ed7e037f94d810d2b9082e3fcddc961682c /meta-oe/recipes-connectivity/transmission/files/0001-configure.ac-Fix-no-libsystemd-daemon.patch | |
| parent | 33a15c790688e6bd959fc59062c2020485b992b6 (diff) | |
| download | meta-openembedded-b260aa79693d2b6ba30e203197263ace73c12b4c.tar.gz | |
transmission: Add version 2.94
Transmission is a fast, easy, and free BitTorrent client. This
recipe provides it as a GTK+ application for X11, headless daemon
and a web user interface (UI).
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/transmission/files/0001-configure.ac-Fix-no-libsystemd-daemon.patch')
| -rw-r--r-- | meta-oe/recipes-connectivity/transmission/files/0001-configure.ac-Fix-no-libsystemd-daemon.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/transmission/files/0001-configure.ac-Fix-no-libsystemd-daemon.patch b/meta-oe/recipes-connectivity/transmission/files/0001-configure.ac-Fix-no-libsystemd-daemon.patch new file mode 100644 index 0000000000..130ead0842 --- /dev/null +++ b/meta-oe/recipes-connectivity/transmission/files/0001-configure.ac-Fix-no-libsystemd-daemon.patch | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | From 73ee7e68402a77287054df779f0e44ae1a4f9f0b Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Leon Anavi <leon.anavi@konsulko.com> | ||
| 3 | Date: Mon, 11 May 2020 17:01:35 +0000 | ||
| 4 | Subject: [PATCH] configure.ac: Fix no libsystemd-daemon | ||
| 5 | |||
| 6 | Replace libsystemd-daemon with libsystemd. | ||
| 7 | |||
| 8 | Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | ||
| 9 | --- | ||
| 10 | configure.ac | 5 ++--- | ||
| 11 | 1 file changed, 2 insertions(+), 3 deletions(-) | ||
| 12 | |||
| 13 | diff --git a/configure.ac b/configure.ac | ||
| 14 | index df8cb5007..9a6fb9b2e 100644 | ||
| 15 | --- a/configure.ac | ||
| 16 | +++ b/configure.ac | ||
| 17 | @@ -249,10 +249,10 @@ AC_ARG_WITH([systemd-daemon], AS_HELP_STRING([--with-systemd-daemon], | ||
| 18 | [Add support for systemd startup notification (default is autodetected)]), | ||
| 19 | [USE_SYSTEMD_DAEMON=$withval], [USE_SYSTEMD_DAEMON=auto]) | ||
| 20 | AS_IF([test "x$USE_SYSTEMD_DAEMON" != "xno"], [ | ||
| 21 | - PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd-daemon], | ||
| 22 | + PKG_CHECK_MODULES([SYSTEMD_DAEMON], [libsystemd], | ||
| 23 | [AC_DEFINE(USE_SYSTEMD_DAEMON,1,[Use systemd startup notification])], | ||
| 24 | [AS_IF([test "x$USE_SYSTEMD_DAEMON" = "xyes"], | ||
| 25 | - [AC_MSG_ERROR([systemd startup notification support requested, but libsystemd-daemon not found.])] | ||
| 26 | + [AC_MSG_ERROR([systemd startup notification support requested, but libsystemd not found.])] | ||
| 27 | )] | ||
| 28 | ) | ||
| 29 | ]) | ||
| 30 | @@ -558,7 +558,6 @@ if test "x$enable_nls" = "xyes" ; then | ||
| 31 | GETTEXT_PACKAGE=transmission-gtk | ||
| 32 | AC_SUBST(GETTEXT_PACKAGE) | ||
| 33 | AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package]) | ||
| 34 | - AM_GLIB_GNU_GETTEXT | ||
| 35 | transmissionlocaledir='${prefix}/${DATADIRNAME}/locale' | ||
| 36 | AC_SUBST(transmissionlocaledir) | ||
| 37 | fi | ||
| 38 | -- | ||
| 39 | 2.17.1 | ||
| 40 | |||
