diff options
author | Bill Randle <bill.randle@gmail.com> | 2017-12-23 12:04:50 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-01-16 21:32:54 -0800 |
commit | f7f9e4f930c7900e04ee140c2ff17c8209079bfb (patch) | |
tree | 29fcef7271a7fc8c10839e40ea39e106e839288e /meta-oe/recipes-connectivity | |
parent | e632093ec293fe6cba382c03449d1870f6ca1b81 (diff) | |
download | meta-openembedded-f7f9e4f930c7900e04ee140c2ff17c8209079bfb.tar.gz |
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 <bill.randle@gmail.com>
fixed sha256 hash
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/smstools3/smstools3/fix-makefile-override.patch | 24 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch (renamed from meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath_and_psops.patch) | 5 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb (renamed from meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb) | 8 |
3 files changed, 4 insertions, 33 deletions
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 @@ | |||
1 | Upstream-Status: Backport [debian] | ||
2 | |||
3 | --- a/src/Makefile | ||
4 | +++ b/src/Makefile | ||
5 | @@ -37,16 +37,15 @@ | ||
6 | # Use the following only on GNU/Linux and only if you need ps listing like "smsd: MAINPROCESS" and "smsd: GSM1" | ||
7 | # CFLAGS += -D USE_LINUX_PS_TRICK | ||
8 | |||
9 | -all: smsd | ||
10 | - | ||
11 | -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 | ||
12 | - | ||
13 | ifneq (,$(findstring SOLARIS,$(CFLAGS))) | ||
14 | ifeq (,$(findstring DISABLE_INET_SOCKET,$(CFLAGS))) | ||
15 | override LFLAGS += -lsocket -lnsl | ||
16 | endif | ||
17 | endif | ||
18 | |||
19 | +all: smsd | ||
20 | + | ||
21 | +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 | ||
22 | ifneq (,$(findstring NOSTATS,$(CFLAGS))) | ||
23 | $(CC) $(CFLAGS) -o $@ $^ $(LFLAGS) | ||
24 | else | ||
diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath_and_psops.patch b/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch index ffcaa09716..6220446327 100644 --- a/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath_and_psops.patch +++ b/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch | |||
@@ -12,8 +12,5 @@ Index: smstools3/scripts/sms3 | |||
12 | -RESETMODEMS=/usr/local/bin/smsd_resetmodems | 12 | -RESETMODEMS=/usr/local/bin/smsd_resetmodems |
13 | +RESETMODEMS=/usr/bin/smsd_resetmodems | 13 | +RESETMODEMS=/usr/bin/smsd_resetmodems |
14 | NAME=smsd | 14 | NAME=smsd |
15 | -PSOPT="-e" | 15 | PSOPT="-e" |
16 | +PSOPT="" | ||
17 | ECHO=echo | 16 | ECHO=echo |
18 | case `uname` in | ||
19 | *BSD|Darwin) | ||
diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb index 310a13c22a..86c8ede1db 100644 --- a/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.15.bb +++ b/meta-oe/recipes-connectivity/smstools3/smstools3_3.1.21.bb | |||
@@ -6,18 +6,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4d21efa1bb2a186360dde4035f860682" | |||
6 | HOMEPAGE = "http://smstools3.kekekasvi.com" | 6 | HOMEPAGE = "http://smstools3.kekekasvi.com" |
7 | 7 | ||
8 | SRC_URI = "http://smstools3.kekekasvi.com/packages/${BP}.tar.gz \ | 8 | SRC_URI = "http://smstools3.kekekasvi.com/packages/${BP}.tar.gz \ |
9 | file://sms_binpath_and_psops.patch \ | 9 | file://sms_binpath.patch" |
10 | file://fix-makefile-override.patch" | ||
11 | 10 | ||
12 | SRC_URI[md5sum] = "0241ef60e646fac1a06254a848e61ed7" | 11 | SRC_URI[md5sum] = "6a9f038fb38a49cc3a4f8f14a88fb8af" |
13 | SRC_URI[sha256sum] = "ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59" | 12 | SRC_URI[sha256sum] = "a26ba4c02b16f6cf13177bffca6c9230dc5fefaeba8e3030cd4e4905f6a92084" |
14 | 13 | ||
15 | 14 | ||
16 | S = "${WORKDIR}/${BPN}" | 15 | S = "${WORKDIR}/${BPN}" |
17 | 16 | ||
18 | EXTRA_OEMAKE += "LFLAGS='${LDFLAGS}'" | 17 | EXTRA_OEMAKE += "LFLAGS='${LDFLAGS}'" |
19 | 18 | ||
20 | RDEPENDS_${PN} = "bash" | ||
21 | INITSCRIPT_NAME = "sms3" | 19 | INITSCRIPT_NAME = "sms3" |
22 | INITSCRIPT_PARAMS = "defaults" | 20 | INITSCRIPT_PARAMS = "defaults" |
23 | 21 | ||