mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
gnu-config recipe: fix SECTION field
the SECTION is changed from base to devel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Saul Wold
parent
31e522c582
commit
04b3026451
@@ -1,5 +1,5 @@
|
|||||||
DESCRIPTION = "gnu-configize"
|
DESCRIPTION = "gnu-configize"
|
||||||
SECTION = "base"
|
SECTION = "devel"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = ""
|
DEPENDS = ""
|
||||||
INHIBIT_DEFAULT_DEPS = "1"
|
INHIBIT_DEFAULT_DEPS = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user