[oe-commits] Martin Jansa : llvm: Consolidate .inc files

git at git.openembedded.org git at git.openembedded.org
Fri Jul 12 09:57:22 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 71e91988bba3e81c53ece72c00f23106b68dc408
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=71e91988bba3e81c53ece72c00f23106b68dc408

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jun 29 22:54:52 2013 +0200

llvm: Consolidate .inc files

* unlike other recipes where we have a rule to keep only one
  version, llvm is different so we'll keep .inc files
* llvm.inc is shared by all, llvm[23].inc are separated because
  2.* is built with cmake and 3.* with automake
* fix staticdev packaging and move it to shared llvm.inc
  FILES_${PN}-static-dev = "${libdir}/${LLVM_DIR}/*.a"
  (it's staticdev not static-dev)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-core/llvm/llvm.inc       |  210 ++----------------------------
 meta-oe/recipes-core/llvm/llvm2.8_2.8.bb |    9 +-
 meta-oe/recipes-core/llvm/llvm2.9_2.9.bb |   30 +----
 meta-oe/recipes-core/llvm/llvm2.inc      |  194 +++++++++++++++++++++++++++
 meta-oe/recipes-core/llvm/llvm3.2_3.2.bb |  104 +--------------
 meta-oe/recipes-core/llvm/llvm3.3_3.3.bb |  100 +--------------
 meta-oe/recipes-core/llvm/llvm3.inc      |   84 ++++++++++++
 7 files changed, 303 insertions(+), 428 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=71e91988bba3e81c53ece72c00f23106b68dc408


More information about the Openembedded-commits mailing list