aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-splash-theme-tux_git.bb
AgeCommit message (Collapse)Author
2010-12-01shr: add more PACKAGE_ARCH = all for theme and e-wm recipesMartin Jansa
* 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@gmail.com>
2010-04-19shr recipes: use SRCPV in git recipesMartin Jansa
* recipes probably used only in SHR distribution * usually without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-07recipes: move SRCREVs also to git recipesMartin Jansa
* Following revs weren't used in OE tree (based on PN check) * SRCREV_pn-fsod ?= "2a33e5ffe96c611e6a6b8b6c33d2a83ba656f55b" * SRCREV_pn-linux-sgh-i900 ?= "7e5f8bd3864485e5fc66cb946e09f18b5a32cebc" * SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141" * SRCREV_pn-u-boot-openmoko-devel ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
2009-11-19recipes from shr: kill SRCPV, no SRCPV for git allowed yetMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-15shr themes: new recipes from shr/mergeMartin Jansa
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>