Age | Commit message (Collapse) | Author | Files |
|
* mostly libelementary-ver-pre-svn-06 -> libelementary-ver-pre-svn-07
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
with next EFL_BUMP
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* elmdentica now depends on libjson instead of libxml2, bump PV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup
add PR = r1 to recipes not including any .inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* mostly libelementary-ver-svn-06 -> libelementary-ver-pre-svn-06
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup
* only 769 from 1102 recipes were covered by automatic PR bump, list
of remaining 333 recipes not using PR/INC_PR is available for manual
PR add or INC_PR conversion - volunteers?
http://build.shr-project.org/tests/jama/files.not.PR.bumped
* just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good
idea without manual check, because sometimes they rely on PR set in
their .inc file and "r1" could make it go backwards
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* there is probably very few cases when it's needed without _${PN},
if you find one in attached patch, please enlighten me
* usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc
* there is a check for this in recipe-sanity.bclass
* there is maybe few possible fixes also in bbclasses
cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}"
distutils-base.bbclass:RDEPENDS += "python-core"
gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme"
image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}"
module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules"
?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1)
?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d)
?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d)
rubyextension.bbclass:RDEPENDS += "ruby"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
|
|
|
|
For .diff/.patch you need to apply manually, you can specify apply=no.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* sometimes without PE bump, because nobody complained that we were
bumping SRCREV without PV changes and we were using SRCPV in our
branch before
* please bump PE if you're using one of those and you need to increment
PV, otherwise it will be "corrected" with next PV bump
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
1. Create `enna.inc`.
2. Use `INC_PR`.
3. Move to new repository location.
4. Update license to LGPLv2.1+.
5. Build tested with GCC 4.4.3 and Binutils 2.20.1 for `MACHINE = "beagleboard".
6. Build tested with GCC 4.3.3 and Binuitls 2.18.50 for `MACHINE = "beagleboard".
7. Remove `dbus` from `DEPEND` since `edbus` already depends an it.
8. `libmusicbrainz`, `lightmediascanner` and `taglib` are not needed anymore as `DEPENDS`.
9. `do_configure_prepend()` fixes [1]. Thanks Koen.
10. libvalhalla 2.0.0 (`libvalhalla_hg.bb`) is needed for this version.
[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-March/018800.html
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Jussi Timperi <jussi.timperi@gmail.com>
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
* Or we can move them to e.bbclass, python-efl.inc instead.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
subdir for each keyboard)
* Newer illume isn't looking for keyboards in subdirectories of
/usr/lib/enlightenment/modules/illume/keyboards/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* As suggested few times on ML
* I would move git revs too, but after merging SRCPV (don't want to
resolve so much conflicts now)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* remove config.rpath stuff from recipes
|
|
|
|
At first I had a bad hack for it,thanks JaMa for showing me how to
do it(pointing at one of your commits that did it)
|
|
The config.db seem to be some openembedded settings/configuration,
for launching entrance/e17 better
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* change back number of flaunch buttons from 10 to 3
* change back categorie from System to Bar
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
and fix the author of the persian keyboard
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
* Numeric.kbd was included instead of Numbers.kbd,
so illume-keyboard-default-numeric contained only the numberic.png
* This solves SHR bug #870
|
|
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
recipes
* all sources were cleaned a bit upstream, so no modifications needed in
recipe now (docs paths, autotools stuff)
* guitartune is new recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
touch dummy INSTALL file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
upstream
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|