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

40 lines
938 B
Diff

From 42efc94c11d510b41d8cf3407e1c3900eb52b600 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Thu, 4 Jun 2015 16:28:02 +0800
Subject: [PATCH] Remove unused variable (YELP_HELP_RULES)
Upstream-Status: Pending
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
help/Makefile.am | 2 --
help/Makefile.in | 2 --
2 files changed, 4 deletions(-)
diff --git a/help/Makefile.am b/help/Makefile.am
index 50c0e84..5c5d2e9 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,5 +1,3 @@
-@YELP_HELP_RULES@
-
HELP_ID = glade
HELP_FILES = \
diff --git a/help/Makefile.in b/help/Makefile.in
index 6978ea5..e1c7d3b 100644
--- a/help/Makefile.in
+++ b/help/Makefile.in
@@ -521,8 +521,6 @@ uninstall-am:
.PRECIOUS: Makefile
-@YELP_HELP_RULES@
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
--
1.9.1