diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-04-23 09:34:27 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-25 10:44:13 -0700 |
commit | f91983f1f3e897d25ab477fdfb5baed89ccc0daf (patch) | |
tree | f6055a068e31659fb20078d82c58e0851653fa0e /meta-networking/recipes-protocols | |
parent | 682657248c654c54ac87edc9bf0a95fb59ff0b1e (diff) | |
download | meta-openembedded-f91983f1f3e897d25ab477fdfb5baed89ccc0daf.tar.gz |
babeld: Upgrade to 1.11
Provide proper prefix so that install works correctly when using
usrmerge
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/babeld/babeld_1.11.bb (renamed from meta-networking/recipes-protocols/babeld/babeld_1.10.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb b/meta-networking/recipes-protocols/babeld/babeld_1.11.bb index 529cccf872..dd1d6931dc 100644 --- a/meta-networking/recipes-protocols/babeld/babeld_1.10.bb +++ b/meta-networking/recipes-protocols/babeld/babeld_1.11.bb | |||
@@ -12,8 +12,8 @@ SECTION = "net" | |||
12 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
13 | LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" | 13 | LIC_FILES_CHKSUM = "file://LICENCE;md5=411a48ac3c2e9e0911b8dd9aed26f754" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/jech/babeld.git;protocol=https;branch=master" | 15 | SRC_URI = "gitsm://github.com/jech/babeld.git;protocol=https;branch=master" |
16 | SRCREV = "dbb8799d1b5b3bfaf4387386c92369c847704480" | 16 | SRCREV = "f82a10e97a02849cd82087863055c9af08ca3454" |
17 | 17 | ||
18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "babeld-(?P<pver>\d+(\.\d+)+)" |
19 | 19 | ||
@@ -24,6 +24,6 @@ do_compile () { | |||
24 | } | 24 | } |
25 | 25 | ||
26 | do_install () { | 26 | do_install () { |
27 | oe_runmake install.minimal PREFIX=${D} | 27 | oe_runmake install.minimal TARGET=${D} PREFIX=${root_prefix} |
28 | } | 28 | } |
29 | 29 | ||