commit
02e43af132
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=gsmlib
|
PKG_NAME:=gsmlib
|
||||||
PKG_VERSION:=1.10-20140304
|
PKG_VERSION:=1.10-20140304
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://github.com/vbouchaud/gsmlib.git
|
PKG_SOURCE_URL:=https://github.com/vbouchaud/gsmlib.git
|
||||||
|
@ -62,6 +62,8 @@ define Package/gsm-utils/description
|
||||||
Some simple command line programs to access GSM mobile phones via GSM modems.
|
Some simple command line programs to access GSM mobile phones via GSM modems.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CXXFLAGS += -std=c++11
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/$(PKG_NAME)
|
$(INSTALL_DIR) $(1)/usr/include/$(PKG_NAME)
|
||||||
$(INSTALL_DATA) \
|
$(INSTALL_DATA) \
|
||||||
|
|
Loading…
Reference in a new issue