mirror of
https://github.com/optim-enterprises-bv/meta-openwrt.git
synced 2026-01-09 17:11:50 +00:00
libubox: Fix assigned section
It belongs in libs not base. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
committed by
Khem Raj
parent
a8ee10d832
commit
939bcc8a35
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user