summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb
diff options
context:
space:
mode:
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.bb17
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 @@
1require libcap-ng.inc
2
3FILESEXTRAPATHS:prepend := "${THISDIR}/libcap-ng:"
4
5SUMMARY .= " - python"
6
7inherit python3targetconfig
8
9DEPENDS += "libcap-ng python3 swig-native"
10
11EXTRA_OECONF += "--with-python3"
12
13do_install() {
14 oe_runmake 'DESTDIR=${D}' install -C ${B}/bindings/python3
15}
16
17FILES:${PN} = "${libdir}/python${PYTHON_BASEVERSION}"