blob: 287383c8c94c7a01f5bf755a33e4663db6852ce1 (
plain)
1
2
3
4
5
6
7
8
|
inherit native distutils-native-base
require rpm-${PV}.inc
DEPENDS = "beecrypt-native gettext-native zlib-native file-native popt-native python-native"
export localstatedir = "${layout_localstatedir}"
export varprefix = "${layout_localstatedir}"
|