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:
Richard Purdie
2007-11-12 12:09:11 +00:00
parent 7fc5d6eeea
commit 3860b24dae

View File

@@ -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"