blob: 85885beb8f40d92f97b30145e7fca725a490115f (
plain)
1
2
3
4
5
6
7
8
9
10
|
include dbus.inc
PR = "r0"
SRC_URI += "file://fix-install-daemon.patch;patch=1"
python populate_packages_prepend () {
if (bb.data.getVar('DEBIAN_NAMES', d, 1)):
bb.data.setVar('PKG_dbus', 'dbus-1', d)
}
|