Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.86 KB | None | 0 0
  1. context: f2e760afeb8c0cd4132b9ee9e786b0abed0c2cfb969ee26f262bf1a484c0fc2f
  2. project: f611ec29f43ccc880c064a38431ea2cbd37d76de9a10b1cfe97da3eb366d90aa
  3. element:
  4.   pre-bootstrap-commands: []
  5.   bootstrap-commands: []
  6.   post-bootstrap-commands: []
  7.   pre-configure-commands: []
  8.   configure-commands:
  9.  - ./configure --prefix="/usr" --disable-nls
  10.   post-configure-commands: []
  11.   pre-build-commands: []
  12.   build-commands:
  13.  - make
  14.   post-build-commands: []
  15.   pre-test-commands: []
  16.   test-commands: []
  17.   post-test-commands: []
  18.   pre-install-commands: []
  19.   install-commands:
  20.  - make -j1 DESTDIR="/buildstream/install" install
  21.   post-install-commands: []
  22.   pre-strip-commands: []
  23.   strip-commands:
  24.  - "find \"/buildstream/install\" -type f \\\n  '(' -perm -111 -o -name '*.so*' \\\
  25.    \n      -o -name '*.cmxs' -o -name '*.node' ')' \\\n  -exec sh -ec \\\n  'read\
  26.    \ -n4 hdr <\"$1\" # check for elf header\n   if [ \"$hdr\" != \"$(printf \\\\\
  27.     x7fELF)\" ]; then\n       exit 0\n   fi\n   debugfile=\"/buildstream/install/usr/lib/debug/$(basename\
  28.     \ \"$1\")\"\n   mkdir -p \"$(dirname \"$debugfile\")\"\n   objcopy --only-keep-debug\
  29.    \ \"$1\" \"$debugfile\"\n   chmod 644 \"$debugfile\"\n   strip --remove-section=.comment\
  30.    \ --remove-section=.note --strip-unneeded \"$1\"\n   objcopy --add-gnu-debuglink\
  31.    \ \"$debugfile\" \"$1\"' - {} ';'"
  32.   post-strip-commands: []
  33. environment:
  34.   HOME: /tmp
  35.   PATH: /usr/bin:/bin:/usr/sbin:/sbin:/tools/bin:/tools/sbin
  36.   TERM: dumb
  37.   USERNAME: tomjon
  38.   LC_ALL: C
  39.   USER: tomjon
  40.   TZ: UTC
  41.   SHELL: /bin/sh
  42.   LOGNAME: tomjon
  43. sources:
  44. - - upstream:make-tarball
  45.   - 4978d7129e42340ab9efeb0cb9cae4ad0fa052d4
  46. dependencies:
  47. - a2fbc740962037069180fbdbdd208c591015f01e4d4f48a6808338a11766a929
  48. - 7e5e4866ba7fa0b4bd1ba70164ad5a36a5da412a439bbf97788b02b05a7efdff
  49. - b301f58cc208998a964bfaf8f3b190bcebd58fdf5898b2ce7a88df5d43bb6706
  50. integration:
  51. - elt: gnu-toolchain/stage2-fhs-dirs.bst
  52.   commands: []
  53. - elt: gnu-toolchain/stage2-linux-api-headers.bst
  54.   commands: []
  55. - elt: gnu-toolchain/stage2-glibc.bst
  56.   commands: []
  57. - elt: gnu-toolchain/stage2-binutils.bst
  58.   commands: []
  59. - elt: gnu-toolchain/stage2-busybox.bst
  60.   commands: []
  61. - elt: gnu-toolchain/stage2-fake-bash.bst
  62.   commands: []
  63. - elt: gnu-toolchain/stage2-gawk.bst
  64.   commands: []
  65. - elt: gnu-toolchain/stage2-gcc-fixed-headers.bst
  66.   commands: []
  67. - elt: gnu-toolchain/stage2-libstdcxx.bst
  68.   commands: []
  69. - elt: gnu-toolchain/stage2-gcc.bst
  70.   commands: []
  71. - elt: gnu-toolchain/stage2-make.bst
  72.   commands: []
  73. - elt: gnu-toolchain/stage2-reset-specs.bst
  74.   commands: []
  75. - elt: gnu-toolchain/stage2.bst
  76.   commands:
  77.  - |
  78.    # In this stage, it may be that ld.so.conf doesnt exist yet
  79.     ldconfig || exit 0
  80. - elt: gnu-toolchain/fhs-dirs.bst
  81.   commands: []
  82. - elt: gnu-toolchain/linux-api-headers.bst
  83.   commands: []
  84. - elt: gnu-toolchain/glibc.bst
  85.   commands: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement