Age | Commit message (Collapse) | Author | Files |
|
web interface
|
|
need the required dev packages installed on host. Use our OE versions
|
|
* now *that's* an embarassing bug!
|
|
into org.openembedded.dev
|
|
Backport time.h patch from 2.6.25 kernel
(commit 38332cb98772f5ea757e6486bed7ed0381cb5f98)
It fixes following error during compilation:
LD .tmp_vmlinux1
kernel/built-in.o: In function `getnstimeofday':
utsname_sysctl.c:(.text+0xf110): undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: In function `do_gettimeofday':
utsname_sysctl.c:(.text+0xf1d0): undefined reference to `__aeabi_uldivmod'
utsname_sysctl.c:(.text+0xf1ec): undefined reference to `__aeabi_uldivmod'
kernel/built-in.o: In function `do_timer':
utsname_sysctl.c:(.text+0x100ec): undefined reference to `__aeabi_uldivmod'
utsname_sysctl.c:(.text+0x1010c): undefined reference to `__aeabi_uldivmod'
make: *** [.tmp_vmlinux1] Error 1
See also similar OE bug #4333
Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
it's 0.odd.x extra unstableness
|
|
sometime between 3.35 and 3.36
|
|
into org.openembedded.dev
|
|
|
|
The actual version was released in 2003, so I think it's time to update it.
This patch prepares the transition and allows other to test the latest release.
Regards,
Matthieu.
Signed-off-by: Matthieu Poullet <matthieu.poullet@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
of apps
|
|
|
|
into org.openembedded.dev
|
|
|
|
into org.openembedded.dev
|
|
|
|
the fdo mime data it overlaps between packages.
* better solution is needed for people wanting docs on device, but this makes packages at least installable
|
|
* build still fails, bug 1622 still open
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
|
|
into org.openembedded.dev
|
|
This fixes package name matching so that gst-plugins-*-meta
packages include all the plugin ones. The current matching
implementation doesn't make meta packages depend on gst-plugins
with 'locale' and 'dev' in their names (f.e. gstfbdevsink).
Also use INC_PR for gstremer-plugins as requested on ML.
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
into org.openembedded.dev
|
|
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
Fixes binary locale generation broken by
6065fa491c009118ae282ae933215649cccfcd24.
Tested to work on ARM OABI (simpad), ARM EABI (qemuarm), PowerPC (efika)
and i686 (x86-prescott).
Acked-by: Philipp Zabel <philipp.zabel@gmail.com>
|
|
into org.openembedded.dev
|
|
|
|
Signed-off-by: Elena Grandi <elena.valhalla@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
GtkSourceView is a portable C library that extends the standard GTK+
framework for multiline text editing.
Signed-off-by: Elena Grandi <elena.valhalla@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
In the main grub package, menu.lst and stage1/2 files will now be
installed in /boot/grub.
stage2_eltorito is split into its own package for bootable ISOs.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
As far as I can tell, only the wrap board and gpe-phone-image are using
grub, and they use the default version, 0.97.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
To be easier to update the recipes we use a INC_PR in cups.inc that is
included in all PR fields in all recipes. Since currently the oldest
revision was 'r6' INC_PR starts in 'r7'.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
We updated it to latest stable release and droped the old versions
since noone is preferring those. Another small change is to depends on
gdk-pixbuf-csource-native otherwise the build can fail if the host
doesn't has the development files of GTK+ installed.
The only reference to a gnumeric version has been found at
preferred-om-2008-versions.inc and it referred to a missing
version. This also makes it to point to the latest one.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
To make life easier for everybody it is nice to have early_setup to
avoid problems with mdev/udev usage. As a bonus, it also adds a /tmp
dir since some tools require it to exist and it won't hurt anyway.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
- recipes/boost/boost-36.inc
- recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb
- recipes/gstreamer/gst-plugins-ugly_0.10.10.bb
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
According to the git log (e.g.,
7302c6263934c237da66719bd42505b6c05d10cc), there was a change in the
variable naming. IPKG_INSTALL was renamed to PACKAGE_INSTALL some time
ago. classes/rootfs_ipk.bbclass currently uses PACKAGE_INSTALL instead
of IPKG_INSTALL.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|