diff options
Diffstat (limited to 'meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb')
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb new file mode 100644 index 0000000000..f702056f02 --- /dev/null +++ b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require libcap-ng.inc | ||
2 | |||
3 | FILESEXTRAPATHS:prepend := "${THISDIR}/libcap-ng:" | ||
4 | |||
5 | SUMMARY .= " - python" | ||
6 | |||
7 | inherit python3targetconfig | ||
8 | |||
9 | DEPENDS += "libcap-ng python3 swig-native" | ||
10 | |||
11 | EXTRA_OECONF += "--with-python3" | ||
12 | |||
13 | do_install() { | ||
14 | oe_runmake 'DESTDIR=${D}' install -C ${B}/bindings/python3 | ||
15 | } | ||
16 | |||
17 | FILES:${PN} = "${libdir}/python${PYTHON_BASEVERSION}" | ||