- May 13, 2013
-
-
Andrea Adami authored
* the binary itself can run without kexec (in host-debug mode) so * specify in the cpio IMAGE which packages are needed at runtime Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
-
Andrea Adami authored
* We used to export this in the days an external script handled the image * generation. This is no longer the case and hence we no longer need * this export. * As committed in oe-core with 919613c0e75362ee0eace99b51cc77d34a05372f Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
-
Martin Jansa authored
* last patch added couple of tabs to multiline variables Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Philip Balister authored
Build tested with a qemux86-64 build. Signed-off-by:
Philip Balister <philip@balister.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- May 10, 2013
-
-
Mark Hatle authored
Signed-off-by:
Mark Hatle <mark.hatle@windriver.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Mark Hatle authored
Signed-off-by:
Mark Hatle <mark.hatle@windriver.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Mark Hatle authored
Signed-off-by:
Mark Hatle <mark.hatle@windriver.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
* images are not displayed anymore * there will be no further development / upstream is gone [1] [1] https://bugzilla.redhat.com/show_bug.cgi?id=906121 Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
warning was: | configure: WARNING: unrecognized options: --disable-poppler-qt, --disable-abiword-output Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
this is the last version with GPL V2 Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Mihai Prica authored
This package provides an interface to MySQL for Python. Signed-off-by:
Mihai Prica <mihai.prica@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Mihai Prica authored
Signed-off-by:
Mihai Prica <mihai.prica@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Mihai Prica authored
This package uses setuptools not distutils. Signed-off-by:
Mihai Prica <mihai.prica@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Olivia Yin authored
According to make.tmpl.in, shared lib will be installed under $(usrlibdir) install_lib_shared: $(LIB_SHARED) $(INSTALL_PROGRAM) -D $< $(libdir)/$(<F).$(LIB_VERSION) $(INSTALL_DIR) $(usrlibdir) $(LN_S) -f $(USRLIB_RELPATH)$(<F).$(LIB_VERSION) $(usrlibdir)/$(<F) But default $(usrlibdir) is $(DESTDIR)${prefix}/lib no matter it is 32-bit or 64-bit system. So we need align $(usrlibdir) with $(libdir). Signed-off-by:Olivia Yin <hong-hua.yin@freescale.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Olivia Yin authored
WARNING: QA Issue: yajl: Files/directories were installed but not shipped /usr/lib /usr/lib/libyajl.so.2 /usr/lib/libyajl.so /usr/lib/libyajl_s.a /usr/lib/libyajl.so.2.0.4 /usr/lib/.debug /usr/lib/.debug/libyajl.so.2.0.4 NOTE: for 64-bit systems where lib64 is used you can pass the cmake variable LIB_SUFFIX to cause installation into the system's 'lib64' directory. Signed-off-by:Olivia Yin <hong-hua.yin@freescale.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- May 09, 2013
-
-
Otavio Salvador authored
Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
- May 07, 2013
-
-
Nicolas Dechesne authored
as discussed in [1], the following changes have been made since the initial version. - upgrade to latest upstream version - removal of the .inc file since the recipe is trivial - moved the recipe from recipe-support to recipe-extended [1] http://comments.gmane.org/gmane.comp.handhelds.openembedded/57914 Signed-off-by:
Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Koen Kooi authored
Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Stefan Herbrechtsmeier authored
Use the headers from the linux-libc-headers instead of the headers from the linux kernel sources because user space programs should be built against the header files provided by the distribution. In file included from .../usr/src/kernel/include/linux/media.h:27:0, from conftest.c:56: .../usr/src/kernel/include/linux/types.h:13:2: warning: #warning \ "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders " [-Wcpp] On some platforms (qemu) intern kernel header (linux/types.h) redefines some types from the system header (sys/types.h, timer.h, stdint.h) and thereby breaks the checking of the linux media header. ERROR: Kernel header file not found or not usable! In file included from .../usr/include/linux/media.h:27:0, from conftest.c:56: In file included from .../usr/src/kernel/include/linux/types.h:14:26: error: conflicting types for 'fd_set' In file included from .../sys/select.h:75:5: note: previous declaration of 'fd_set' was here Similar errors for dev_t, mode_t, timer_t, uintptr_t and blkcnt_t. Signed-off-by:Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
VLC will by default search for libmad, liba52 and other libraries and may fail to configure if they are not available. We add the relevant options to EXTRA_OECONF to ensure that ENTERPRISE_DISTRO is respected. Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
The configure options --enable-libtool, --disable-wxwidgets, --enable-x11, --enable-wma and --disable-hal were not recognised by the configure script for vlc and therefore do not have any effect (they just cause a warning). These options are removed to prevent confusion. Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
vlc depends on fluidsynth which is in meta-multimedia. Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Barker authored
Signed-off-by:
Paul Barker <paul@paulbarker.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Aws Ismail authored
When interface goes down, and there are some static routes that are made with ip route, they are going to be deleted from kernel fib. That's what kernel does by default. But they are not going to be deleted from zebra's fib. They will be declared inactive. This issue was originally discussed in [1] and a patch was proposed. [1] http://www.gossamer-threads.com/lists/quagga/dev/22609 Signed-off-by:
Aws Ismail <aws.ismail@windriver.com> Signed-off-by:
Joe MacDonald <joe.macdonald@windriver.com>
-
- May 03, 2013
-
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-