diff options
Diffstat (limited to 'recipes-extended/xen/xen-python.inc')
-rw-r--r-- | recipes-extended/xen/xen-python.inc | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/recipes-extended/xen/xen-python.inc b/recipes-extended/xen/xen-python.inc deleted file mode 100644 index a54db07c..00000000 --- a/recipes-extended/xen/xen-python.inc +++ /dev/null | |||
@@ -1,49 +0,0 @@ | |||
1 | XEN_DISABLE_XEND="" | ||
2 | |||
3 | DEPENDS += "python python-native udev" | ||
4 | RDEPENDS_${PN}-python = "xen python python-lang python-re python-fcntl python-shell python-io python-threading python-stringold python-math python-crypt python-logging python-pickle python-xmlrpc python-netclient python-mime python-unixadmin python-compression python-mmap python-textutils python-resource python-terminal python-pprint python-curses" | ||
5 | |||
6 | INITSCRIPT_PACKAGES += "${PN}-python" | ||
7 | INITSCRIPT_NAME_${PN}-python = "xend" | ||
8 | INITSCRIPT_PARAMS_${PN}-python = "defaults 64" | ||
9 | |||
10 | inherit python-dir | ||
11 | |||
12 | PACKAGES =+ "${PN}-python-dbg ${PN}-python" | ||
13 | FILES_${PN}-python = "\ | ||
14 | ${sysconfdir}/init.d/xend \ | ||
15 | ${sysconfdir}/xen/xend-config.sxp \ | ||
16 | ${sysconfdir}/xen/xend-pci-permissive.sxp \ | ||
17 | ${sysconfdir}/xen/xend-pci-quirks.sxp \ | ||
18 | ${sysconfdir}/xen/xm-config.xml \ | ||
19 | ${bindir}/xentrace_format \ | ||
20 | ${bindir}/xencons \ | ||
21 | ${bindir}/pygrub \ | ||
22 | ${bindir}/remus \ | ||
23 | ${sbindir}/xen-bugtool \ | ||
24 | ${sbindir}/xend \ | ||
25 | ${sbindir}/xenmon.py \ | ||
26 | ${sbindir}/xm \ | ||
27 | ${sbindir}/xen-python-path \ | ||
28 | ${libdir}/${PYTHON_DIR} \ | ||
29 | /var/run/xend" | ||
30 | |||
31 | FILES_${PN}-python-dbg = "\ | ||
32 | ${libdir}/${PYTHON_DIR}/site-packages/.debug \ | ||
33 | ${libdir}/${PYTHON_DIR}/site-packages/xen/lowlevel/.debug" | ||
34 | |||
35 | #EXTRA_OECONF="ac_cv_lib_python_PyArg_ParseTuple=yes" | ||
36 | autotools_do_configure() { | ||
37 | export PYTHON=${STAGING_DIR_NATIVE}/usr/bin/python | ||
38 | export PREPEND_LIB="${STAGING_LIBDIR_NATIVE} ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}" | ||
39 | export PREPEND_INCLUDES="${STAGING_INCDIR_NATIVE} ${STAGING_INCDIR_NATIVE}/${PYTHON_DIR}" | ||
40 | |||
41 | export STAGING_INCDIR=${STAGING_INCDIR} | ||
42 | export STAGING_LIBDIR=${STAGING_LIBDIR} | ||
43 | export STAGING_DIR=${STAGING_DIR} | ||
44 | export BUILD_SYS=${BUILD_SYS} | ||
45 | export HOST_SYS=${HOST_SYS} | ||
46 | |||
47 | oe_runconf | ||
48 | } | ||
49 | |||