mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
smstools: fix makefile override
Fix syntax error in src/Makefile, override in wrong place. The patch is backport from debian. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
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
|
||||||
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4d21efa1bb2a186360dde4035f860682"
|
|||||||
HOMEPAGE = "http://smstools3.kekekasvi.com"
|
HOMEPAGE = "http://smstools3.kekekasvi.com"
|
||||||
|
|
||||||
SRC_URI = "http://smstools3.kekekasvi.com/packages/${BP}.tar.gz \
|
SRC_URI = "http://smstools3.kekekasvi.com/packages/${BP}.tar.gz \
|
||||||
file://sms_binpath_and_psops.patch"
|
file://sms_binpath_and_psops.patch \
|
||||||
|
file://fix-makefile-override.patch"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "0241ef60e646fac1a06254a848e61ed7"
|
SRC_URI[md5sum] = "0241ef60e646fac1a06254a848e61ed7"
|
||||||
SRC_URI[sha256sum] = "ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59"
|
SRC_URI[sha256sum] = "ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59"
|
||||||
|
|||||||
Reference in New Issue
Block a user