mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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."
|
DESCRIPTION = "Miscellaneous files for the base system."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
PRIORITY = "required"
|
PRIORITY = "required"
|
||||||
PR = "r57"
|
PR = "r58"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
@@ -141,7 +141,7 @@ do_install_append_netbook-pro () {
|
|||||||
mkdir -p ${D}/initrd
|
mkdir -p ${D}/initrd
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES = "${PN}-doc ${PN}"
|
PACKAGES = "${PN}-doc ${PN} ${PN}-dev ${PN}-dbg"
|
||||||
FILES_${PN} = "/"
|
FILES_${PN} = "/"
|
||||||
FILES_${PN}-doc = "${docdir} ${datadir}/common-licenses"
|
FILES_${PN}-doc = "${docdir} ${datadir}/common-licenses"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user