diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-10-12 14:26:30 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-23 12:53:21 +0200 |
commit | 7967a79c8352daf8065496ff76ad23c8c5609467 (patch) | |
tree | 1ab5a1b7391ea1527046e24c2cfac83a137fbc89 /meta-oe/recipes-extended/efivar/efivar_git.bb | |
parent | 30924da8d05e99fc057daaf386781a7cd2002d76 (diff) | |
download | meta-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.bb | 18 |
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 @@ | |||
1 | SUMMARY = "Tools to manipulate UEFI variables" | ||
2 | DESCRIPTION = "efivar provides a simple command line interface to the UEFI variable facility" | ||
3 | HOMEPAGE = "https://github.com/vathpela/efivar" | ||
4 | |||
5 | LICENSE = "LGPLv2.1" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
7 | |||
8 | DEPENDS = "popt" | ||
9 | |||
10 | SRCREV = "c9e1f24a81b5374408bca5616402276e47171cf7" | ||
11 | PV = "0.7+git${SRCPV}" | ||
12 | SRC_URI = "git://github.com/vathpela/efivar.git" | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | do_install() { | ||
17 | oe_runmake install DESTDIR=${D} | ||
18 | } | ||