diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-15 11:32:02 +0530 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 08:38:13 -0300 |
commit | beabad6ef1056552fbff79abdbb07031db656cf5 (patch) | |
tree | 132e68eae64ca2e3c6d567d115500dd01d1dd4e1 /recipes-extended/crconf/crconf_git.bb | |
parent | f84d7ca5cf9332a29275870c873b9eac115c2755 (diff) | |
download | meta-freescale-beabad6ef1056552fbff79abdbb07031db656cf5.tar.gz |
crconf: update to c2b9595
New commits:
c2b9595 Update dependencies - Linux kernel headers and libnetlink
3bd8da8 fix Wstringop-truncation warning
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended/crconf/crconf_git.bb')
-rw-r--r-- | recipes-extended/crconf/crconf_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-extended/crconf/crconf_git.bb b/recipes-extended/crconf/crconf_git.bb index 7dc92776..f8f88d20 100644 --- a/recipes-extended/crconf/crconf_git.bb +++ b/recipes-extended/crconf/crconf_git.bb | |||
@@ -3,11 +3,10 @@ SECTION = "base" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111" | 4 | LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=5;md5=0f77fc44eb5911007ae4ac9f6736e111" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/Thermi/crconf.git;protocol=https;nobranch=1" | ||
7 | |||
8 | EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}'" | 6 | EXTRA_OEMAKE = "'CC=${CC}' 'HOSTCC=${CC}'" |
9 | 7 | ||
10 | SRCREV = "7b5819e7638e471d41dd2dca71f012d5a022f014" | 8 | SRC_URI = "git://git.code.sf.net/p/crconf/code;protocol=https;nobranch=1" |
9 | SRCREV = "c2b9595d739a9515a86ff3b1980b5cfdfcc42d68" | ||
11 | 10 | ||
12 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
13 | 12 | ||