[oe-commits] Martin Jansa : shr: add more PACKAGE_ARCH = all for theme and e-wm recipes

git version control git at git.openembedded.org
Wed Dec 1 10:46:17 UTC 2010


Module: openembedded.git
Branch: master
Commit: 7cbc1459f2a10004a285b149f4b708bb93df98ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7cbc1459f2a10004a285b149f4b708bb93df98ac

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Dec  1 09:18:50 2010 +0100

shr: add more PACKAGE_ARCH = all for theme and e-wm recipes

* shr-splash-theme: convert to INC_PR
* other recipes just bump PR
* because changes of PACKAGE_ARCH doesn't work very well you have to run:
  cd tmp/pkgdata
  find . -name \*shr\*theme\* -exec rm -rf {} \; ; find . -name \*elementary-theme\* -exec rm -rf {} \; ; find . -name \*e-wm-menu-shr\* -exec rm -rf {} \; ; find . -name \*e-wm-sysactions-shr\*  -exec rm -rf {} \;
  otherwise you would get ie empty phoneui-shr-theme packages (all files in -dev/-dbg which is wrong)
  if you have built this already and wondering why it doesn't create proper .ipk files
  then you can rebuild all affected recipes by running command above also in tmp/stamps,
  but it won't reinstall packages on device (you have to use -force-reinstall there)
  for more info about issue see http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg04129.html

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

---

 recipes/shr/e-wm-menu-shr_git.bb              |    3 ++-
 recipes/shr/e-wm-sysactions-shr_git.bb        |    3 ++-
 recipes/shr/elementary-theme-gry_git.bb       |    3 ++-
 recipes/shr/elementary-theme-neo_git.bb       |    3 ++-
 recipes/shr/elementary-theme-niebiee_git.bb   |    3 ++-
 recipes/shr/elementary-theme-o2_git.bb        |    3 ++-
 recipes/shr/elementary-theme-sixteen_git.bb   |    3 ++-
 recipes/shr/phoneui-shr-theme-neo_git.bb      |    3 ++-
 recipes/shr/phoneui-shr-theme-niebiee_git.bb  |    3 ++-
 recipes/shr/phoneui-shr-theme-o2_git.bb       |    3 ++-
 recipes/shr/shr-splash-theme-dontpanic_git.bb |    2 +-
 recipes/shr/shr-splash-theme-handy_git.bb     |    2 +-
 recipes/shr/shr-splash-theme-logo_git.bb      |    5 +++--
 recipes/shr/shr-splash-theme-niebiee_git.bb   |    2 +-
 recipes/shr/shr-splash-theme-openmoko_git.bb  |    2 +-
 recipes/shr/shr-splash-theme-simple_git.bb    |    2 +-
 recipes/shr/shr-splash-theme-tux_git.bb       |    2 +-
 recipes/shr/shr-splash-theme.inc              |    5 ++++-
 recipes/shr/shr-theme-gry.bb                  |    3 ++-
 recipes/shr/shr-theme-gtk-e17lookalike_git.bb |    3 ++-
 recipes/shr/shr-theme-neo.bb                  |    3 ++-
 recipes/shr/shr-theme-niebiee.bb              |    3 ++-
 recipes/shr/shr-theme-o2.bb                   |    3 ++-
 recipes/shr/shr-theme-sixteen.bb              |    3 ++-
 24 files changed, 45 insertions(+), 25 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=7cbc1459f2a10004a285b149f4b708bb93df98ac




More information about the Openembedded-commits mailing list