diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-01-10 14:15:37 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-01-10 14:15:37 +0000 |
commit | 85908133b0e18f0a0f9bad762590fbe8407149e6 (patch) | |
tree | cf138104dc20ad44f993421a0aebaeb6deb33aed /recipes | |
parent | faf1793d478bc800a5ef994e98962c4dd8717d40 (diff) |
xextproto-70-includes: Fixed comments.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-proto/xextproto-70-includes_7.0.5.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb index db9cec6c09..0a0f9808ef 100644 --- a/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb +++ b/recipes/xorg-proto/xextproto-70-includes_7.0.5.bb @@ -1,6 +1,5 @@ # Build of xserver-kdrive is not possible with xextproto >= 7.1. # This package allows to install old 7.0 includes in parallel. -# akita and spitz needs them: FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto-7.0:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" PR_append = ".0" @@ -9,17 +8,12 @@ require xextproto_7.0.5.bb XORG_PN = "xextproto" EXTRA_OECONF += "--includedir=${includedir}/xextproto-70" -#export INHIBIT_AUTO_STAGE = "1" -#SYSROOT_PREPROCESS_FUNCS = "${@bb.data.getVar('SYSROOT_PREPROCESS_FUNCS',d,1).replace('pkgconfig_sysroot_preprocess', '')}" - do_install_append() { rm -r ${D}${libdir} } -## xorg-proto-common.inc would stage all. We need to overwrite it. +# xorg-proto-common.inc would stage all. We need to overwrite it. do_stage() { -# export INHIBIT_AUTO_STAGE=1 autotools_stage_includes -# rm -r ${STAGE_TEMP_PREFIX}${libdir} } # No, we really do not want to install .pc file and overwrite newer one: pkgconfig_sysroot_preprocess() { |