blob: 517b571db5012190a158ae6abb51d87b846cd6c8 (
plain)
1
2
3
4
5
6
7
8
9
|
require rpm_${PV}.bb
inherit native
DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native"
PR = "r2"
export sharedstatedir = "${layout_sharedstatedir}"
export localstatedir = "${layout_localstatedir}"
|