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