From f7f9e4f930c7900e04ee140c2ff17c8209079bfb Mon Sep 17 00:00:00 2001 From: Bill Randle Date: Sat, 23 Dec 2017 12:04:50 -0800 Subject: smstools3: update to 3.1.21; drop uneeded patches Update smstools3 to latest version and drop some patches that no longer seem to be required. (Builds and runs fine on poky.) Signed-off-by: Bill Randle fixed sha256 hash Signed-off-by: Armin Kuster --- .../smstools3/fix-makefile-override.patch | 24 ---------------------- .../smstools3/smstools3/sms_binpath.patch | 16 +++++++++++++++ .../smstools3/sms_binpath_and_psops.patch | 19 ----------------- 3 files changed, 16 insertions(+), 43 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/smstools3/smstools3/fix-makefile-override.patch create mode 100644 meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch delete mode 100644 meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath_and_psops.patch (limited to 'meta-oe/recipes-connectivity/smstools3/smstools3') diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3/fix-makefile-override.patch b/meta-oe/recipes-connectivity/smstools3/smstools3/fix-makefile-override.patch deleted file mode 100644 index f0a1d33c96..0000000000 --- a/meta-oe/recipes-connectivity/smstools3/smstools3/fix-makefile-override.patch +++ /dev/null @@ -1,24 +0,0 @@ -Upstream-Status: Backport [debian] - ---- a/src/Makefile -+++ b/src/Makefile -@@ -37,16 +37,15 @@ - # Use the following only on GNU/Linux and only if you need ps listing like "smsd: MAINPROCESS" and "smsd: GSM1" - # CFLAGS += -D USE_LINUX_PS_TRICK - --all: smsd -- --smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o -- - ifneq (,$(findstring SOLARIS,$(CFLAGS))) - ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS))) - override LFLAGS += -lsocket -lnsl - endif - endif - -+all: smsd -+ -+smsd: smsd.c extras.o locking.o cfgfile.o logging.o alarm.o smsd_cfg.o charset.o stats.o blacklist.o whitelist.o modeminit.o pdu.o - ifneq (,$(findstring NOSTATS,$(CFLAGS))) - $(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) - else diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch b/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch new file mode 100644 index 0000000000..6220446327 --- /dev/null +++ b/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch @@ -0,0 +1,16 @@ +Index: smstools3/scripts/sms3 +=================================================================== +--- smstools3.orig/scripts/sms3 2010-05-04 11:21:44.000000000 +0200 ++++ smstools3/scripts/sms3 2015-02-22 20:05:51.615074469 +0100 +@@ -24,11 +24,11 @@ + # Logfile can also be defined in here: + LOGFILE="/var/log/smsd.log" + +-DAEMON=/usr/local/bin/smsd ++DAEMON=/usr/bin/smsd + # A program which turns power off for couple of seconds: +-RESETMODEMS=/usr/local/bin/smsd_resetmodems ++RESETMODEMS=/usr/bin/smsd_resetmodems + NAME=smsd + PSOPT="-e" + ECHO=echo diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath_and_psops.patch b/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath_and_psops.patch deleted file mode 100644 index ffcaa09716..0000000000 --- a/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath_and_psops.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: smstools3/scripts/sms3 -=================================================================== ---- smstools3.orig/scripts/sms3 2010-05-04 11:21:44.000000000 +0200 -+++ smstools3/scripts/sms3 2015-02-22 20:05:51.615074469 +0100 -@@ -24,11 +24,11 @@ - # Logfile can also be defined in here: - LOGFILE="/var/log/smsd.log" - --DAEMON=/usr/local/bin/smsd -+DAEMON=/usr/bin/smsd - # A program which turns power off for couple of seconds: --RESETMODEMS=/usr/local/bin/smsd_resetmodems -+RESETMODEMS=/usr/bin/smsd_resetmodems - NAME=smsd --PSOPT="-e" -+PSOPT="" - ECHO=echo - case `uname` in - *BSD|Darwin) -- cgit 1.2.3-korg