mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake.conf: Add DESCRIPTION for -dev, -dbg and -doc packages
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -162,6 +162,9 @@ BP = "${BPN}-${PV}"
|
||||
SECTION = "base"
|
||||
PRIORITY = "optional"
|
||||
DESCRIPTION = "Version ${PV}-${PR} of package ${PN}"
|
||||
DESCRIPTION_${PN}-dbg = "Debbugging files for ${PN}"
|
||||
DESCRIPTION_${PN}-dev = "Development files for ${PN}"
|
||||
DESCRIPTION_${PN}-doc = "Documentation for ${PN}"
|
||||
LICENSE = "unknown"
|
||||
MAINTAINER = "Poky Team <poky@openedhand.com>"
|
||||
HOMEPAGE = "unknown"
|
||||
|
||||
Reference in New Issue
Block a user