diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-13 22:49:41 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-15 16:23:17 +0200 |
| commit | a45830a39bb47a9eab27980d52966226c9504ea4 (patch) | |
| tree | 001209d9740e8668b2eeeac4212b3561aecebf29 /meta-efl | |
| parent | 6f48cf899aed0622f8fb26ffa144656a1143c9c5 (diff) | |
| download | meta-openembedded-a45830a39bb47a9eab27980d52966226c9504ea4.tar.gz | |
recipes: Unify indentation
* This change is only aesthetic (unlike indentation in Python
tasks).
* Some recipes were using tabs.
* Some were using 8 spaces.
* Some were using mix or different number of spaces.
* Make them consistently use 4 spaces everywhere.
* Yocto styleguide advises to use tabs (but the only reason to keep
tabs is the need to update a lot of recipes). Lately this advice
was also merged into the styleguide on the OE wiki.
* Using 4 spaces in both types of tasks is better because it's less
error prone when someone is not sure if e.g.
do_generate_toolchain_file() is Python or shell task and also allows
to highlight every tab used in .bb, .inc, .bbappend, .bbclass as
potentially bad (shouldn't be used for indenting of multiline
variable assignments and cannot be used for Python tasks).
* Don't indent closing quote on multiline variables
we're quite inconsistent wheater it's first character on line
under opening quote or under first non-whitespace character in
previous line.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl')
58 files changed, 290 insertions, 290 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc index 2bcc434950..b622c40d9f 100644 --- a/meta-efl/recipes-devtools/python/python-efl.inc +++ b/meta-efl/recipes-devtools/python/python-efl.inc | |||
| @@ -17,7 +17,7 @@ inherit e-base autotools pkgconfig distutils-base | |||
| 17 | SRCVER = "${PV}" | 17 | SRCVER = "${PV}" |
| 18 | 18 | ||
| 19 | SRC_URI = "\ | 19 | SRC_URI = "\ |
| 20 | ${E_MIRROR}/BINDINGS/python/${SRCNAME}-${SRCVER}.tar.bz2 \ | 20 | ${E_MIRROR}/BINDINGS/python/${SRCNAME}-${SRCVER}.tar.bz2 \ |
| 21 | " | 21 | " |
| 22 | S = "${WORKDIR}/${SRCNAME}-${SRCVER}" | 22 | S = "${WORKDIR}/${SRCNAME}-${SRCVER}" |
| 23 | 23 | ||
diff --git a/meta-efl/recipes-efl/e17/e-tasks_git.bb b/meta-efl/recipes-efl/e17/e-tasks_git.bb index dea6f03a73..29dec4f9f4 100644 --- a/meta-efl/recipes-efl/e17/e-tasks_git.bb +++ b/meta-efl/recipes-efl/e17/e-tasks_git.bb | |||
| @@ -17,16 +17,16 @@ SRC_URI = "git://github.com/shr-project/e-tasks.git;protocol=git;branch=master \ | |||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | do_install_append() { | 19 | do_install_append() { |
| 20 | install -d "${D}/${datadir}/pixmaps" | 20 | install -d "${D}/${datadir}/pixmaps" |
| 21 | install -m 0644 "${S}/resources/e-tasks.png" "${D}/${datadir}/pixmaps" | 21 | install -m 0644 "${S}/resources/e-tasks.png" "${D}/${datadir}/pixmaps" |
| 22 | install -d "${D}/${datadir}/applications" | 22 | install -d "${D}/${datadir}/applications" |
| 23 | install -m 0644 "${S}/resources/e-tasks.desktop" "${D}/${datadir}/applications" | 23 | install -m 0644 "${S}/resources/e-tasks.desktop" "${D}/${datadir}/applications" |
| 24 | install -d "${D}/${datadir}/e-tasks" | 24 | install -d "${D}/${datadir}/e-tasks" |
| 25 | for ico in "${S}/resources/"*.png; do | 25 | for ico in "${S}/resources/"*.png; do |
| 26 | if [ "$(basename $ico)" != "e-tasks.png" ]; then | 26 | if [ "$(basename $ico)" != "e-tasks.png" ]; then |
| 27 | install -m 0644 $ico "${D}/${datadir}/e-tasks" | 27 | install -m 0644 $ico "${D}/${datadir}/e-tasks" |
| 28 | fi | 28 | fi |
| 29 | done | 29 | done |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*" | 32 | FILES_${PN} += "/usr/share/e-tasks/* /usr/share/applications/* /usr/share/pixmaps/*" |
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb b/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb index f826e10697..af32a355a4 100644 --- a/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm-theme-b-and-w_svn.bb | |||
| @@ -18,14 +18,14 @@ SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http" | |||
| 18 | S = "${WORKDIR}/${SRCNAME}/e" | 18 | S = "${WORKDIR}/${SRCNAME}/e" |
| 19 | 19 | ||
| 20 | do_compile() { | 20 | do_compile() { |
| 21 | # unfortunately hardcoded edje_cc in Makefile | 21 | # unfortunately hardcoded edje_cc in Makefile |
| 22 | sed -i "s#\tedje_cc#\t${STAGING_BINDIR_NATIVE}/edje_cc#g" Makefile | 22 | sed -i "s#\tedje_cc#\t${STAGING_BINDIR_NATIVE}/edje_cc#g" Makefile |
| 23 | make | 23 | make |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_install() { | 26 | do_install() { |
| 27 | install -d ${D}${datadir}/enlightenment/data/themes/ | 27 | install -d ${D}${datadir}/enlightenment/data/themes/ |
| 28 | install -m 0644 ${S}/b_and_w.edj ${D}${datadir}/enlightenment/data/themes/ | 28 | install -m 0644 ${S}/b_and_w.edj ${D}${datadir}/enlightenment/data/themes/ |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" | 31 | FILES_${PN} = "${datadir}/enlightenment/data/themes/" |
diff --git a/meta-efl/recipes-efl/e17/e-wm.inc b/meta-efl/recipes-efl/e17/e-wm.inc index 61c21d4ab2..78fbd9544d 100644 --- a/meta-efl/recipes-efl/e17/e-wm.inc +++ b/meta-efl/recipes-efl/e17/e-wm.inc | |||
| @@ -9,11 +9,11 @@ inherit e update-alternatives gettext | |||
| 9 | S = "${WORKDIR}/${SRCNAME}" | 9 | S = "${WORKDIR}/${SRCNAME}" |
| 10 | 10 | ||
| 11 | EXTRA_OECONF = "\ | 11 | EXTRA_OECONF = "\ |
| 12 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 12 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 13 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ | 13 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ |
| 14 | --x-includes=${STAGING_INCDIR}/X11 \ | 14 | --x-includes=${STAGING_INCDIR}/X11 \ |
| 15 | --x-libraries=${STAGING_LIBDIR} \ | 15 | --x-libraries=${STAGING_LIBDIR} \ |
| 16 | --enable-simple-x11 \ | 16 | --enable-simple-x11 \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | do_configure_prepend() { | 19 | do_configure_prepend() { |
| @@ -52,16 +52,16 @@ do_install_append() { | |||
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | RDEPENDS_${PN} += "\ | 54 | RDEPENDS_${PN} += "\ |
| 55 | shared-mime-info \ | 55 | shared-mime-info \ |
| 56 | mime-support \ | 56 | mime-support \ |
| 57 | setxkbmap \ | 57 | setxkbmap \ |
| 58 | edje-utils \ | 58 | edje-utils \ |
| 59 | ${PN}-utils \ | 59 | ${PN}-utils \ |
| 60 | dbus-x11 \ | 60 | dbus-x11 \ |
| 61 | evas-loader-png \ | 61 | evas-loader-png \ |
| 62 | evas-loader-jpeg \ | 62 | evas-loader-jpeg \ |
| 63 | evas-loader-gif \ | 63 | evas-loader-gif \ |
| 64 | evas-generic-loader-svg \ | 64 | evas-generic-loader-svg \ |
| 65 | " | 65 | " |
| 66 | 66 | ||
| 67 | # Uclibc build don't have 'glibc-utils' | 67 | # Uclibc build don't have 'glibc-utils' |
| @@ -75,57 +75,57 @@ RCONFLICTS_${PN}-config-mobile = "${PN}-config-illume2" | |||
| 75 | RPROVIDES_${PN}-config-mobile = "${PN}-config-illume2" | 75 | RPROVIDES_${PN}-config-mobile = "${PN}-config-illume2" |
| 76 | 76 | ||
| 77 | PACKAGES =+ "\ | 77 | PACKAGES =+ "\ |
| 78 | ${PN}-config-default \ | 78 | ${PN}-config-default \ |
| 79 | ${PN}-config-mobile \ | 79 | ${PN}-config-mobile \ |
| 80 | ${PN}-config-minimalist \ | 80 | ${PN}-config-minimalist \ |
| 81 | ${PN}-config-netbook \ | 81 | ${PN}-config-netbook \ |
| 82 | ${PN}-config-scaleable \ | 82 | ${PN}-config-scaleable \ |
| 83 | ${PN}-config-standard \ | 83 | ${PN}-config-standard \ |
| 84 | ${PN}-theme-default \ | 84 | ${PN}-theme-default \ |
| 85 | ${PN}-background-dark-gradient \ | 85 | ${PN}-background-dark-gradient \ |
| 86 | ${PN}-background-light-gradient \ | 86 | ${PN}-background-light-gradient \ |
| 87 | ${PN}-backgrounds \ | 87 | ${PN}-backgrounds \ |
| 88 | ${PN}-images \ | 88 | ${PN}-images \ |
| 89 | ${PN}-icons \ | 89 | ${PN}-icons \ |
| 90 | ${PN}-other \ | 90 | ${PN}-other \ |
| 91 | ${PN}-input-methods \ | 91 | ${PN}-input-methods \ |
| 92 | ${PN}-sysactions \ | 92 | ${PN}-sysactions \ |
| 93 | ${PN}-utils \ | 93 | ${PN}-utils \ |
| 94 | ${PN}-menu \ | 94 | ${PN}-menu \ |
| 95 | efm-desktop-icon \ | 95 | efm-desktop-icon \ |
| 96 | illume-keyboard-default-alpha \ | 96 | illume-keyboard-default-alpha \ |
| 97 | illume-keyboard-default-numeric \ | 97 | illume-keyboard-default-numeric \ |
| 98 | illume-keyboard-default-terminal \ | 98 | illume-keyboard-default-terminal \ |
| 99 | " | 99 | " |
| 100 | 100 | ||
| 101 | ESYSACTIONS ?= "${PN}-sysactions" | 101 | ESYSACTIONS ?= "${PN}-sysactions" |
| 102 | 102 | ||
| 103 | RRECOMMENDS_${PN} = "\ | 103 | RRECOMMENDS_${PN} = "\ |
| 104 | ${PN}-config-default \ | 104 | ${PN}-config-default \ |
| 105 | ${PN}-images \ | 105 | ${PN}-images \ |
| 106 | ${PN}-icons \ | 106 | ${PN}-icons \ |
| 107 | ${PN}-other \ | 107 | ${PN}-other \ |
| 108 | ${PN}-input-methods \ | 108 | ${PN}-input-methods \ |
| 109 | ${ESYSACTIONS} \ | 109 | ${ESYSACTIONS} \ |
| 110 | " | 110 | " |
| 111 | 111 | ||
| 112 | FILES_${PN} = "\ | 112 | FILES_${PN} = "\ |
| 113 | ${bindir}/* \ | 113 | ${bindir}/* \ |
| 114 | ${libdir}/enlightenment/utils/* \ | 114 | ${libdir}/enlightenment/utils/* \ |
| 115 | ${libdir}/enlightenment/modules/*/*.* \ | 115 | ${libdir}/enlightenment/modules/*/*.* \ |
| 116 | ${libdir}/enlightenment/modules/*/*/* \ | 116 | ${libdir}/enlightenment/modules/*/*/* \ |
| 117 | ${libdir}/enlightenment/modules/*/*/.order \ | 117 | ${libdir}/enlightenment/modules/*/*/.order \ |
| 118 | ${libdir}/enlightenment/modules/keyboards/ignore_built_in_keyboards \ | 118 | ${libdir}/enlightenment/modules/keyboards/ignore_built_in_keyboards \ |
| 119 | ${libdir}/enlightenment/*plugins/*/*/* \ | 119 | ${libdir}/enlightenment/*plugins/*/*/* \ |
| 120 | ${libdir}/enlightenment/preload/e_precache.so \ | 120 | ${libdir}/enlightenment/preload/e_precache.so \ |
| 121 | ${datadir}/enlightenment/data/icons \ | 121 | ${datadir}/enlightenment/data/icons \ |
| 122 | ${datadir}/enlightenment/data/favorites \ | 122 | ${datadir}/enlightenment/data/favorites \ |
| 123 | ${datadir}/enlightenment/data/input_methods \ | 123 | ${datadir}/enlightenment/data/input_methods \ |
| 124 | ${datadir}/enlightenment/data/config/profile.cfg \ | 124 | ${datadir}/enlightenment/data/config/profile.cfg \ |
| 125 | ${datadir}/enlightenment/AUTHORS \ | 125 | ${datadir}/enlightenment/AUTHORS \ |
| 126 | ${datadir}/enlightenment/COPYING \ | 126 | ${datadir}/enlightenment/COPYING \ |
| 127 | ${datadir}/xsessions/enlightenment.desktop \ | 127 | ${datadir}/xsessions/enlightenment.desktop \ |
| 128 | ${sysconfdir}/xdg \ | 128 | ${sysconfdir}/xdg \ |
| 129 | " | 129 | " |
| 130 | 130 | ||
| 131 | FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" | 131 | FILES_${PN}-config-default = "${datadir}/enlightenment/data/config/default" |
| @@ -148,53 +148,53 @@ FILES_${PN}-utils = "${libdir}/enlightenment/utils/*" | |||
| 148 | FILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu" | 148 | FILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu" |
| 149 | 149 | ||
| 150 | FILES_efm-desktop-icon = "\ | 150 | FILES_efm-desktop-icon = "\ |
| 151 | ${datadir}/applications/efm.desktop \ | 151 | ${datadir}/applications/efm.desktop \ |
| 152 | ${datadir}/applications/enlightenment_filemanager.desktop \ | 152 | ${datadir}/applications/enlightenment_filemanager.desktop \ |
| 153 | ${datadir}/icons/e-module-fileman.png \ | 153 | ${datadir}/icons/e-module-fileman.png \ |
| 154 | " | 154 | " |
| 155 | 155 | ||
| 156 | KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards" | 156 | KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards" |
| 157 | FILES_illume-keyboard-default-alpha = "\ | 157 | FILES_illume-keyboard-default-alpha = "\ |
| 158 | ${KEYBOARDS_DIR}/Default.kbd \ | 158 | ${KEYBOARDS_DIR}/Default.kbd \ |
| 159 | ${KEYBOARDS_DIR}/alpha.png \ | 159 | ${KEYBOARDS_DIR}/alpha.png \ |
| 160 | " | 160 | " |
| 161 | FILES_illume-keyboard-default-numeric = "\ | 161 | FILES_illume-keyboard-default-numeric = "\ |
| 162 | ${KEYBOARDS_DIR}/Numbers.kbd \ | 162 | ${KEYBOARDS_DIR}/Numbers.kbd \ |
| 163 | ${KEYBOARDS_DIR}/numeric.png \ | 163 | ${KEYBOARDS_DIR}/numeric.png \ |
| 164 | " | 164 | " |
| 165 | FILES_illume-keyboard-default-terminal = "\ | 165 | FILES_illume-keyboard-default-terminal = "\ |
| 166 | ${KEYBOARDS_DIR}/Terminal.kbd \ | 166 | ${KEYBOARDS_DIR}/Terminal.kbd \ |
| 167 | ${KEYBOARDS_DIR}/qwerty.png \ | 167 | ${KEYBOARDS_DIR}/qwerty.png \ |
| 168 | " | 168 | " |
| 169 | 169 | ||
| 170 | RRECOMMENDS_${PN}-config-default = "${PN}-theme-default" | 170 | RRECOMMENDS_${PN}-config-default = "${PN}-theme-default" |
| 171 | RRECOMMENDS_${PN}-config-mobile = "\ | 171 | RRECOMMENDS_${PN}-config-mobile = "\ |
| 172 | illume-keyboard-default-alpha \ | 172 | illume-keyboard-default-alpha \ |
| 173 | illume-keyboard-default-numeric \ | 173 | illume-keyboard-default-numeric \ |
| 174 | illume-keyboard-default-terminal \ | 174 | illume-keyboard-default-terminal \ |
| 175 | " | 175 | " |
| 176 | 176 | ||
| 177 | RRECOMMENDS_${PN}-config-minimalist = "\ | 177 | RRECOMMENDS_${PN}-config-minimalist = "\ |
| 178 | ${PN}-background-light-gradient \ | 178 | ${PN}-background-light-gradient \ |
| 179 | ${PN}-theme-default \ | 179 | ${PN}-theme-default \ |
| 180 | " | 180 | " |
| 181 | RRECOMMENDS_${PN}-config-netbook = "\ | 181 | RRECOMMENDS_${PN}-config-netbook = "\ |
| 182 | ${PN}-background-dark-gradient \ | 182 | ${PN}-background-dark-gradient \ |
| 183 | ${PN}-theme-default \ | 183 | ${PN}-theme-default \ |
| 184 | " | 184 | " |
| 185 | RRECOMMENDS_${PN}-config-scaleable = "${PN}-theme-default" | 185 | RRECOMMENDS_${PN}-config-scaleable = "${PN}-theme-default" |
| 186 | RRECOMMENDS_${PN}-config-standard = "${PN}-theme-default" | 186 | RRECOMMENDS_${PN}-config-standard = "${PN}-theme-default" |
| 187 | 187 | ||
| 188 | FILES_${PN}-dbg += "\ | 188 | FILES_${PN}-dbg += "\ |
| 189 | ${libdir}/enlightenment/modules/*/*/.debug/ \ | 189 | ${libdir}/enlightenment/modules/*/*/.debug/ \ |
| 190 | ${libdir}/enlightenment/modules/policies/.debug/ \ | 190 | ${libdir}/enlightenment/modules/policies/.debug/ \ |
| 191 | ${libdir}/enlightenment/preload/.debug/ \ | 191 | ${libdir}/enlightenment/preload/.debug/ \ |
| 192 | ${libdir}/enlightenment/utils/.debug/ \ | 192 | ${libdir}/enlightenment/utils/.debug/ \ |
| 193 | ${libdir}/enlightenment/*plugins/*/*/.debug \ | 193 | ${libdir}/enlightenment/*plugins/*/*/.debug \ |
| 194 | " | 194 | " |
| 195 | 195 | ||
| 196 | FILES_${PN}-doc += "\ | 196 | FILES_${PN}-doc += "\ |
| 197 | ${datadir}/enlightenment/doc \ | 197 | ${datadir}/enlightenment/doc \ |
| 198 | " | 198 | " |
| 199 | 199 | ||
| 200 | CONFFILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu" | 200 | CONFFILES_${PN}-menu = "${sysconfdir}/xdg/menus/applications.menu" |
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.17.2.1.bb b/meta-efl/recipes-efl/e17/e-wm_0.17.2.1.bb index ebd5900f95..228c12283a 100644 --- a/meta-efl/recipes-efl/e17/e-wm_0.17.2.1.bb +++ b/meta-efl/recipes-efl/e17/e-wm_0.17.2.1.bb | |||
| @@ -7,9 +7,9 @@ SRCNAME = "enlightenment" | |||
| 7 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 7 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 8 | 8 | ||
| 9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
| 10 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 10 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 11 | file://enlightenment_start.oe \ | 11 | file://enlightenment_start.oe \ |
| 12 | file://applications.menu \ | 12 | file://applications.menu \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRC_URI[md5sum] = "e78018ba7a4622efbcbebd6d093b7fa4" | 15 | SRC_URI[md5sum] = "e78018ba7a4622efbcbebd6d093b7fa4" |
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb index 22eb821f77..fc03ff3e36 100644 --- a/meta-efl/recipes-efl/e17/e-wm_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb | |||
| @@ -10,7 +10,7 @@ SRCREV = "${EFL_SRCREV}" | |||
| 10 | S = "${WORKDIR}/${SRCNAME}" | 10 | S = "${WORKDIR}/${SRCNAME}" |
| 11 | 11 | ||
| 12 | SRC_URI = "\ | 12 | SRC_URI = "\ |
| 13 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http \ | 13 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http \ |
| 14 | file://enlightenment_start.oe \ | 14 | file://enlightenment_start.oe \ |
| 15 | file://applications.menu \ | 15 | file://applications.menu \ |
| 16 | " | 16 | " |
diff --git a/meta-efl/recipes-efl/e17/elmdentica_svn.bb b/meta-efl/recipes-efl/e17/elmdentica_svn.bb index f3bf939eb4..543b9b7042 100644 --- a/meta-efl/recipes-efl/e17/elmdentica_svn.bb +++ b/meta-efl/recipes-efl/e17/elmdentica_svn.bb | |||
| @@ -19,5 +19,5 @@ SRCREV = "${EFL_SRCREV}" | |||
| 19 | RDEPENDS_${PN} = "${PN}-themes" | 19 | RDEPENDS_${PN} = "${PN}-themes" |
| 20 | 20 | ||
| 21 | do_configure_prepend() { | 21 | do_configure_prepend() { |
| 22 | autopoint --force | 22 | autopoint --force |
| 23 | } | 23 | } |
diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb index 5137c4edc4..bdbe471e53 100644 --- a/meta-efl/recipes-efl/e17/enjoy_svn.bb +++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb | |||
| @@ -18,12 +18,12 @@ RDEPENDS_${PN} += "\ | |||
| 18 | gst-plugins-base-ogg gst-plugins-base-ivorbisdec \ | 18 | gst-plugins-base-ogg gst-plugins-base-ivorbisdec \ |
| 19 | gst-plugins-good-flac \ | 19 | gst-plugins-good-flac \ |
| 20 | lightmediascanner-test \ | 20 | lightmediascanner-test \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | inherit e gettext | 23 | inherit e gettext |
| 24 | SRC_URI = " \ | 24 | SRC_URI = " \ |
| 25 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ | 25 | ${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 26 | file://0001-always-use-position-as-percent-and-define-a-1-second.patch \ | 26 | file://0001-always-use-position-as-percent-and-define-a-1-second.patch \ |
| 27 | " | 27 | " |
| 28 | S = "${WORKDIR}/${SRCNAME}" | 28 | S = "${WORKDIR}/${SRCNAME}" |
| 29 | 29 | ||
| @@ -32,11 +32,11 @@ PR = "r1" | |||
| 32 | FILES_${PN} += "${datadir}/icons/" | 32 | FILES_${PN} += "${datadir}/icons/" |
| 33 | 33 | ||
| 34 | EXTRA_OECONF = "\ | 34 | EXTRA_OECONF = "\ |
| 35 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 35 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 36 | " | 36 | " |
| 37 | 37 | ||
| 38 | do_configure_prepend() { | 38 | do_configure_prepend() { |
| 39 | autopoint || touch config.rpath | 39 | autopoint || touch config.rpath |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | pkg_postinst_${PN} () { | 42 | pkg_postinst_${PN} () { |
diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb b/meta-efl/recipes-efl/e17/eve_svn.bb index 9f4b93b88e..128bd1ab00 100644 --- a/meta-efl/recipes-efl/e17/eve_svn.bb +++ b/meta-efl/recipes-efl/e17/eve_svn.bb | |||
| @@ -10,16 +10,16 @@ SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};protocol=http;scmdata=keep" | |||
| 10 | S = "${WORKDIR}/${SRCNAME}" | 10 | S = "${WORKDIR}/${SRCNAME}" |
| 11 | 11 | ||
| 12 | do_configure_prepend() { | 12 | do_configure_prepend() { |
| 13 | autopoint || touch config.rpath | 13 | autopoint || touch config.rpath |
| 14 | } | 14 | } |
| 15 | 15 | ||
| 16 | SRC_URI += "file://eve-theme-for-smaller-screens.patch \ | 16 | SRC_URI += "file://eve-theme-for-smaller-screens.patch \ |
| 17 | " | 17 | " |
| 18 | 18 | ||
| 19 | EXTRA_OECONF = "\ | 19 | EXTRA_OECONF = "\ |
| 20 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 20 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | FILES_${PN} += "\ | 23 | FILES_${PN} += "\ |
| 24 | ${datadir}/icons/eve.png \ | 24 | ${datadir}/icons/eve.png \ |
| 25 | " | 25 | " |
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb index 9037f688b3..5948e20731 100644 --- a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb +++ b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | |||
| @@ -21,7 +21,7 @@ SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http \ | |||
| 21 | S = "${WORKDIR}/${SRCNAME}" | 21 | S = "${WORKDIR}/${SRCNAME}" |
| 22 | 22 | ||
| 23 | do_compile() { | 23 | do_compile() { |
| 24 | ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj | 24 | ${STAGING_BINDIR_NATIVE}/edje_cc exquisite.edc illume.edj |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | do_install() { | 27 | do_install() { |
diff --git a/meta-efl/recipes-efl/e17/exquisite_svn.bb b/meta-efl/recipes-efl/e17/exquisite_svn.bb index 62453b8295..7dfb8e41ea 100644 --- a/meta-efl/recipes-efl/e17/exquisite_svn.bb +++ b/meta-efl/recipes-efl/e17/exquisite_svn.bb | |||
| @@ -21,18 +21,18 @@ SRC_URI += "file://splashfuncs" | |||
| 21 | inherit update-rc.d | 21 | inherit update-rc.d |
| 22 | 22 | ||
| 23 | do_install_prepend() { | 23 | do_install_prepend() { |
| 24 | install -d ${D}/mnt/.splash/ | 24 | install -d ${D}/mnt/.splash/ |
| 25 | install -d ${D}${sysconfdir}/init.d | 25 | install -d ${D}${sysconfdir}/init.d |
| 26 | install -m 0755 ${WORKDIR}/exquisite-init ${D}${sysconfdir}/init.d/exquisite | 26 | install -m 0755 ${WORKDIR}/exquisite-init ${D}${sysconfdir}/init.d/exquisite |
| 27 | install -d ${D}${sysconfdir}/default | 27 | install -d ${D}${sysconfdir}/default |
| 28 | install -m 0755 ${WORKDIR}/splashfuncs ${D}${sysconfdir}/default/splashfuncs | 28 | install -m 0755 ${WORKDIR}/splashfuncs ${D}${sysconfdir}/default/splashfuncs |
| 29 | install -d ${D}${bindir} | 29 | install -d ${D}${bindir} |
| 30 | ln -s exquisite-write ${D}${bindir}/splash-write | 30 | ln -s exquisite-write ${D}${bindir}/splash-write |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | do_install_append() { | 34 | do_install_append() { |
| 35 | rm -rf ${D}${datadir}/exquisite/data/fonts/* | 35 | rm -rf ${D}${datadir}/exquisite/data/fonts/* |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | INITSCRIPT_NAME = "exquisite" | 38 | INITSCRIPT_NAME = "exquisite" |
diff --git a/meta-efl/recipes-efl/e17/terminology.inc b/meta-efl/recipes-efl/e17/terminology.inc index 15af6ea50e..00b8f834ac 100644 --- a/meta-efl/recipes-efl/e17/terminology.inc +++ b/meta-efl/recipes-efl/e17/terminology.inc | |||
| @@ -10,11 +10,11 @@ INC_PR = "r2" | |||
| 10 | PE = "2" | 10 | PE = "2" |
| 11 | 11 | ||
| 12 | EXTRA_OECONF = "\ | 12 | EXTRA_OECONF = "\ |
| 13 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 13 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | FILES_${PN} += "\ | 16 | FILES_${PN} += "\ |
| 17 | ${datadir}/icons/terminology.png \ | 17 | ${datadir}/icons/terminology.png \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | # doesn't start without own theme | 20 | # doesn't start without own theme |
diff --git a/meta-efl/recipes-efl/e17/terminology_0.3.0.bb b/meta-efl/recipes-efl/e17/terminology_0.3.0.bb index 5bd485bd96..d3cd59cff7 100644 --- a/meta-efl/recipes-efl/e17/terminology_0.3.0.bb +++ b/meta-efl/recipes-efl/e17/terminology_0.3.0.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "7cecd058cb4509873412252477f2ce5b" | 9 | SRC_URI[md5sum] = "7cecd058cb4509873412252477f2ce5b" |
diff --git a/meta-efl/recipes-efl/efl/azy_svn.bb b/meta-efl/recipes-efl/efl/azy_svn.bb index 80821964c6..a670b9ca99 100644 --- a/meta-efl/recipes-efl/efl/azy_svn.bb +++ b/meta-efl/recipes-efl/efl/azy_svn.bb | |||
| @@ -15,14 +15,14 @@ BBCLASSEXTEND = "native" | |||
| 15 | EXTRA_OECONF += " --disable-mysql-tests" | 15 | EXTRA_OECONF += " --disable-mysql-tests" |
| 16 | 16 | ||
| 17 | do_configure_prepend_class-target() { | 17 | do_configure_prepend_class-target() { |
| 18 | sed -i "s#\./lemon#${STAGING_BINDIR_NATIVE}/azy_lemon#g" ${S}/src/bin/Makefile.am | 18 | sed -i "s#\./lemon#${STAGING_BINDIR_NATIVE}/azy_lemon#g" ${S}/src/bin/Makefile.am |
| 19 | sed -i "s#\$(top_builddir)/src/bin/azy_parser -H -p -o#${STAGING_BINDIR_NATIVE}/azy_parser -H -p -o#g" ${S}/src/tests/Makefile.am | 19 | sed -i "s#\$(top_builddir)/src/bin/azy_parser -H -p -o#${STAGING_BINDIR_NATIVE}/azy_parser -H -p -o#g" ${S}/src/tests/Makefile.am |
| 20 | sed -i "s#\$(top_builddir)/src/bin/azy_parser -eHn -m#${STAGING_BINDIR_NATIVE}/azy_parser -eHn -m#g" ${S}/src/tests/identi.ca/Makefile.am | 20 | sed -i "s#\$(top_builddir)/src/bin/azy_parser -eHn -m#${STAGING_BINDIR_NATIVE}/azy_parser -eHn -m#g" ${S}/src/tests/identi.ca/Makefile.am |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | do_install_append_class-native() { | 23 | do_install_append_class-native() { |
| 24 | install -d ${D}/${bindir} | 24 | install -d ${D}/${bindir} |
| 25 | install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}/azy_lemon | 25 | install -m 0755 ${S}/src/bin/lemon ${D}/${bindir}/azy_lemon |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | inherit efl | 28 | inherit efl |
diff --git a/meta-efl/recipes-efl/efl/ecore.inc b/meta-efl/recipes-efl/efl/ecore.inc index d329f573fa..fd75a00cca 100644 --- a/meta-efl/recipes-efl/efl/ecore.inc +++ b/meta-efl/recipes-efl/efl/ecore.inc | |||
| @@ -35,12 +35,12 @@ PACKAGES =+ "\ | |||
| 35 | ${PN}-txt \ | 35 | ${PN}-txt \ |
| 36 | ${PN}-x \ | 36 | ${PN}-x \ |
| 37 | ${PN}-input \ | 37 | ${PN}-input \ |
| 38 | " | 38 | " |
| 39 | # Some upgrade path tweaking | 39 | # Some upgrade path tweaking |
| 40 | AUTO_LIBNAME_PKGS = "" | 40 | AUTO_LIBNAME_PKGS = "" |
| 41 | 41 | ||
| 42 | FILES_${PN} = "${libdir}/libecore*.so.* \ | 42 | FILES_${PN} = "${libdir}/libecore*.so.* \ |
| 43 | ${bindir} \ | 43 | ${bindir} \ |
| 44 | " | 44 | " |
| 45 | FILES_${PN}-con = "${libdir}/libecore_con*.so.*" | 45 | FILES_${PN}-con = "${libdir}/libecore_con*.so.*" |
| 46 | FILES_${PN}-config = "${libdir}/libecore_config*.so.*" | 46 | FILES_${PN}-config = "${libdir}/libecore_config*.so.*" |
| @@ -51,7 +51,7 @@ FILES_${PN}-evas = "${libdir}/libecore_evas*.so.*" | |||
| 51 | FILES_${PN}-fb = "${libdir}/libecore_fb*.so.*" | 51 | FILES_${PN}-fb = "${libdir}/libecore_fb*.so.*" |
| 52 | FILES_${PN}-file = "${libdir}/libecore_file*.so.*" | 52 | FILES_${PN}-file = "${libdir}/libecore_file*.so.*" |
| 53 | FILES_${PN}-imf = "${libdir}/libecore_imf*.so.* \ | 53 | FILES_${PN}-imf = "${libdir}/libecore_imf*.so.* \ |
| 54 | ${libdir}/ecore/immodules/*.so \ | 54 | ${libdir}/ecore/immodules/*.so \ |
| 55 | " | 55 | " |
| 56 | FILES_${PN}-imf-evas = "${libdir}/libecore_imf_evas*.so.*" | 56 | FILES_${PN}-imf-evas = "${libdir}/libecore_imf_evas*.so.*" |
| 57 | FILES_${PN}-ipc = "${libdir}/libecore_ipc*.so.*" | 57 | FILES_${PN}-ipc = "${libdir}/libecore_ipc*.so.*" |
| @@ -61,32 +61,32 @@ FILES_${PN}-x = "${libdir}/libecore_x*.so.*" | |||
| 61 | FILES_${PN}-input = "${libdir}/libecore_input*.so.*" | 61 | FILES_${PN}-input = "${libdir}/libecore_input*.so.*" |
| 62 | 62 | ||
| 63 | ECORE_OECONF = "\ | 63 | ECORE_OECONF = "\ |
| 64 | --x-includes=${STAGING_INCDIR}/X11 \ | 64 | --x-includes=${STAGING_INCDIR}/X11 \ |
| 65 | --x-libraries=${STAGING_LIBDIR} \ | 65 | --x-libraries=${STAGING_LIBDIR} \ |
| 66 | --enable-simple-x11 \ | 66 | --enable-simple-x11 \ |
| 67 | --enable-ecore-config \ | 67 | --enable-ecore-config \ |
| 68 | --enable-ecore-x \ | 68 | --enable-ecore-x \ |
| 69 | --enable-ecore-job \ | 69 | --enable-ecore-job \ |
| 70 | --enable-ecore-fb \ | 70 | --enable-ecore-fb \ |
| 71 | --enable-ecore-evas \ | 71 | --enable-ecore-evas \ |
| 72 | --enable-ecore-evas-software-16-x11 \ | 72 | --enable-ecore-evas-software-16-x11 \ |
| 73 | --enable-ecore-evas-xrender \ | 73 | --enable-ecore-evas-xrender \ |
| 74 | --enable-abstract-sockets \ | 74 | --enable-abstract-sockets \ |
| 75 | --enable-ecore-con \ | 75 | --enable-ecore-con \ |
| 76 | --enable-ecore-ipc \ | 76 | --enable-ecore-ipc \ |
| 77 | --enable-ecore-file \ | 77 | --enable-ecore-file \ |
| 78 | --enable-inotify \ | 78 | --enable-inotify \ |
| 79 | --disable-ecore-desktop \ | 79 | --disable-ecore-desktop \ |
| 80 | --disable-ecore-x-xcb \ | 80 | --disable-ecore-x-xcb \ |
| 81 | --disable-ecore-x-xprint \ | 81 | --disable-ecore-x-xprint \ |
| 82 | --disable-ecore-directfb \ | 82 | --disable-ecore-directfb \ |
| 83 | --disable-ecore-sdl \ | 83 | --disable-ecore-sdl \ |
| 84 | --enable-ecore-evas-opengl-x11 \ | 84 | --enable-ecore-evas-opengl-x11 \ |
| 85 | --disable-ecore-evas-dfb \ | 85 | --disable-ecore-evas-dfb \ |
| 86 | --disable-ecore-evas-sdl \ | 86 | --disable-ecore-evas-sdl \ |
| 87 | --disable-openssl \ | 87 | --disable-openssl \ |
| 88 | --disable-poll \ | 88 | --disable-poll \ |
| 89 | --enable-xim \ | 89 | --enable-xim \ |
| 90 | " | 90 | " |
| 91 | 91 | ||
| 92 | EXTRA_OECONF = "${ECORE_OECONF} \ | 92 | EXTRA_OECONF = "${ECORE_OECONF} \ |
diff --git a/meta-efl/recipes-efl/efl/ecore_1.7.6.bb b/meta-efl/recipes-efl/efl/ecore_1.7.6.bb index 4df653e990..0842878ba0 100644 --- a/meta-efl/recipes-efl/efl/ecore_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/ecore_1.7.6.bb | |||
| @@ -3,8 +3,8 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | file://fix-ecore-fb-initialization.patch \ | 7 | file://fix-ecore-fb-initialization.patch \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "a41828b5b4ca42283d8658c0fe54db07" | 10 | SRC_URI[md5sum] = "a41828b5b4ca42283d8658c0fe54db07" |
diff --git a/meta-efl/recipes-efl/efl/ecore_svn.bb b/meta-efl/recipes-efl/efl/ecore_svn.bb index 945cfad4eb..f421c2bfb0 100644 --- a/meta-efl/recipes-efl/efl/ecore_svn.bb +++ b/meta-efl/recipes-efl/efl/ecore_svn.bb | |||
| @@ -8,7 +8,7 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | file://fix-ecore-fb-initialization.patch \ | 12 | file://fix-ecore-fb-initialization.patch \ |
| 13 | " | 13 | " |
| 14 | S = "${WORKDIR}/${SRCNAME}" | 14 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/edbus2_svn.bb b/meta-efl/recipes-efl/efl/edbus2_svn.bb index 26d8092671..e87f147194 100644 --- a/meta-efl/recipes-efl/efl/edbus2_svn.bb +++ b/meta-efl/recipes-efl/efl/edbus2_svn.bb | |||
| @@ -6,7 +6,7 @@ PR = "${INC_PR}.2" | |||
| 6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
| 7 | 7 | ||
| 8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
| 9 | ${E_SVN}/trunk/IN-EFL;module=${SRCNAME};protocol=http;scmdata=keep \ | 9 | ${E_SVN}/trunk/IN-EFL;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 10 | " | 10 | " |
| 11 | S = "${WORKDIR}/${SRCNAME}" | 11 | S = "${WORKDIR}/${SRCNAME}" |
| 12 | 12 | ||
diff --git a/meta-efl/recipes-efl/efl/edbus_1.7.6.bb b/meta-efl/recipes-efl/efl/edbus_1.7.6.bb index 196dd37eee..17f7c1bbc8 100644 --- a/meta-efl/recipes-efl/efl/edbus_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/edbus_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "3b4694a1b7c8f635effb225fe4c1f43d" | 9 | SRC_URI[md5sum] = "3b4694a1b7c8f635effb225fe4c1f43d" |
diff --git a/meta-efl/recipes-efl/efl/edbus_svn.bb b/meta-efl/recipes-efl/efl/edbus_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/edbus_svn.bb +++ b/meta-efl/recipes-efl/efl/edbus_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/edje.inc b/meta-efl/recipes-efl/efl/edje.inc index 6f50ea8fbc..b34453ce9c 100644 --- a/meta-efl/recipes-efl/efl/edje.inc +++ b/meta-efl/recipes-efl/efl/edje.inc | |||
| @@ -44,9 +44,9 @@ PACKAGES =+ "${PN}-utils" | |||
| 44 | RDEPENDS_${PN}-utils = "cpp cpp-symlinks embryo-tests" | 44 | RDEPENDS_${PN}-utils = "cpp cpp-symlinks embryo-tests" |
| 45 | 45 | ||
| 46 | RRECOMMENDS_${PN}-utils = "\ | 46 | RRECOMMENDS_${PN}-utils = "\ |
| 47 | evas-saver-png \ | 47 | evas-saver-png \ |
| 48 | evas-saver-jpeg \ | 48 | evas-saver-jpeg \ |
| 49 | evas-saver-eet \ | 49 | evas-saver-eet \ |
| 50 | " | 50 | " |
| 51 | 51 | ||
| 52 | DEBIAN_NOAUTONAME_${PN}-utils = "1" | 52 | DEBIAN_NOAUTONAME_${PN}-utils = "1" |
| @@ -54,10 +54,10 @@ DEBIAN_NOAUTONAME_${PN}-utils = "1" | |||
| 54 | AUTO_LIBNAME_PKGS = "" | 54 | AUTO_LIBNAME_PKGS = "" |
| 55 | 55 | ||
| 56 | FILES_${PN}-utils = "\ | 56 | FILES_${PN}-utils = "\ |
| 57 | ${bindir}/edje_* \ | 57 | ${bindir}/edje_* \ |
| 58 | ${bindir}/inkscape2edc \ | 58 | ${bindir}/inkscape2edc \ |
| 59 | ${libdir}/edje/utils/epp \ | 59 | ${libdir}/edje/utils/epp \ |
| 60 | ${datadir}/edje/include/edje.inc \ | 60 | ${datadir}/edje/include/edje.inc \ |
| 61 | " | 61 | " |
| 62 | 62 | ||
| 63 | FILES_${PN} += "${libdir}/${PN}/modules/*/*/module.so \ | 63 | FILES_${PN} += "${libdir}/${PN}/modules/*/*/module.so \ |
diff --git a/meta-efl/recipes-efl/efl/edje_1.7.6.bb b/meta-efl/recipes-efl/efl/edje_1.7.6.bb index 4708ff6f21..0795e8d26f 100644 --- a/meta-efl/recipes-efl/efl/edje_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/edje_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "2fa9079a1c53efebad47dccf6cb3a62c" | 9 | SRC_URI[md5sum] = "2fa9079a1c53efebad47dccf6cb3a62c" |
diff --git a/meta-efl/recipes-efl/efl/edje_svn.bb b/meta-efl/recipes-efl/efl/edje_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/edje_svn.bb +++ b/meta-efl/recipes-efl/efl/edje_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/eet.inc b/meta-efl/recipes-efl/efl/eet.inc index 0f6a9fe105..a7864ec79c 100644 --- a/meta-efl/recipes-efl/efl/eet.inc +++ b/meta-efl/recipes-efl/efl/eet.inc | |||
| @@ -9,16 +9,16 @@ BBCLASSEXTEND = "native" | |||
| 9 | INC_PR = "r0" | 9 | INC_PR = "r0" |
| 10 | 10 | ||
| 11 | EXTRA_OECONF = "\ | 11 | EXTRA_OECONF = "\ |
| 12 | --enable-openssl \ | 12 | --enable-openssl \ |
| 13 | --enable-cypher \ | 13 | --enable-cypher \ |
| 14 | --enable-signature \ | 14 | --enable-signature \ |
| 15 | --disable-coverage \ | 15 | --disable-coverage \ |
| 16 | --enable-old-eet-file-format \ | 16 | --enable-old-eet-file-format \ |
| 17 | --disable-assert \ | 17 | --disable-assert \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | PACKAGES =+ "${PN}-utils" | 20 | PACKAGES =+ "${PN}-utils" |
| 21 | 21 | ||
| 22 | FILES_${PN}-utils = "\ | 22 | FILES_${PN}-utils = "\ |
| 23 | ${bindir}/${PN} \ | 23 | ${bindir}/${PN} \ |
| 24 | " | 24 | " |
diff --git a/meta-efl/recipes-efl/efl/eet_1.7.6.bb b/meta-efl/recipes-efl/efl/eet_1.7.6.bb index f014fe32b3..023dab088e 100644 --- a/meta-efl/recipes-efl/efl/eet_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/eet_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "16a3b3cffbc7d63a5efdd673793e4a7a" | 9 | SRC_URI[md5sum] = "16a3b3cffbc7d63a5efdd673793e4a7a" |
diff --git a/meta-efl/recipes-efl/efl/eet_svn.bb b/meta-efl/recipes-efl/efl/eet_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/eet_svn.bb +++ b/meta-efl/recipes-efl/efl/eet_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/eeze_1.7.6.bb b/meta-efl/recipes-efl/efl/eeze_1.7.6.bb index 76a4c89f3e..85dd6b1728 100644 --- a/meta-efl/recipes-efl/efl/eeze_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/eeze_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "8e23ead15f9f52df5ffd05560153756f" | 9 | SRC_URI[md5sum] = "8e23ead15f9f52df5ffd05560153756f" |
diff --git a/meta-efl/recipes-efl/efl/eeze_svn.bb b/meta-efl/recipes-efl/efl/eeze_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/eeze_svn.bb +++ b/meta-efl/recipes-efl/efl/eeze_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/efreet_1.7.6.bb b/meta-efl/recipes-efl/efl/efreet_1.7.6.bb index a72b47c1fb..af7e44b3c9 100644 --- a/meta-efl/recipes-efl/efl/efreet_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/efreet_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "3888d88fcbf50e8977fc9f198facee8e" | 9 | SRC_URI[md5sum] = "3888d88fcbf50e8977fc9f198facee8e" |
diff --git a/meta-efl/recipes-efl/efl/efreet_svn.bb b/meta-efl/recipes-efl/efl/efreet_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/efreet_svn.bb +++ b/meta-efl/recipes-efl/efl/efreet_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/eina_1.7.6.bb b/meta-efl/recipes-efl/efl/eina_1.7.6.bb index 69fda645c7..b3dafd5414 100644 --- a/meta-efl/recipes-efl/efl/eina_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/eina_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "4f0075f404223284dac0f34f676c511e" | 9 | SRC_URI[md5sum] = "4f0075f404223284dac0f34f676c511e" |
diff --git a/meta-efl/recipes-efl/efl/eina_svn.bb b/meta-efl/recipes-efl/efl/eina_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/eina_svn.bb +++ b/meta-efl/recipes-efl/efl/eina_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/eio_1.7.6.bb b/meta-efl/recipes-efl/efl/eio_1.7.6.bb index 7265cf20ff..5c45c92ffb 100644 --- a/meta-efl/recipes-efl/efl/eio_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/eio_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "c180817c536822153a1853b74a96d01a" | 9 | SRC_URI[md5sum] = "c180817c536822153a1853b74a96d01a" |
diff --git a/meta-efl/recipes-efl/efl/eio_svn.bb b/meta-efl/recipes-efl/efl/eio_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/eio_svn.bb +++ b/meta-efl/recipes-efl/efl/eio_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/elementary.inc b/meta-efl/recipes-efl/efl/elementary.inc index 34338e865d..a8ed15f760 100644 --- a/meta-efl/recipes-efl/efl/elementary.inc +++ b/meta-efl/recipes-efl/efl/elementary.inc | |||
| @@ -8,63 +8,63 @@ inherit efl gettext | |||
| 8 | INC_PR = "r0" | 8 | INC_PR = "r0" |
| 9 | 9 | ||
| 10 | EXTRA_OECONF = "\ | 10 | EXTRA_OECONF = "\ |
| 11 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 11 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 12 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ | 12 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ |
| 13 | --disable-web \ | 13 | --disable-web \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | do_compile_append() { | 16 | do_compile_append() { |
| 17 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 17 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
| 18 | -e s:/${TARGET_SYS}::g \ | 18 | -e s:/${TARGET_SYS}::g \ |
| 19 | elementary.pc | 19 | elementary.pc |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | PACKAGES += "${PN}-configs ${PN}-accessibility" | 22 | PACKAGES += "${PN}-configs ${PN}-accessibility" |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} = "\ | 24 | RDEPENDS_${PN} = "\ |
| 25 | ${PN}-themes \ | 25 | ${PN}-themes \ |
| 26 | ${PN}-configs \ | 26 | ${PN}-configs \ |
| 27 | " | 27 | " |
| 28 | RSUGGESTS_${PN} = "${PN}-tests ${PN}-accessibility" | 28 | RSUGGESTS_${PN} = "${PN}-tests ${PN}-accessibility" |
| 29 | 29 | ||
| 30 | FILES_${PN} += "\ | 30 | FILES_${PN} += "\ |
| 31 | ${libdir}/edje/modules/elm \ | 31 | ${libdir}/edje/modules/elm \ |
| 32 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.so \ | 32 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.so \ |
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | FILES_${PN}-dev += "\ | 35 | FILES_${PN}-dev += "\ |
| 36 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.la \ | 36 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.la \ |
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | FILES_${PN}-themes = "\ | 39 | FILES_${PN}-themes = "\ |
| 40 | ${datadir}/elementary/themes \ | 40 | ${datadir}/elementary/themes \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | FILES_${PN}-configs = "\ | 43 | FILES_${PN}-configs = "\ |
| 44 | ${datadir}/elementary/config \ | 44 | ${datadir}/elementary/config \ |
| 45 | " | 45 | " |
| 46 | 46 | ||
| 47 | FILES_${PN}-dbg += "\ | 47 | FILES_${PN}-dbg += "\ |
| 48 | ${libdir}/elementary/modules/test_entry/*/.debug \ | 48 | ${libdir}/elementary/modules/test_entry/*/.debug \ |
| 49 | ${libdir}/elementary/modules/test_map/*/.debug \ | 49 | ${libdir}/elementary/modules/test_map/*/.debug \ |
| 50 | ${libdir}/elementary/modules/access_output/*/.debug \ | 50 | ${libdir}/elementary/modules/access_output/*/.debug \ |
| 51 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/.debug \ | 51 | ${libdir}/elementary/modules/datetime_input_ctxpopup/*/.debug \ |
| 52 | ${libdir}/edje/modules/elm/*/.debug \ | 52 | ${libdir}/edje/modules/elm/*/.debug \ |
| 53 | " | 53 | " |
| 54 | 54 | ||
| 55 | FILES_${PN}-tests = "\ | 55 | FILES_${PN}-tests = "\ |
| 56 | ${bindir}/elementary* \ | 56 | ${bindir}/elementary* \ |
| 57 | ${datadir}/elementary/images \ | 57 | ${datadir}/elementary/images \ |
| 58 | ${datadir}/elementary/objects \ | 58 | ${datadir}/elementary/objects \ |
| 59 | ${datadir}/elementary/examples \ | 59 | ${datadir}/elementary/examples \ |
| 60 | ${datadir}/applications/* \ | 60 | ${datadir}/applications/* \ |
| 61 | ${datadir}/icons/* \ | 61 | ${datadir}/icons/* \ |
| 62 | ${libdir}/elementary/modules/test_entry/* \ | 62 | ${libdir}/elementary/modules/test_entry/* \ |
| 63 | ${libdir}/elementary/modules/test_map/* \ | 63 | ${libdir}/elementary/modules/test_map/* \ |
| 64 | " | 64 | " |
| 65 | 65 | ||
| 66 | FILES_${PN}-accessibility = "\ | 66 | FILES_${PN}-accessibility = "\ |
| 67 | ${libdir}/elementary/modules/access_output/* \ | 67 | ${libdir}/elementary/modules/access_output/* \ |
| 68 | " | 68 | " |
| 69 | 69 | ||
| 70 | # Some upgrade path tweaking, as in evas | 70 | # Some upgrade path tweaking, as in evas |
diff --git a/meta-efl/recipes-efl/efl/elementary_1.7.6.bb b/meta-efl/recipes-efl/efl/elementary_1.7.6.bb index f719253063..060a8540ee 100644 --- a/meta-efl/recipes-efl/efl/elementary_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/elementary_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "48f28d887432f9aca434c864de33d5f8" | 9 | SRC_URI[md5sum] = "48f28d887432f9aca434c864de33d5f8" |
diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb b/meta-efl/recipes-efl/efl/elementary_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/elementary_svn.bb +++ b/meta-efl/recipes-efl/efl/elementary_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/embryo_1.7.6.bb b/meta-efl/recipes-efl/efl/embryo_1.7.6.bb index bb3aa74a69..a288052a7d 100644 --- a/meta-efl/recipes-efl/efl/embryo_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/embryo_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "6302e1845d50074a949d8d822e2c8874" | 9 | SRC_URI[md5sum] = "6302e1845d50074a949d8d822e2c8874" |
diff --git a/meta-efl/recipes-efl/efl/embryo_svn.bb b/meta-efl/recipes-efl/efl/embryo_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/embryo_svn.bb +++ b/meta-efl/recipes-efl/efl/embryo_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/emotion_1.7.6.bb b/meta-efl/recipes-efl/efl/emotion_1.7.6.bb index 9435a9f1fd..1a7edb3b00 100644 --- a/meta-efl/recipes-efl/efl/emotion_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/emotion_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "eb15b6faa1e4a30f80622a1381c670fc" | 9 | SRC_URI[md5sum] = "eb15b6faa1e4a30f80622a1381c670fc" |
diff --git a/meta-efl/recipes-efl/efl/emotion_svn.bb b/meta-efl/recipes-efl/efl/emotion_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/emotion_svn.bb +++ b/meta-efl/recipes-efl/efl/emotion_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/entrance_svn.bb b/meta-efl/recipes-efl/efl/entrance_svn.bb index 02eb64ba91..9a85f7bda8 100644 --- a/meta-efl/recipes-efl/efl/entrance_svn.bb +++ b/meta-efl/recipes-efl/efl/entrance_svn.bb | |||
| @@ -6,8 +6,8 @@ SECTION = "e/apps" | |||
| 6 | 6 | ||
| 7 | inherit e gettext systemd | 7 | inherit e gettext systemd |
| 8 | SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \ | 8 | SRC_URI = "${E_SVN}/trunk/PROTO;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 9 | file://0001-pam-use-common-auth-instead-of-system-auth.patch \ | 9 | file://0001-pam-use-common-auth-instead-of-system-auth.patch \ |
| 10 | file://entrance.service \ | 10 | file://entrance.service \ |
| 11 | " | 11 | " |
| 12 | S = "${WORKDIR}/${SRCNAME}" | 12 | S = "${WORKDIR}/${SRCNAME}" |
| 13 | 13 | ||
| @@ -33,6 +33,6 @@ RCONFLICTS_${PN} += "${PN}-systemd" | |||
| 33 | SYSTEMD_SERVICE_${PN} = "entrance.service" | 33 | SYSTEMD_SERVICE_${PN} = "entrance.service" |
| 34 | 34 | ||
| 35 | do_install_append() { | 35 | do_install_append() { |
| 36 | install -d ${D}${systemd_unitdir}/system | 36 | install -d ${D}${systemd_unitdir}/system |
| 37 | install -m 0644 ${WORKDIR}/entrance.service ${D}${systemd_unitdir}/system | 37 | install -m 0644 ${WORKDIR}/entrance.service ${D}${systemd_unitdir}/system |
| 38 | } | 38 | } |
diff --git a/meta-efl/recipes-efl/efl/ethumb.inc b/meta-efl/recipes-efl/efl/ethumb.inc index 92a83eee4f..32a1306501 100644 --- a/meta-efl/recipes-efl/efl/ethumb.inc +++ b/meta-efl/recipes-efl/efl/ethumb.inc | |||
| @@ -8,9 +8,9 @@ INC_PR = "r0" | |||
| 8 | inherit efl | 8 | inherit efl |
| 9 | 9 | ||
| 10 | EXTRA_OECONF = "\ | 10 | EXTRA_OECONF = "\ |
| 11 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ | 11 | --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \ |
| 12 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ | 12 | --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \ |
| 13 | --disable-docs \ | 13 | --disable-docs \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | # Some upgrade path tweaking, as in evas | 16 | # Some upgrade path tweaking, as in evas |
diff --git a/meta-efl/recipes-efl/efl/ethumb_1.7.6.bb b/meta-efl/recipes-efl/efl/ethumb_1.7.6.bb index f66a6786f7..b8ced29076 100644 --- a/meta-efl/recipes-efl/efl/ethumb_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/ethumb_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "343ef0dfda62295db353b7dca059e4a7" | 9 | SRC_URI[md5sum] = "343ef0dfda62295db353b7dca059e4a7" |
diff --git a/meta-efl/recipes-efl/efl/ethumb_svn.bb b/meta-efl/recipes-efl/efl/ethumb_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/ethumb_svn.bb +++ b/meta-efl/recipes-efl/efl/ethumb_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders.inc b/meta-efl/recipes-efl/efl/evas-generic-loaders.inc index 4f8429187a..43cdb86919 100644 --- a/meta-efl/recipes-efl/efl/evas-generic-loaders.inc +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders.inc | |||
| @@ -10,11 +10,11 @@ INC_PR = "r0" | |||
| 10 | SRCNAME = "evas_generic_loaders" | 10 | SRCNAME = "evas_generic_loaders" |
| 11 | 11 | ||
| 12 | EXTRA_OECONF = " \ | 12 | EXTRA_OECONF = " \ |
| 13 | --enable-poppler \ | 13 | --enable-poppler \ |
| 14 | --enable-svg \ | 14 | --enable-svg \ |
| 15 | --disable-gstreamer \ | 15 | --disable-gstreamer \ |
| 16 | --disable-libraw \ | 16 | --disable-libraw \ |
| 17 | --disable-spectre \ | 17 | --disable-spectre \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | python populate_packages_prepend () { | 20 | python populate_packages_prepend () { |
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.7.6.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.7.6.bb index d3ea978b1c..eb2e6f9870 100644 --- a/meta-efl/recipes-efl/efl/evas-generic-loaders_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "f025e08a673ba4f11a3d17fc50e0abb1" | 9 | SRC_URI[md5sum] = "f025e08a673ba4f11a3d17fc50e0abb1" |
diff --git a/meta-efl/recipes-efl/efl/evas-generic-loaders_svn.bb b/meta-efl/recipes-efl/efl/evas-generic-loaders_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/evas-generic-loaders_svn.bb +++ b/meta-efl/recipes-efl/efl/evas-generic-loaders_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/evas.inc b/meta-efl/recipes-efl/efl/evas.inc index 04cf83563d..4e5e1e3063 100644 --- a/meta-efl/recipes-efl/efl/evas.inc +++ b/meta-efl/recipes-efl/efl/evas.inc | |||
| @@ -48,17 +48,17 @@ PACKAGES_DYNAMIC += "^evas-engine-.* ^evas-loader-.* ^evas-saver-.* ^evas-cserve | |||
| 48 | RRECOMMENDS_${PN} += "evas-loader-generic evas-generic-loader-svn" | 48 | RRECOMMENDS_${PN} += "evas-loader-generic evas-generic-loader-svn" |
| 49 | 49 | ||
| 50 | RRECOMMENDS_${PN} = " \ | 50 | RRECOMMENDS_${PN} = " \ |
| 51 | evas-engine-fb \ | 51 | evas-engine-fb \ |
| 52 | evas-engine-software-generic \ | 52 | evas-engine-software-generic \ |
| 53 | evas-engine-software-x11 \ | 53 | evas-engine-software-x11 \ |
| 54 | evas-engine-software-16 \ | 54 | evas-engine-software-16 \ |
| 55 | evas-engine-software-16-x11 \ | 55 | evas-engine-software-16-x11 \ |
| 56 | evas-engine-xrender-x11 \ | 56 | evas-engine-xrender-x11 \ |
| 57 | \ | 57 | \ |
| 58 | evas-loader-png \ | 58 | evas-loader-png \ |
| 59 | evas-loader-jpeg \ | 59 | evas-loader-jpeg \ |
| 60 | evas-loader-gif \ | 60 | evas-loader-gif \ |
| 61 | evas-loader-svg \ | 61 | evas-loader-svg \ |
| 62 | " | 62 | " |
| 63 | 63 | ||
| 64 | # Some upgrade path tweaking | 64 | # Some upgrade path tweaking |
diff --git a/meta-efl/recipes-efl/efl/evas_1.7.6.1.bb b/meta-efl/recipes-efl/efl/evas_1.7.6.1.bb index 2ea56eea94..f434d1ae24 100644 --- a/meta-efl/recipes-efl/efl/evas_1.7.6.1.bb +++ b/meta-efl/recipes-efl/efl/evas_1.7.6.1.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.1" | 3 | PR = "${INC_PR}.1" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "c1710b7769c6dc8cfb0a21190fbc0c9b" | 9 | SRC_URI[md5sum] = "c1710b7769c6dc8cfb0a21190fbc0c9b" |
diff --git a/meta-efl/recipes-efl/efl/evas_svn.bb b/meta-efl/recipes-efl/efl/evas_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/evas_svn.bb +++ b/meta-efl/recipes-efl/efl/evas_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/expedite.inc b/meta-efl/recipes-efl/efl/expedite.inc index 9399d82d04..89500bfbfd 100644 --- a/meta-efl/recipes-efl/efl/expedite.inc +++ b/meta-efl/recipes-efl/efl/expedite.inc | |||
| @@ -8,20 +8,20 @@ INC_PR = "r0" | |||
| 8 | inherit e | 8 | inherit e |
| 9 | 9 | ||
| 10 | EXTRA_OECONF = "\ | 10 | EXTRA_OECONF = "\ |
| 11 | --x-includes=${STAGING_INCDIR}/X11 \ | 11 | --x-includes=${STAGING_INCDIR}/X11 \ |
| 12 | --x-libraries=${STAGING_LIBDIR} \ | 12 | --x-libraries=${STAGING_LIBDIR} \ |
| 13 | --enable-simple-x11 \ | 13 | --enable-simple-x11 \ |
| 14 | \ | 14 | \ |
| 15 | --disable-opengl-glew \ | 15 | --disable-opengl-glew \ |
| 16 | --enable-software-x11 \ | 16 | --enable-software-x11 \ |
| 17 | --enable-xrender-x11 \ | 17 | --enable-xrender-x11 \ |
| 18 | --enable-software-16-x11 \ | 18 | --enable-software-16-x11 \ |
| 19 | --enable-opengl-x11 \ | 19 | --enable-opengl-x11 \ |
| 20 | --enable-fb \ | 20 | --enable-fb \ |
| 21 | --disable-software-ddraw \ | 21 | --disable-software-ddraw \ |
| 22 | --disable-software-16-ddraw \ | 22 | --disable-software-16-ddraw \ |
| 23 | --disable-direct3d \ | 23 | --disable-direct3d \ |
| 24 | --disable-software-sdl \ | 24 | --disable-software-sdl \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | FILES_${PN} += "${datadir}" | 27 | FILES_${PN} += "${datadir}" |
diff --git a/meta-efl/recipes-efl/efl/expedite_1.7.6.bb b/meta-efl/recipes-efl/efl/expedite_1.7.6.bb index 42431aa521..c582ad1daf 100644 --- a/meta-efl/recipes-efl/efl/expedite_1.7.6.bb +++ b/meta-efl/recipes-efl/efl/expedite_1.7.6.bb | |||
| @@ -3,7 +3,7 @@ require ${BPN}.inc | |||
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
| 4 | 4 | ||
| 5 | SRC_URI = "\ | 5 | SRC_URI = "\ |
| 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ | 6 | ${E_MIRROR}/${SRCNAME}-${SRCVER}.tar.gz \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | SRC_URI[md5sum] = "a4a6f3a84ff85d78c74e56a046bd3419" | 9 | SRC_URI[md5sum] = "a4a6f3a84ff85d78c74e56a046bd3419" |
diff --git a/meta-efl/recipes-efl/efl/expedite_svn.bb b/meta-efl/recipes-efl/efl/expedite_svn.bb index 95d8e02e5a..5b13b9e7b4 100644 --- a/meta-efl/recipes-efl/efl/expedite_svn.bb +++ b/meta-efl/recipes-efl/efl/expedite_svn.bb | |||
| @@ -8,6 +8,6 @@ DEFAULT_PREFERENCE = "-1" | |||
| 8 | SRCNAME_append = "-1.7" | 8 | SRCNAME_append = "-1.7" |
| 9 | 9 | ||
| 10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
| 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ | 11 | ${E_SVN}/branches;module=${SRCNAME};protocol=http;scmdata=keep \ |
| 12 | " | 12 | " |
| 13 | S = "${WORKDIR}/${SRCNAME}" | 13 | S = "${WORKDIR}/${SRCNAME}" |
diff --git a/meta-efl/recipes-efl/efl/libeweather_svn.bb b/meta-efl/recipes-efl/efl/libeweather_svn.bb index 934efa10f3..bc7bce654e 100644 --- a/meta-efl/recipes-efl/efl/libeweather_svn.bb +++ b/meta-efl/recipes-efl/efl/libeweather_svn.bb | |||
| @@ -16,31 +16,31 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" | |||
| 16 | RSUGGESTS_${PN} = "elementary-tests" | 16 | RSUGGESTS_${PN} = "elementary-tests" |
| 17 | 17 | ||
| 18 | do_compile_append() { | 18 | do_compile_append() { |
| 19 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 19 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
| 20 | -e s:/${TARGET_SYS}::g \ | 20 | -e s:/${TARGET_SYS}::g \ |
| 21 | eweather.pc | 21 | eweather.pc |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | PACKAGES += "${PN}-plugins" | 24 | PACKAGES += "${PN}-plugins" |
| 25 | 25 | ||
| 26 | FILES_${PN}-themes = "\ | 26 | FILES_${PN}-themes = "\ |
| 27 | ${datadir} \ | 27 | ${datadir} \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | FILES_${PN}-plugins = "\ | 30 | FILES_${PN}-plugins = "\ |
| 31 | ${libdir}/eweather/plugins/*.so \ | 31 | ${libdir}/eweather/plugins/*.so \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | FILES_${PN}-dbg += "\ | 34 | FILES_${PN}-dbg += "\ |
| 35 | ${libdir}/eweather/plugins/.debug \ | 35 | ${libdir}/eweather/plugins/.debug \ |
| 36 | " | 36 | " |
| 37 | 37 | ||
| 38 | FILES_${PN}-dev += "\ | 38 | FILES_${PN}-dev += "\ |
| 39 | ${libdir}/eweather/plugins/*.a \ | 39 | ${libdir}/eweather/plugins/*.a \ |
| 40 | ${libdir}/eweather/plugins/*.la \ | 40 | ${libdir}/eweather/plugins/*.la \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | RRECOMMENDS_${PN} = "\ | 43 | RRECOMMENDS_${PN} = "\ |
| 44 | ${PN}-themes \ | 44 | ${PN}-themes \ |
| 45 | ${PN}-plugins \ | 45 | ${PN}-plugins \ |
| 46 | " | 46 | " |
diff --git a/meta-efl/recipes-efl/packagegroups/packagegroup-efl-sdk.inc b/meta-efl/recipes-efl/packagegroups/packagegroup-efl-sdk.inc index 8f012677ed..89c9f9a57c 100644 --- a/meta-efl/recipes-efl/packagegroups/packagegroup-efl-sdk.inc +++ b/meta-efl/recipes-efl/packagegroups/packagegroup-efl-sdk.inc | |||
| @@ -8,7 +8,7 @@ SDK-EFL = " \ | |||
| 8 | lua5.1-dev \ | 8 | lua5.1-dev \ |
| 9 | edje-dev \ | 9 | edje-dev \ |
| 10 | elementary-dev \ | 10 | elementary-dev \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | SDK-EXTRAS ?= "" | 13 | SDK-EXTRAS ?= "" |
| 14 | SDK-EXTRAS_qemux86 ?= " valgrind lttng-ust-dev" | 14 | SDK-EXTRAS_qemux86 ?= " valgrind lttng-ust-dev" |
diff --git a/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb index 11b01f6a9f..47f758a820 100644 --- a/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb +++ b/meta-efl/recipes-efl/packagegroups/packagegroup-x11-illume.bb | |||
| @@ -15,10 +15,10 @@ RPROVIDES_${PN} += "task-x11-illume" | |||
| 15 | RREPLACES_${PN} += "task-x11-illume" | 15 | RREPLACES_${PN} += "task-x11-illume" |
| 16 | RCONFLICTS_${PN} += "task-x11-illume" | 16 | RCONFLICTS_${PN} += "task-x11-illume" |
| 17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
| 18 | packagegroup-core-x11-xserver \ | 18 | packagegroup-core-x11-xserver \ |
| 19 | packagegroup-core-x11-utils \ | 19 | packagegroup-core-x11-utils \ |
| 20 | \ | 20 | \ |
| 21 | e-wm \ | 21 | e-wm \ |
| 22 | ${ECONFIG} \ | 22 | ${ECONFIG} \ |
| 23 | ${ETHEME} \ | 23 | ${ETHEME} \ |
| 24 | " | 24 | " |
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb b/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb index 1b782cd44e..33100c2a1f 100644 --- a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb +++ b/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb | |||
| @@ -17,17 +17,17 @@ PR = "r2" | |||
| 17 | SRCREV_FORMAT = "source" | 17 | SRCREV_FORMAT = "source" |
| 18 | 18 | ||
| 19 | SRC_URI = "\ | 19 | SRC_URI = "\ |
| 20 | svn://svn.webkit.org/repository/webkit/trunk;module=Source;name=source;protocol=http;subdir=src \ | 20 | svn://svn.webkit.org/repository/webkit/trunk;module=Source;name=source;protocol=http;subdir=src \ |
| 21 | svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;protocol=http;subdir=src \ | 21 | svn://svn.webkit.org/repository/webkit/trunk/;module=WebKitLibraries;protocol=http;subdir=src \ |
| 22 | svn://svn.webkit.org/repository/webkit/trunk/;module=Tools;protocol=http;subdir=src \ | 22 | svn://svn.webkit.org/repository/webkit/trunk/;module=Tools;protocol=http;subdir=src \ |
| 23 | file://CMakeLists.txt \ | 23 | file://CMakeLists.txt \ |
| 24 | file://bison-2.6.patch \ | 24 | file://bison-2.6.patch \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/src" | 27 | S = "${WORKDIR}/src" |
| 28 | 28 | ||
| 29 | do_configure_prepend() { | 29 | do_configure_prepend() { |
| 30 | cp ${WORKDIR}/CMakeLists.txt ${S}; | 30 | cp ${WORKDIR}/CMakeLists.txt ${S}; |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | inherit cmake lib_package pkgconfig perlnative pythonnative | 33 | inherit cmake lib_package pkgconfig perlnative pythonnative |
