summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/grubby/grubby/0001-Add-another-variable-LIBS-to-provides-libraries-from.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-01-03 17:02:21 +0800
committerKhem Raj <raj.khem@gmail.com>2023-01-04 15:33:58 -0800
commiteefad4d27a4578e56bc686b6aa0306e4ec5491c0 (patch)
tree71c957e6886773cdc10b0d60dd0ac656d7592f26 /meta-initramfs/recipes-devtools/grubby/grubby/0001-Add-another-variable-LIBS-to-provides-libraries-from.patch
parent29abac4415ca21de10e80cca7fd4a87ca76b8f03 (diff)
downloadmeta-openembedded-eefad4d27a4578e56bc686b6aa0306e4ec5491c0.tar.gz
grubby: update to latest git rev
* Refresh patches. * Update SRC_URI. The upstrem repository has been archived. * Depends on rpm to rpm-sort build. * Add a patch to fix rpm-sort build error. * Do not specify PREFIX as the issue has been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/grubby/grubby/0001-Add-another-variable-LIBS-to-provides-libraries-from.patch')
-rw-r--r--meta-initramfs/recipes-devtools/grubby/grubby/0001-Add-another-variable-LIBS-to-provides-libraries-from.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby/0001-Add-another-variable-LIBS-to-provides-libraries-from.patch b/meta-initramfs/recipes-devtools/grubby/grubby/0001-Add-another-variable-LIBS-to-provides-libraries-from.patch
deleted file mode 100644
index dfbe7ba6b..000000000
--- a/meta-initramfs/recipes-devtools/grubby/grubby/0001-Add-another-variable-LIBS-to-provides-libraries-from.patch
+++ /dev/null
@@ -1,24 +0,0 @@
1From b7b3caa9b5c8abcd3c371d0683001cd681e104b3 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 15 Jul 2017 10:19:22 -0700
4Subject: [PATCH 1/2] Add another variable LIBS to provides libraries from env
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7
8---
9 Makefile | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/Makefile b/Makefile
13index cc7e823..ae30a07 100644
14--- a/Makefile
15+++ b/Makefile
16@@ -31,7 +31,7 @@ ifneq ($(VERBOSE_TEST),)
17 VERBOSE_TEST="--verbose"
18 endif
19
20-grubby_LIBS = -lblkid -lpopt
21+grubby_LIBS = -lblkid -lpopt ${LIBS}
22
23 all: grubby
24