mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libnftnl: fix tag name
* ${P} doesn't work e.g. with multilib
* fixes:
git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin rev-list -n 1 lib32-libnftnl-1.2.9 failed with exit code 128, output:
fatal: ambiguous argument \'lib32-libnftnl-1.2.9\': unknown revision or path not in the working tree.
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
d23de74dc8
commit
f340b4079d
|
|
@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-only"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
|
||||
SECTION = "libs"
|
||||
|
||||
SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${P} \
|
||||
SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${BP} \
|
||||
file://0001-configure.ac-Add-serial-tests.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user