Age | Commit message (Collapse) | Author | Files |
|
|
|
Adding libgcc_s.so link to gcc-noemu package
|
|
HOST_SYS=${BUILD_SYS} (3) Removing --with-host-cross
|
|
|
|
|
|
|
|
|
|
and RREPLACES
|
|
Mamona-input-method already has the gtk input method, but we were
not building it at the recipe.
|
|
Now that the main code from the applet is located at another git
repository, created another recipe just for it.
|
|
|
|
Even without the official icons, the build details are already at the recipe.
When we get the icons, we just need to update mamona-input-methods and the
git commit id.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
on its RPROVIDES and on task-mamona RDEPENDS.
|
|
When creating the bb file I just put x11, but now looking at other
recipes I saw that we also have lib/inputmethods. Don't think
that this will really affect something, but it's better than just x11.
|
|
With this we can just put the libraries at RDEPENDS of any
package.
|
|
At the moment mamona-input-methods has both ecore and gtk support,
but it's compiling just the ecore-im as we don't want it to compile
everything it needs to support gtk-im.
In the future, if we want or need, we can just modify the recipe
to compile the gtk-im, or create another recipe just for this.
|
|
This package compiles uinput.ko kernel module to be used with Nokia's kernel-2.6.21-omap1
|
|
|
|
it wasn't corectly generating the deb package.
|
|
|
|
Note: This is not a commom module package. It doesn't use the module.bbclass,
but extracts the pre-built codesourcery's toolchain and the kernel source to
the workdir and use them to build the module.
|
|
|
|
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@openbossa.org>
|
|
|
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
These packages was recently moved to packages/mamona but it was missing a change on include paths.
|
|
Noemu packages are native packages made to install on a qemu environment as a target package avoiding some unecessary emulations.
http://dev.openbossa.org/trac/mamona/wiki/noemu
|
|
Used by mamona to configure sound system on nokia N8*0 using dsp.
|
|
Usbnet is a package used by Mamona to setup network through usb.
|