diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-09 20:01:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:43 +0200 |
commit | 2eaeef30edbde7d1280c8350d4d02e8a0848f124 (patch) | |
tree | 2b2eba8f36af0a8573ed02584e2bdf8e4fcfec87 /meta-efl/recipes-efl | |
parent | b2ea6dab6a1c436fe0c516be805a5c53e44257a5 (diff) | |
download | meta-openembedded-2eaeef30edbde7d1280c8350d4d02e8a0848f124.tar.gz |
e-wm: illume2 profile was renamed to mobile
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/e17/e-wm_svn.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb index bbe5ef964..8e70507b3 100644 --- a/meta-efl/recipes-efl/e17/e-wm_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "MIT BSD" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d" |
5 | SRCNAME = "e" | 5 | SRCNAME = "e" |
6 | PV = "0.16.999.060+svnr${SRCPV}" | 6 | PV = "0.16.999.060+svnr${SRCPV}" |
7 | PR = "r4" | 7 | PR = "r5" |
8 | SRCREV = "${EFL_SRCREV}" | 8 | SRCREV = "${EFL_SRCREV}" |
9 | 9 | ||
10 | inherit e update-alternatives gettext | 10 | inherit e update-alternatives gettext |
@@ -66,9 +66,13 @@ RDEPENDS_${PN}_append_libc-glibc = " glibc-utils " | |||
66 | # The systray module used to be external, but is part of e-wm now | 66 | # The systray module used to be external, but is part of e-wm now |
67 | RREPLACES_${PN} = "systray" | 67 | RREPLACES_${PN} = "systray" |
68 | 68 | ||
69 | RREPLACES_${PN}-config-mobile = "${PN}-config-illume2" | ||
70 | RCONFLICTS_${PN}-config-mobile = "${PN}-config-illume2" | ||
71 | RPROVIDES_${PN}-config-mobile = "${PN}-config-illume2" | ||
72 | |||
69 | PACKAGES =+ "\ | 73 | PACKAGES =+ "\ |
70 | ${PN}-config-default \ | 74 | ${PN}-config-default \ |
71 | ${PN}-config-illume2 \ | 75 | ${PN}-config-mobile \ |
72 | ${PN}-config-minimalist \ | 76 | ${PN}-config-minimalist \ |
73 | ${PN}-config-netbook \ | 77 | ${PN}-config-netbook \ |
74 | ${PN}-config-scaleable \ | 78 | ${PN}-config-scaleable \ |
@@ -120,7 +124,7 @@ FILES_${PN} = "\ | |||
120 | " | 124 | " |
121 | 125 | ||
122 | FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" | 126 | FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" |
123 | FILES_${PN}-config-illume2 = "${datadir}/enlightenment/data/config/illume" | 127 | FILES_${PN}-config-mobile = "${datadir}/enlightenment/data/config/mobile" |
124 | FILES_${PN}-config-minimalist = "${datadir}/enlightenment/data/config/minimalist" | 128 | FILES_${PN}-config-minimalist = "${datadir}/enlightenment/data/config/minimalist" |
125 | FILES_${PN}-config-netbook = "${datadir}/enlightenment/data/config/netbook" | 129 | FILES_${PN}-config-netbook = "${datadir}/enlightenment/data/config/netbook" |
126 | FILES_${PN}-config-scaleable = "${datadir}/enlightenment/data/config/scaleable" | 130 | FILES_${PN}-config-scaleable = "${datadir}/enlightenment/data/config/scaleable" |