dbus-glib: use BPN instead of PN

Fix warnings in multilib build:

  WARNING: For recipe lib32-dbus-glib, the following files/directories were installed but not shipped in any package:
  WARNING:   /usr/share/dbus-glib
  WARNING:   /usr/share/dbus-glib/tests

(From OE-Core rev: 66224a0fbd4056d954cbf1db3a8b91d06a638b80)

Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jesse Zhang 2013-02-19 08:58:15 +00:00 committed by Richard Purdie
parent f81b8fc920
commit 35c9b6e1b6
1 changed files with 4 additions and 4 deletions

View File

@ -36,9 +36,9 @@ FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
RDEPENDS_${PN}-tests += "dbus-x11"
FILES_${PN}-tests = "${datadir}/${PN}/tests"
FILES_${PN}-tests-dbg = "${datadir}/${PN}/tests/.debug/* \
${datadir}/${PN}/tests/core/.debug/* \
${datadir}/${PN}/tests/interfaces/.debug/*"
FILES_${PN}-tests = "${datadir}/${BPN}/tests"
FILES_${PN}-tests-dbg = "${datadir}/${BPN}/tests/.debug/* \
${datadir}/${BPN}/tests/core/.debug/* \
${datadir}/${BPN}/tests/interfaces/.debug/*"
BBCLASSEXTEND = "native"