libubox: Fix assigned section

It belongs in libs not base.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
Daniel F. Dickinson
2018-02-02 03:41:17 -05:00
committed by Khem Raj
parent a8ee10d832
commit 939bcc8a35

View File

@@ -4,7 +4,6 @@
DESCRIPTION = "C utility functions for OpenWrt"
HOMEPAGE = "http://git.openwrt.org/?p=project/libubox.git;a=summary"
SECTION = "base"
DEPENDS += "json-c lua5.1"
SRC_URI = "git://git.openwrt.org/project/libubox.git;branch=lede-17.01 \
@@ -31,6 +30,8 @@ LIC_FILES_CHKSUM = "\
file://uloop.c;beginline=1;endline=17;md5=f151c0422668fa4c8f91d2caf5267b3e \
"
SECTION = "libs"
"
SRCREV = "1dafcd7813f147811a6bbdb00eec603fe732aac1"