mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
base-files: Create -dev and -dbg packages for dependency chains purposes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3126 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Miscellaneous files for the base system."
|
||||
SECTION = "base"
|
||||
PRIORITY = "required"
|
||||
PR = "r57"
|
||||
PR = "r58"
|
||||
LICENSE = "GPL"
|
||||
|
||||
SRC_URI = " \
|
||||
@@ -141,7 +141,7 @@ do_install_append_netbook-pro () {
|
||||
mkdir -p ${D}/initrd
|
||||
}
|
||||
|
||||
PACKAGES = "${PN}-doc ${PN}"
|
||||
PACKAGES = "${PN}-doc ${PN} ${PN}-dev ${PN}-dbg"
|
||||
FILES_${PN} = "/"
|
||||
FILES_${PN}-doc = "${docdir} ${datadir}/common-licenses"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user