mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ot-daemon: Update to latest of trunk
Fixes build with trunk Disable prepending uptime to logs Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
eae5794253
commit
3424960e05
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=543b6fe90ec5901a683320a36390c65f \
|
|||
file://third_party/mbedtls/repo/LICENSE;md5=379d5819937a6c2f1ef1630d341e026d \
|
||||
"
|
||||
DEPENDS = "readline"
|
||||
SRCREV = "90adc86d34e21a9e8f86d093c2190030042c4a59"
|
||||
SRCREV = "9f88ca02886595b5aad2b60007865812fd78aa98"
|
||||
PV = "0.1+git"
|
||||
|
||||
SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \
|
||||
|
|
@ -26,3 +26,5 @@ EXTRA_OECMAKE = "-DOT_DAEMON=ON \
|
|||
"
|
||||
|
||||
EXTRA_OECMAKE:append:libc-musl = " -DOT_TARGET_OPENWRT=ON"
|
||||
|
||||
CXXFLAGS += "-DOPENTHREAD_CONFIG_LOG_PREPEND_UPTIME=0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user