mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
per bug 0000786, strip quotes
This commit is contained in:
parent
126a92177d
commit
eada0a459e
@ -13,7 +13,8 @@ MTD_HOST_DIR := $(TOOL_BUILD_DIR)/mtd_snapshot
|
|||||||
MTD_DIR:=$(BUILD_DIR)/mtd_snapshot
|
MTD_DIR:=$(BUILD_DIR)/mtd_snapshot
|
||||||
MTD_UNZIP:=bzcat
|
MTD_UNZIP:=bzcat
|
||||||
else
|
else
|
||||||
MTD_SOURCE:=$(strip $(BR2_PACKAGE_MTD_ORIG_STRING))
|
MTD_SOURCE:=$(strip $(subst ",, $(BR2_PACKAGE_MTD_ORIG_STRING)))
|
||||||
|
#"
|
||||||
MTD_SITE:=http://ftp.debian.org/debian/pool/main/m/mtd
|
MTD_SITE:=http://ftp.debian.org/debian/pool/main/m/mtd
|
||||||
MTD_HOST_DIR := $(TOOL_BUILD_DIR)/mtd_orig
|
MTD_HOST_DIR := $(TOOL_BUILD_DIR)/mtd_orig
|
||||||
MTD_DIR:=$(BUILD_DIR)/mtd_orig
|
MTD_DIR:=$(BUILD_DIR)/mtd_orig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user