aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-splash-theme-simple_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-01 09:18:50 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-01 11:40:47 +0100
commit7cbc1459f2a10004a285b149f4b708bb93df98ac (patch)
treecd4d8ffd0f4867cf2511965273f7164387a6bbe5 /recipes/shr/shr-splash-theme-simple_git.bb
parenta8e0c9bb432e837a6f12c75eb6c81617013c1f22 (diff)
downloadopenembedded-7cbc1459f2a10004a285b149f4b708bb93df98ac.tar.gz
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@gmail.com>
Diffstat (limited to 'recipes/shr/shr-splash-theme-simple_git.bb')
-rw-r--r--recipes/shr/shr-splash-theme-simple_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/shr-splash-theme-simple_git.bb b/recipes/shr/shr-splash-theme-simple_git.bb
index f873a30b6a..e4ee06c192 100644
--- a/recipes/shr/shr-splash-theme-simple_git.bb
+++ b/recipes/shr/shr-splash-theme-simple_git.bb
@@ -3,7 +3,7 @@ SECTION = "x11/data"
LICENSE = "MIT BSD"
SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
PV = "1.2+gitr${SRCPV}"
-PR = "r6"
+PR = "${INC_PR}.0"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
S = "${WORKDIR}/git/shr-splash/${PN}"