blob: 5ed737e36632657f99c88a1b57739085b0695456 (
plain)
1
2
3
4
5
6
7
|
require rpm_${PV}.bb
inherit native
DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native"
export localstatedir = "${layout_localstatedir}"
export varprefix = "${layout_localstatedir}"
|