1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

makedevs_1.0.0.bb: Fix recipe metadata

Fix LICENSE information

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
Dongxiao Xu
2010-07-16 13:16:04 +08:00
committed by Richard Purdie
parent 69c907d39e
commit c7c3b48486
+1 -1
View File
@@ -1,5 +1,5 @@
DESCRIPTION = "A tool to make device nodes"
LICENSE = "GPL"
LICENSE = "GPLv2"
SECTION = "base"
PRIORITY = "required"
SRC_URI = "file://makedevs.c"