aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-03-14jlime-2010.1: build ubi image for ben-nanonote machine2011.03-maintenanceApelete Seketeli
Build a ubi image for the ben-nanonote machine when using the jlime-2010.1 distro. The resulting image is ready to use and fully functionnal. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2013-03-14gnutls: update SRC_URIApelete Seketeli
Update SRC_URI since the gnutls source packages were moved into a different directory on ftp.gnutls.org. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-10-26opkg-utils: bump SRCREV to latestSteffen Sledz
This update contains * opkg.py/opkg-build: fix creation of tar archives * opkg-make-index: fix mis-indented else: Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2012-10-09Merge branch 'pull-request-3' of git://github.com/sledz/oe into ↵Tom Rini
2011.03-maintenance
2012-10-09Merge branch 'pull-request-2' of git://github.com/sledz/oe into ↵Tom Rini
2011.03-maintenance
2012-10-09pango-native: add libxrender-native to dependenciesSteffen Sledz
This avoids a link error on build hosts with newer libXrender installation. | /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libXrender.so: undefined reference to `_XGetRequest' | collect2: error: ld returned 1 exit status Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2012-10-03subversion-1.6.5: fix QA issueSteffen Sledz
This patch fixes the QA issue ERROR: This autoconf log indicates errors, it looked at host includes. by backporting some build related patches and recipe modifications from oe-core. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2012-10-02jamvm-initial: backport 1.4.5 from meta-javaSteffen Sledz
This fixes the at least the problem of endless loop in java-initial script while running do_configure for classpath-native. see also: http://thread.gmane.org/gmane.comp.handhelds.openembedded/54242 Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2012-09-28jamvm: reorganize metadata to simplify backport from meta-javaSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2012-09-14gdk-pixbuf: add missing dependenciesSteffen Sledz
This fixes an error in do_configure step for target and native build. | checking for BASE_DEPENDENCIES... configure: error: Package requirements (glib-2.0 >= 2.12.0 atk >= 1.9.0 pango >= 1.12.0 cairo >= 1.2.0) were not met: | | No package 'atk' found | No package 'pango' found | No package 'cairo' found Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by: Tom Rini <trini@ti.com>
2012-09-07llvm2.7: provide "lseek64" symbolSteffen Sledz
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc. With libcxx, it seems <unistd.h> would not be provided. Thanks to Ryuta Suzuki. See also: <http://llvm.org/viewvc/llvm-project?view=rev&revision=137567> Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
2012-08-31gtk+_2.20.1: Depend on gdk-pixbuf-nativeKhem Raj
also BBCLASSEXTEND gdk-pixbuf recipes to provide native version Newer distros which ship glib-2.0 version 2.32+ there are some missing symbols that gtk+ 2.20 will complain about. So we create own gdk-pixbuf so it does not link to library from host system Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-08-27binutils-2.20.1: Fix SRC_URI checksumsKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-08-27schroedinger: Add recipe for 1.0.11Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-08-27orc: Add recipe for 0.4.16Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-08-27qt-4.7.1: Dont create symlinks for non existing binariesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-08-27libwnck: Fix build without needing introspection-nativeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-07-30Merge branch '2011.03-maintenance' of ↵Tom Rini
git://arago-project.org/git/people/denix/openembedded into 2011.03-maintenance Conflicts: recipes/opkg-utils/opkg-utils_git.bb I had taken a commit that updated opkg-utils slightly, but not enough. Denys' commit brings everything back into line. Signed-off-by: Tom Rini <trini@ti.com>
2012-07-24opkg-utils: bump SRCREV to pick up subprocess.check_output fixesDenys Dmytriyenko
There were few breakages related to subprocess.check_output() with Python versions prior to 2.7 (although I had them even with 2.7.3), most notably in opkg-make-index: Log data follows: | + do_package_update_index_ipk | + set -x | + ipkgarchs='all any noarch arm armv4 armv4t armv5te armv6 armv7 armv7a am37x-evm' | + '[' '!' -z '' ']' | + mkdir -p /OE/deploy/glibc/ipk | + touch /OE/deploy/glibc/ipk/Packages | + opkg-make-index -r /OE/deploy/glibc/ipk/Packages -p /OE/deploy/glibc/ipk/Packages -l /OE/deploy/glibc/ipk/Packages.filelist -m /OE/deploy/glibc/ipk | Traceback (most recent call last): | File "/OE/sysroots/x86_64-linux/usr/bin/opkg-make-index", line 189, in <module> | rc = subprocess.check_output(gzip_cmd, shell=True) | AttributeError: 'module' object has no attribute 'check_output' NOTE: package my-image-1.0-r0: task do_package_update_index_ipk: Failed The following fixes are required: http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/commit/?id=423ecd36b4782327c16f516885d1248249c7724a http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/commit/?id=49cc783d8e0415059d126ae22c892988717ffda7 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-07-13opkg-utils: bump SRCREV to keep python2.6 compatibilityApelete Seketeli
Fix an issue where opkg-utils was using a method that requires at least python2.7, causing compatibility issues on hosts that are still using python2.6. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-13git: update SRC_URIApelete Seketeli
Update SRC_URI to fetch git from one of the KERNELORG_MIRROR addresses instead of relying on a single kernel mirror. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-12tzdata: update SRC_URIApelete Seketeli
Update the SRC_URI of tzdata.inc to tzmirror.sunbase.org since elsie.nci.nih.gov seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-12tzcode: update SRC_URIApelete Seketeli
Update the SRC_URI of tzcode-native.inc to tzmirror.sunbase.org since elsie.nci.nih.gov seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11netsurf: update SRC_URIApelete Seketeli
Update the SRC_URI of the following recipes, since the NetSurf project has moved the download repository of its source packages: - hubbub_0.0.2.bb - libcss_0.0.2.bb - libnsbmp_0.0.2.bb - libnsgif_0.0.2.bb - libparserutils_0.0.2.bb - libwapcaplet_0.0.2.bb - netsurf_2.6.bb Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11bluez4_4.84: update checksum valuesApelete Seketeli
Update the md5 and sha256 checksum values reported in bluez4_4.84.bb to actually match the ones of the source package. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11libpng: update SRC_URIApelete Seketeli
Update the SRC_URI of libpng.inc since the libpng-1.2.44 source package has been moved to another directory on ftp.simplesystems.org. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11mirrors.bbclass: add new KERNELORG_MIRRORApelete Seketeli
Add http://mirror.sit.wisc.edu/pub as a new KERNELORG_MIRROR because the libpam_1.1.1 source package could not be found on any of the defined kernel.org mirrors. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-11mirrors.bbclass: add new GNU_MIRRORApelete Seketeli
Add ftp://mirrors.usc.edu/pub/gnu as a new GNU_MIRROR because the binutils_2.21 source package could not be found on any of the defined GNU mirrors. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04psplash: convert from svn.o-hand.com to git.yoctoproject.orgApelete Seketeli
Convert all psplash recipes from svn.o-hand.com to git.yoctoproject.org since svn.o-hand.com seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04echinus_0.4.3.2: update SRC_URIApelete Seketeli
Update the SRC_URI of echinus_0.4.3.2.bb since the source tarball has been moved to a different directory on the source repository. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04xcursor-transparent-theme_0.1.1: update SRC_URIApelete Seketeli
This patch updates the SRC_URI of xcursor-transparent-theme_0.1.1.bb to projects.o-hand.com since the matchbox-project.org repository seems to be down. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04openssl_1.0.0e: fix build issue for hosts without ipv6Apelete Seketeli
This patch fixes an issue where some ipv6 code was injected into the bss_dgram.c regardless of the ipv6 availability of the host. The code is now injected only if the host is ipv6 enabled. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04gtk+: Add no-test-inline-pixbufs.patch to gtk+-2.20.1Apelete Seketeli
This patch adds a patch to the gtk+-2.20.1 recipe that removes the need to build test-inline-pixbufs.h in the demos/Makefile.am file of the gtk+-2.20.1 upstream package. It also removes all the demo programs that were dependant on test-inline-pixbufs.h from demos/Makefile.am. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04gtk+: Rebase gtk+-2.20.1/no-demos.patchApelete Seketeli
This patch rebases the recipes/gtk+/gtk+-2.20.1/no-demos.patch file against the version of the files of gtk+-2.20.1. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04bluez4_4.42: update checksum valuesApelete Seketeli
This patch updates the md5 and sha256 checksum values reported in recipes/bluez/bluez4_4.42.bb to match the ones of the source package actually. This commit is the result of rebasing my patch a2a3f3 from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04task-muffinman: remove phoneme-advanced-foundationApelete Seketeli
This patch remove phoneme-advanced-foundation from the task-muffinman.bb recipe, since it is no longer supported. This commit is the result of rebasing my patch 93984e from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04udev: update SRC_URI of multiple recipesApelete Seketeli
This patch updates the SRC_URI of udev_151.bb, udev_154.bb, udev_162.bb and udev_165.bb recipes to www.mirrorservice.org because the corresponding source package is no longer available at kernel.org This commit is the result of rebasing my patch 206155 from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04udev/attr_2.4.44: update recipe SRC_URIApelete Seketeli
This updates the SRC_URI of the attr_2.4.44.bb recipe since mirrors.its.uidaho.edu seems down. Fetch attr package from download.savannah.gnu.org from now on. This commit is the result of rebasing my patch ba7351 from master. Signed-off-by: Apelete Sekteli <apelete@seketeli.net>
2012-07-04udev/acl_2.2.49: update recipe SRC_URIApelete Seketeli
This updates the SRC_URI of the acl_2.2.49.bb recipe since mirror.its.uidaho.edu seems to be down. Fetch acl package from download.savannah.gnu.org from now on. This commit is the result of rebasing my patch 6162ae from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2012-07-04libecj-bootstrap_3.6.1: Update SRC_URI to archive.eclipse.orgApelete Seketeli
This updates SRC_URI to archive.eclipse.org since mirrors.ibiblio.org seems to be down. This commit is the result of rebasing my patch f5ea9a from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2012-07-04util-linux-ng: update SRC_URI to kernel.org valid URIApelete Seketeli
This updates SRC_URI as the former kernel.org URI was no longer valid. This commit is the result of rebasing my patch 8007a4 from master. Signed-off-by: Apelete Seketeli <apelete@seleteli.net> Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2012-07-04opkg-utils: rebase on oe-core recipeApelete Seketeli
This patch updates SRC_URI as the svn.openmoko.org repository is now down. The changes of this patch were picked from oe-core and brought over. This is the result of rebasing my patch 1ff63aa from master. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2012-06-19classes/mirrors.bbclass: update debian snapshot mirror urlKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-06-19qt4-x11-free_4.5.2.bb: Fix build breakKhem Raj
It does not compile with gcc 4.3+ without this patch. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-06-19openssl-1.x.x: Backport patches from OE-CoreKhem Raj
These patches are needed for getting 2011.03 branch building on ubuntu 12.04 LTS Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
2012-05-21time: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21python-pygtk: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21python-pygobject: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21python-pycairo: Update LICENSE field version to LGPLv2.1Chase Maupin
* Updated LICENSE field version from generic LGPL/MPL to LGPLv2.1 and MPL-1.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
2012-05-21libnfnetlink: Update LICENSE field version to GPLv2Chase Maupin
* Updated LICENSE field version from generic LGPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>