瀏覽代碼

include: don't use extended regex for deps checking

Closes: #18851

Signed-off-by: Nicolas Thill <[email protected]>

SVN-Revision: 44224
Nicolas Thill 10 年之前
父節點
當前提交
d8263c3025
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/package-ipkg.mk

+ 1 - 1
include/package-ipkg.mk

@@ -66,7 +66,7 @@ ifneq ($(PKG_NAME),toolchain)
 				XARGS="$(XARGS)"; \
 			$(SCRIPT_DIR)/gen-dependencies.sh "$$(IDIR_$(1))"; \
 		) | while read FILE; do \
-			grep -qE "^$$$$FILE$$$$" $(PKG_INFO_DIR)/$(1).provides || \
+			grep -q "^$$$$FILE$$$$" $(PKG_INFO_DIR)/$(1).provides || \
 				echo "$$$$FILE" >> $(PKG_INFO_DIR)/$(1).missing; \
 		done; \
 		if [ -f "$(PKG_INFO_DIR)/$(1).missing" ]; then \