blob: 96eb2f322733948dab33a009157845ccd1b6ef66 (
plain)
1
2
3
4
5
6
|
require dbus-c++_${PV}.bb
inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-c++"
# actually dbus-native and expat-native, but even the bearest build machine should have that nowadays...
DEPENDS = ""
|