Files
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

31 lines
977 B
Diff

From 6ca1b224032355521b35471d222d0b09c08369a0 Mon Sep 17 00:00:00 2001
From: Yi Zhao <yi.zhao@windriver.com>
Date: Thu, 27 May 2021 11:38:36 +0800
Subject: [PATCH] bind/Makefile.in: regenerate configure
Run autogen.sh to regenerate configure.
Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
bind/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bind/Makefile.in b/bind/Makefile.in
index 533d55c..fdffe15 100644
--- a/bind/Makefile.in
+++ b/bind/Makefile.in
@@ -55,7 +55,7 @@ bind1:
else \
echo Configuring BIND libraries for DHCP. ; \
rm -rf ${cleandirs} ${cleanfiles} ; \
- (cd ${bindsrcdir} && \
+ (cd ${bindsrcdir} && ./autogen.sh && \
./configure ${bindconfig} > ${binddir}/configure.log); \
fi
--
2.25.1