diff mbox series

[1/1] package/gstreamer1/gstd: drop readline dependency

Message ID 20231227134656.1288718-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/gstreamer1/gstd: drop readline dependency | expand

Commit Message

Fabrice Fontaine Dec. 27, 2023, 1:46 p.m. UTC
readline is not a dependency since bump to version 0.15.0 in commit
cbd06adac50e304f413689febf676911ae29d967 and
https://github.com/RidgeRun/gstd-1.x/commit/978b503840e0f9ae99f732113babbc4fbfb2a770

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gstreamer1/gstd/Config.in | 1 -
 package/gstreamer1/gstd/gstd.mk   | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

Comments

Peter Korsgaard Dec. 27, 2023, 7:15 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > readline is not a dependency since bump to version 0.15.0 in commit
 > cbd06adac50e304f413689febf676911ae29d967 and
 > https://github.com/RidgeRun/gstd-1.x/commit/978b503840e0f9ae99f732113babbc4fbfb2a770

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
Peter Korsgaard Jan. 10, 2024, 10:20 a.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
 >> readline is not a dependency since bump to version 0.15.0 in commit
 >> cbd06adac50e304f413689febf676911ae29d967 and
 >> https://github.com/RidgeRun/gstd-1.x/commit/978b503840e0f9ae99f732113babbc4fbfb2a770

 >> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 > Committed, thanks.

Committed to 2023.02.x and 2023.11.x, thanks.
diff mbox series

Patch

diff --git a/package/gstreamer1/gstd/Config.in b/package/gstreamer1/gstd/Config.in
index df1d2f59c3..bfe1a40bfd 100644
--- a/package/gstreamer1/gstd/Config.in
+++ b/package/gstreamer1/gstd/Config.in
@@ -10,7 +10,6 @@  config BR2_PACKAGE_GSTD
 	select BR2_PACKAGE_LIBEDIT
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_LIBSOUP
-	select BR2_PACKAGE_READLINE
 	help
 	  GStreamer Daemon, also called gstd, is a GStreamer framework
 	  for controlling audio and video streaming using an
diff --git a/package/gstreamer1/gstd/gstd.mk b/package/gstreamer1/gstd/gstd.mk
index ccb3b3e1bc..965ede7949 100644
--- a/package/gstreamer1/gstd/gstd.mk
+++ b/package/gstreamer1/gstd/gstd.mk
@@ -17,8 +17,7 @@  GSTD_DEPENDENCIES = \
 	libdaemon \
 	libedit \
 	libglib2 \
-	libsoup \
-	readline
+	libsoup
 
 GSTD_CONF_OPTS = \
 	-Denable-tests=disabled \