summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/efivar/efivar_git.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-10-12 14:26:30 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-23 12:53:21 +0200
commit7967a79c8352daf8065496ff76ad23c8c5609467 (patch)
tree1ab5a1b7391ea1527046e24c2cfac83a137fbc89 /meta-oe/recipes-extended/efivar/efivar_git.bb
parent30924da8d05e99fc057daaf386781a7cd2002d76 (diff)
downloadmeta-openembedded-7967a79c8352daf8065496ff76ad23c8c5609467.tar.gz
efivar: 0.7 -> 0.21
Upgrade efivar from 0.7 to 0.21. * update HOMEPAGE and git repo. * update license file checksum. It made FSF addresses in COPYING be URLs. Ref: https://github.com/rhinstaller/efivar/commit/ca88012 * add -native recipe to provide command makeguids and add patch for target package to use this native makeguids command * add patch to build efivar-native with lower version gcc which doesn't support options '-Wmaybe-uninitialized' and '-std=gnu11' Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/efivar/efivar_git.bb')
-rw-r--r--meta-oe/recipes-extended/efivar/efivar_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-extended/efivar/efivar_git.bb b/meta-oe/recipes-extended/efivar/efivar_git.bb
deleted file mode 100644
index 18446a08a..000000000
--- a/meta-oe/recipes-extended/efivar/efivar_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "Tools to manipulate UEFI variables"
2DESCRIPTION = "efivar provides a simple command line interface to the UEFI variable facility"
3HOMEPAGE = "https://github.com/vathpela/efivar"
4
5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
7
8DEPENDS = "popt"
9
10SRCREV = "c9e1f24a81b5374408bca5616402276e47171cf7"
11PV = "0.7+git${SRCPV}"
12SRC_URI = "git://github.com/vathpela/efivar.git"
13
14S = "${WORKDIR}/git"
15
16do_install() {
17 oe_runmake install DESTDIR=${D}
18}