vuplus_openembedded
15 years agoalsa-state: revert wrong fix, do that better
Marcin Juszkiewicz [Sun, 22 Mar 2009 19:20:02 +0000 (20:20 +0100)]
alsa-state: revert wrong fix, do that better

15 years agobitbake.conf: --no-check-certificate was added to the wrong place for RESUMECOMMAND_wget
Denys Dmytriyenko [Sun, 22 Mar 2009 19:14:07 +0000 (15:14 -0400)]
bitbake.conf: --no-check-certificate was added to the wrong place for RESUMECOMMAND_wget

15 years agoalsa-state: Wildcard removed and all *.state put back in the recipes
Philip Balister [Sun, 22 Mar 2009 17:25:54 +0000 (13:25 -0400)]
alsa-state: Wildcard removed and all *.state put back in the recipes
            Bump PR

From: Matthieu Poullet (matthieu.poullet@gmail.com)
Acked-by: Philip Balister (philip@balister.org)
Acked-by: Andrea Adami (andrea.adami@gmail.com)
15 years agokeymaps: wildcard in SRC_URI doesn't work anymore, specify files
Andrea Adami [Sun, 22 Mar 2009 17:13:43 +0000 (18:13 +0100)]
keymaps: wildcard in SRC_URI doesn't work anymore, specify files
- skip linux-2.4 keymaps
- bump PR

15 years agoqemu_svn: fix FILESPATH after base.bbclass changes
Andrea Adami [Sun, 22 Mar 2009 17:12:17 +0000 (18:12 +0100)]
qemu_svn: fix FILESPATH after base.bbclass changes

15 years agochecksums.ini : Add checksums for libconfig-1.3.1.tar.gz and qwo-0.4.tar.gz.
Philip Balister [Sat, 21 Mar 2009 15:47:14 +0000 (11:47 -0400)]
checksums.ini : Add checksums for libconfig-1.3.1.tar.gz and qwo-0.4.tar.gz.

15 years agoqwo : Add new recipe for qwo.
Philip Balister [Sun, 22 Mar 2009 13:57:20 +0000 (09:57 -0400)]
qwo : Add new recipe for qwo.
      * qwo is an input method for text on hand-held devices.

15 years agolibconfig : Add new recipe for libconfig-1.3.1.
Philip Balister [Sat, 21 Mar 2009 14:54:53 +0000 (10:54 -0400)]
libconfig : Add new recipe for libconfig-1.3.1.
            Libconfig is a library for managing structured config files.

15 years agolibgsm, bogofilter, man: fix misuse of FILESDIR
Mike Westerhof [Sun, 22 Mar 2009 04:26:51 +0000 (23:26 -0500)]
libgsm, bogofilter, man: fix misuse of FILESDIR
(Required to make these build again after some earlier changes)

15 years agoSlugOS: remove preferred_version restrictions for more packages.
Mike Westerhof [Sat, 21 Mar 2009 23:07:57 +0000 (18:07 -0500)]
SlugOS: remove preferred_version restrictions for more packages.

15 years agoslugos-packages: demote irrsi - won't build with newer libtool.
Mike Westerhof [Sat, 21 Mar 2009 22:14:07 +0000 (17:14 -0500)]
slugos-packages: demote irrsi - won't build with newer libtool.

15 years agoSlugOS: preferred_slugos_versions.inc - bump up libtool
Mike Westerhof [Sat, 21 Mar 2009 22:12:10 +0000 (17:12 -0500)]
SlugOS: preferred_slugos_versions.inc - bump up libtool
and remove restrictions caused by the older libtool.

15 years agobase.bbclass: Fix typo.
Chris Larson [Sun, 22 Mar 2009 05:11:46 +0000 (22:11 -0700)]
base.bbclass: Fix typo.

Signed-off-by: Chris Larson <clarson@kergoth.com>
15 years agobase.bbclass: revert removal of base_set_filespath until the refs can be removed.
Chris Larson [Sun, 22 Mar 2009 04:34:03 +0000 (21:34 -0700)]
base.bbclass: revert removal of base_set_filespath until the refs can be removed.

Also added a deprecation message to it.

Signed-off-by: Chris Larson <clarson@kergoth.com>
15 years agobitbake.conf: make cvs and wget fetching obey PATH from the metadata.
Chris Larson [Thu, 5 Mar 2009 15:52:34 +0000 (07:52 -0800)]
bitbake.conf: make cvs and wget fetching obey PATH from the metadata.

This is a workaround.  The cvs and wget fetchers should be modified to use
the runfetchcmd method, which lets certain metadata variables through when
executing the fetch commands.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agobase.bbclass: Add base_path_relative.
Chris Larson [Fri, 13 Mar 2009 20:35:56 +0000 (13:35 -0700)]
base.bbclass: Add base_path_relative.

base_path_relative returns a relative path from src to dest.

Examples:

>>> base_path_relative("/usr/bin", "/tmp/foo/bar")
../../tmp/foo/bar

>>> base_path_relative("/usr/bin", "/usr/lib")
../lib

>>> base_path_relative("/tmp", "/tmp/foo/bar")
foo/bar

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agobitbake.conf: Make FILESPATH only contain directories that actually exist.
Chris Larson [Wed, 18 Mar 2009 18:56:30 +0000 (11:56 -0700)]
bitbake.conf: Make FILESPATH only contain directories that actually exist.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoinsane.bbclass: Silence the annoying GNU_HASH QA checks when --hash-style isn't set.
Chris Larson [Sat, 21 Mar 2009 01:21:38 +0000 (18:21 -0700)]
insane.bbclass: Silence the annoying GNU_HASH QA checks when --hash-style isn't set.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agobitbake.conf: Move the list of vars shown in the pre-build config display to here.
Chris Larson [Thu, 26 Feb 2009 22:31:29 +0000 (14:31 -0800)]
bitbake.conf: Move the list of vars shown in the pre-build config display to here.

Now a distro or machine can add their own variables to display.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agocross.bbclass: set autoconf's program prefix to keep TARGET_SYS and TARGET_PREFIX...
Chris Larson [Mon, 2 Mar 2009 16:13:31 +0000 (08:13 -0800)]
cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and TARGET_PREFIX decoupled

Currently, we rely on autoconf's implicit prefixing of outputted binaries
for -cross, but that names them based on TARGET_SYS, not TARGET_PREFIX,
which keeps the two tightly coupled.  By explicitly setting the prefix to
the latter, we get around that.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agobase.bbclass: make oe_unpack_file of dirs use FILESPATH, not FILESDIR.
Chris Larson [Thu, 26 Feb 2009 23:39:59 +0000 (15:39 -0800)]
base.bbclass: make oe_unpack_file of dirs use FILESPATH, not FILESDIR.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoclasses/base.bbclass: Locate the scm base path via BBPATH.
Chris Larson [Wed, 25 Feb 2009 23:05:41 +0000 (15:05 -0800)]
classes/base.bbclass: Locate the scm base path via BBPATH.

Currently, if the first item in BBFILES isn't in the main OE repository,
the build fails entirely due to a ValueError.  This isn't optimal.  Rather
than searching through BBFILES to find it, which could be slow when
BBFILES contains thousands of files, let's just find base.bbclass and use
that repository.

Also, use better methods to find the git revision and branch, and identify
the scm based on the existance of .svn/.git/_MTN to avoid calling out
subprocesses unnecessarily.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agobase.bbclass: Kill the 'Pkg' messages in the event handler.
Chris Larson [Wed, 25 Feb 2009 22:12:24 +0000 (14:12 -0800)]
base.bbclass: Kill the 'Pkg' messages in the event handler.

Now that bitbake operates at a task level, not a package level, the
package messages are, at best, useless, and at worst, confusing for the
user.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agobitbake.conf: rework FILESPATH generation.
Chris Larson [Thu, 19 Feb 2009 22:51:57 +0000 (15:51 -0700)]
bitbake.conf: rework FILESPATH generation.

Rework FILESPATH generation to be done in bitbake.conf, avoiding the
confusion about it being in multiple places.  Adds FILESPATHBASE and
FILESPATHPKG which can be manipulated rather than manipulating FILESPATH
directly.

One usage possibility:

FILESPATHBASE =. "${TOPDIR}/files:"

Which would let me provide a custom busybox config for this build by
copying the defconfig from the openembedded metadata into my
build/files/busybox-1.0/ directory, for example.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoconsole-tools: clean up the way it handles its .m4 files
Chris Larson [Thu, 26 Feb 2009 23:28:47 +0000 (15:28 -0800)]
console-tools: clean up the way it handles its .m4 files

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agobzip2-full-native: Kill the manual copy of install-sh, autoreconf will handle that.
Chris Larson [Thu, 26 Feb 2009 23:19:03 +0000 (15:19 -0800)]
bzip2-full-native: Kill the manual copy of install-sh, autoreconf will handle that.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoomext: Unbork the S variable.
Chris Larson [Thu, 26 Feb 2009 23:18:18 +0000 (15:18 -0800)]
omext: Unbork the S variable.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoautomake-native: use require, not include.
Chris Larson [Thu, 26 Feb 2009 22:21:32 +0000 (14:21 -0800)]
automake-native: use require, not include.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes.
Mike Westerhof [Sat, 21 Mar 2009 17:03:59 +0000 (12:03 -0500)]
ffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes.

15 years agolinux-msm7xxx: enable NFS and CIFS for htcraphael
Michael 'Mickey' Lauer [Sat, 21 Mar 2009 12:20:38 +0000 (13:20 +0100)]
linux-msm7xxx: enable NFS and CIFS for htcraphael

15 years agominimal.conf: override OVERRIDES to include the MACHINE_CLASS
Michael 'Mickey' Lauer [Sat, 21 Mar 2009 01:34:31 +0000 (02:34 +0100)]
minimal.conf: override OVERRIDES to include the MACHINE_CLASS

15 years agolibeflvala: new recipe; Vala bindings for the Enlightenment Foundation Libraries
Michael 'Mickey' Lauer [Sat, 21 Mar 2009 01:33:51 +0000 (02:33 +0100)]
libeflvala: new recipe; Vala bindings for the Enlightenment Foundation Libraries

15 years agoframeworkd: bump to current HEAD; add configuration for htc-msm7 MACHINE_CLASS and...
Michael 'Mickey' Lauer [Fri, 20 Mar 2009 19:27:27 +0000 (20:27 +0100)]
frameworkd: bump to current HEAD; add configuration for htc-msm7 MACHINE_CLASS and motorola-ezx MACHINE_CLAS

15 years agomotorola-ezx-base.inc: set MACHINE_CLASS for overrides
Michael 'Mickey' Lauer [Fri, 20 Mar 2009 19:18:48 +0000 (20:18 +0100)]
motorola-ezx-base.inc: set MACHINE_CLASS for overrides

15 years agolibproxy: add libxmu to depends
Koen Kooi [Sat, 21 Mar 2009 11:34:43 +0000 (12:34 +0100)]
libproxy: add libxmu to depends

15 years agorpm_4.4.2.3.bb: Define EXTRA_OECONF inside do_configure_prepend()
Khem Raj [Sat, 21 Mar 2009 03:52:10 +0000 (20:52 -0700)]
rpm_4.4.2.3.bb: Define EXTRA_OECONF inside do_configure_prepend()

* We use some python vars inside EXTRA_OECONF. So we move
  The evaluation to execute time from parse time.

15 years agoSlugOS: bump automake-native to 1.10.2
Mike Westerhof [Sat, 21 Mar 2009 03:29:57 +0000 (22:29 -0500)]
SlugOS: bump automake-native to 1.10.2

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Khem Raj [Fri, 20 Mar 2009 18:53:58 +0000 (11:53 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

15 years agobinutils_cvs: Various fixes to get it building.
Khem Raj [Fri, 20 Mar 2009 18:51:17 +0000 (11:51 -0700)]
binutils_cvs: Various fixes to get it building.

* Port patched needed from binutils 2.19.
* Refresh the old patches.
* Cover for bitbake fetcher lameness where it
          checks out the while src tree when we only
  asked for binutils module. So we have to build
  selective targets.

15 years agopackage_rpm.bbclass: files needs to start from /
Marcin Juszkiewicz [Thu, 28 Aug 2008 07:35:31 +0000 (07:35 +0000)]
package_rpm.bbclass: files needs to start from /

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5116 311d38ba-8fff-0310-9ca6-ca027cbcb966

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Koen Kooi [Fri, 20 Mar 2009 14:42:12 +0000 (15:42 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

15 years agoangstrom 2009.X: bump gtk+ and glib-2.0, runtime tests don't show obvious regressions
Koen Kooi [Fri, 20 Mar 2009 14:40:55 +0000 (15:40 +0100)]
angstrom 2009.X: bump gtk+ and glib-2.0, runtime tests don't show obvious regressions

15 years agobeecrypt: Fixed x64fix.patch to follow standard libdir.
Stanislav Brabec [Fri, 20 Mar 2009 14:40:24 +0000 (14:40 +0000)]
beecrypt: Fixed x64fix.patch to follow standard libdir.

15 years agofennec: update from alpha to beta release, work around latest mozilla bugs (filed...
Koen Kooi [Fri, 20 Mar 2009 14:40:13 +0000 (15:40 +0100)]
fennec: update from alpha to beta release, work around latest mozilla bugs (filed upstream)

15 years agosqlite3: update to 3.6.5
Koen Kooi [Fri, 20 Mar 2009 14:34:21 +0000 (15:34 +0100)]
sqlite3: update to 3.6.5

15 years agorpm-native: Requires gettext-native.
Stanislav Brabec [Fri, 20 Mar 2009 14:10:55 +0000 (14:10 +0000)]
rpm-native: Requires gettext-native.

15 years agorpm: Fixed build if libdir != prefix/lib.
Stanislav Brabec [Fri, 20 Mar 2009 14:09:16 +0000 (14:09 +0000)]
rpm: Fixed build if libdir != prefix/lib.

15 years agorpm, yum: Reverted back python "site-recipes" to "site-packages".
Stanislav Brabec [Fri, 20 Mar 2009 14:06:09 +0000 (14:06 +0000)]
rpm, yum: Reverted back python "site-recipes" to "site-packages".

15 years agollvm 2.5: New recipe.
Robert Schuster [Fri, 20 Mar 2009 13:54:41 +0000 (14:54 +0100)]
llvm 2.5: New recipe.

15 years agochecksums.ini: Added swt-gtk 3.4.2 entry.
Robert Schuster [Fri, 20 Mar 2009 13:54:04 +0000 (14:54 +0100)]
checksums.ini: Added swt-gtk 3.4.2 entry.

15 years agoswt3.4-gtk 3.4.2: New recipe.
Robert Schuster [Fri, 20 Mar 2009 13:52:58 +0000 (14:52 +0100)]
swt3.4-gtk 3.4.2: New recipe.
swt3.4-gtk-hildon 3.4.2: New recipe.

15 years agocmake.bbclass: Put mandatory cmake option to end
Robert Schuster [Fri, 20 Mar 2009 12:37:16 +0000 (13:37 +0100)]
cmake.bbclass: Put mandatory cmake option to end

15 years agocmake.bbclass: Allow out of tree builds with cmake.
Robert Schuster [Fri, 20 Mar 2009 12:18:02 +0000 (13:18 +0100)]
cmake.bbclass: Allow out of tree builds with cmake.

15 years agocmake.bbclass: Allow overriding path-to-source argument for cmake call.
Robert Schuster [Thu, 12 Mar 2009 15:08:29 +0000 (16:08 +0100)]
cmake.bbclass: Allow overriding path-to-source argument for cmake call.

15 years agowireless-tools: do ifconfig down before the ifconfig up is done.
Mike Westerhof [Fri, 20 Mar 2009 03:32:00 +0000 (22:32 -0500)]
wireless-tools: do ifconfig down before the ifconfig up is done.
Required to reliably re-initialize the interface if it was running previously.

15 years agopreferred-om-2008-versions.inc: Update jamvm preference to 1.5.2.
Robert Schuster [Fri, 20 Mar 2009 00:24:59 +0000 (01:24 +0100)]
preferred-om-2008-versions.inc: Update jamvm preference to 1.5.2.

15 years agotask-maemo.bb: Changed osso-gnome-vfs2 to gnome-vfs.
Robert Schuster [Fri, 20 Mar 2009 00:06:28 +0000 (01:06 +0100)]
task-maemo.bb: Changed osso-gnome-vfs2 to gnome-vfs.

15 years agoosso-gnome-vfs2: Removed.
Robert Schuster [Fri, 20 Mar 2009 00:05:31 +0000 (01:05 +0100)]
osso-gnome-vfs2: Removed.
  - its basically the same as gnome-vfs and
    conflicts with it in staging

15 years agocacao-native 0.99.4: Added note about unusability on amd64 hosts.
Robert Schuster [Thu, 19 Mar 2009 23:54:20 +0000 (00:54 +0100)]
cacao-native 0.99.4: Added note about unusability on amd64 hosts.

15 years agocacao-native 0.99.3: Retrieve recipe back.
Robert Schuster [Thu, 19 Mar 2009 23:53:57 +0000 (00:53 +0100)]
cacao-native 0.99.3: Retrieve recipe back.

15 years agochinook-compat.conf: Declare preference on automake-native 1.9.6.
Robert Schuster [Thu, 19 Mar 2009 23:52:19 +0000 (00:52 +0100)]
chinook-compat.conf: Declare preference on automake-native 1.9.6.

15 years agoautomake 1.9.6: Retrieve recipe from history.
Robert Schuster [Thu, 19 Mar 2009 23:51:26 +0000 (00:51 +0100)]
automake 1.9.6: Retrieve recipe from history.
automake-native 1.9.6: Retrieve recipe from history.

15 years agoswt3.4-gtk.inc: Depends on classpath explicitly.
Robert Schuster [Thu, 19 Mar 2009 23:32:02 +0000 (00:32 +0100)]
swt3.4-gtk.inc: Depends on classpath explicitly.
swt3.4-gtk-hildon 3.4: Increase PR, since it is affected by glib-2.0 change.

15 years agoglib-2.0.inc: Provide a change in packaging for chinook-compat specifically.
Robert Schuster [Thu, 19 Mar 2009 23:30:44 +0000 (00:30 +0100)]
glib-2.0.inc: Provide a change in packaging for chinook-compat specifically.

15 years agolibosso 2.13: Fixed build
Robert Schuster [Thu, 19 Mar 2009 22:30:49 +0000 (23:30 +0100)]
libosso 2.13: Fixed build
  - updated libosso-dont-use-inline.patch to really make some
    formerly hidden functions visible

15 years agohildon-thumbnail 0.14: Fixed dependencies.
Robert Schuster [Thu, 19 Mar 2009 22:30:19 +0000 (23:30 +0100)]
hildon-thumbnail 0.14: Fixed dependencies.

15 years agochinook-compat.conf: Fix automake-native preference.
Robert Schuster [Thu, 19 Mar 2009 21:10:30 +0000 (22:10 +0100)]
chinook-compat.conf: Fix automake-native preference.

15 years agolibart-lgpl.inc: Build fix.
Robert Schuster [Thu, 19 Mar 2009 21:07:20 +0000 (22:07 +0100)]
libart-lgpl.inc: Build fix.
 - enforce 'mkdir' executable location
 - add install-native to depends
 - enforce 'install' executable location

15 years agolibhildon-mime: Replaced dependency with gnome-vfs.
Robert Schuster [Thu, 19 Mar 2009 20:28:37 +0000 (21:28 +0100)]
libhildon-mime: Replaced dependency with gnome-vfs.

15 years agochinook-compat.conf: Prefer fakeroot-native 1.9.6.
Robert Schuster [Thu, 19 Mar 2009 18:37:12 +0000 (19:37 +0100)]
chinook-compat.conf: Prefer fakeroot-native 1.9.6.

15 years agochinook-compat: Updated versions of packages that where removed from OE.
Robert Schuster [Thu, 19 Mar 2009 18:34:57 +0000 (19:34 +0100)]
chinook-compat: Updated versions of packages that where removed from OE.

15 years agoclasspath-native: Clean up
Robert Schuster [Thu, 19 Mar 2009 18:16:05 +0000 (19:16 +0100)]
classpath-native: Clean up
 - removed 0.96.1, 0.97.2: Unable to guarantee that these work with current VMs
 - added 0.98
 - removed superfluous patches

15 years agocacao 0.99.4: New recipe.
Robert Schuster [Thu, 19 Mar 2009 18:03:13 +0000 (19:03 +0100)]
cacao 0.99.4: New recipe.
cacaoh-native 0.99.4: New recipe.

15 years agocacao-native: Updated to 0.99.4.
Robert Schuster [Thu, 19 Mar 2009 18:02:53 +0000 (19:02 +0100)]
cacao-native: Updated to 0.99.4.

15 years agoclasspath 0.98: New recipe.
Robert Schuster [Thu, 19 Mar 2009 17:46:09 +0000 (18:46 +0100)]
classpath 0.98: New recipe.

15 years agochecksums.ini: Added classpath 0.98 entry.
Robert Schuster [Thu, 19 Mar 2009 17:44:04 +0000 (18:44 +0100)]
checksums.ini: Added classpath 0.98 entry.

15 years agochecksums.ini: Added cacao 0.99.4 entry.
Robert Schuster [Thu, 19 Mar 2009 17:22:15 +0000 (18:22 +0100)]
checksums.ini: Added cacao 0.99.4 entry.

15 years agocacao 0.99.3: Added patch for PR 99.
Robert Schuster [Thu, 19 Mar 2009 16:56:46 +0000 (17:56 +0100)]
cacao 0.99.3: Added patch for PR 99.

15 years agomoved some files from packages to recipes
Frans Meulenbroeks [Thu, 19 Mar 2009 20:29:18 +0000 (21:29 +0100)]
moved some files from packages to recipes
these files were pushed after the packages to recipes move

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
Frans Meulenbroeks [Thu, 19 Mar 2009 19:56:09 +0000 (20:56 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev

15 years agogtk+: make 2.14.2 default version instead of 2.10.14
Marcin Juszkiewicz [Thu, 5 Mar 2009 10:03:13 +0000 (11:03 +0100)]
gtk+: make 2.14.2 default version instead of 2.10.14

Ångström uses this version and many components of metadata depends
on at least 2.12.

15 years agobluez4: changed globs in FILES_${PN}-dev to make package_rpm happy
Marcin Juszkiewicz [Wed, 4 Mar 2009 21:16:03 +0000 (22:16 +0100)]
bluez4: changed globs in FILES_${PN}-dev to make package_rpm happy

RPM building does not handle ${libdir}/*/*.la :(

15 years agoopenssl-native: make sure that PACKAGES will be empty (from Poky)
Marcin Juszkiewicz [Wed, 19 Nov 2008 17:35:30 +0000 (18:35 +0100)]
openssl-native: make sure that PACKAGES will be empty (from Poky)

15 years agolibxml2-native: really enable Python extension
Marcin Juszkiewicz [Wed, 4 Mar 2009 14:27:25 +0000 (15:27 +0100)]
libxml2-native: really enable Python extension

15 years agopackage.bbclass: Write out extra useful data into the pkgdata files (from Poky)
Richard Purdie [Thu, 2 Oct 2008 19:56:19 +0000 (19:56 +0000)]
package.bbclass: Write out extra useful data into the pkgdata files (from Poky)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5388 311d38ba-8fff-0310-9ca6-ca027cbcb966

15 years agobase.bbclass: Add read_subpkgdata_dict function (from Poky)
Richard Purdie [Thu, 2 Oct 2008 19:56:43 +0000 (19:56 +0000)]
base.bbclass: Add read_subpkgdata_dict function (from Poky)

git-svn-id: https://svn.o-hand.com/repos/poky@5389 311d38ba-8fff-0310-9ca6-ca027cbcb966

15 years agopackaged-staging.bbclass: Add rpm package coverage (from Poky)
Richard Purdie [Thu, 2 Oct 2008 15:22:10 +0000 (15:22 +0000)]
packaged-staging.bbclass: Add rpm package coverage (from Poky)

git-svn-id: https://svn.o-hand.com/repos/poky@5382 311d38ba-8fff-0310-9ca6-ca027cbcb966

15 years agopackage_rpm.bbclass: added from Poky
Richard Purdie [Mon, 18 Aug 2008 08:01:41 +0000 (08:01 +0000)]
package_rpm.bbclass: added from Poky

Squashed changes from Poky:

svn r5067 - package_rpm.bbclass: Update against recent packaging changes
            and start to implement dependency handling.
svn r5100 - package_rpm.bbclass: Fix empty package handling, handle
    package dependency renaming by adding a missing function
    call and expand RPMBUILD before changing the dictonary so
    local PV/PR changes don't break the WORKDIR variable
    expansion
svn r5111 - package_rpm.bbclass: Stop autogenerated dependencies for
            now, its not functioning correctly
svn r5116 - package_rpm.bbclass: files needs to start from /
svn r5129 - package_rpm.bbclass: Fix problems with package version with
            '-' in the version (replace with '+'), improve the Requires
    and Recommends generation code
svn r5131 - package_rpm.bbclass: Add support for postinst and preinst scripts
svn r5381 - classes: Split rpm feeds by PACKAGE_ARCH
svn r5390 - package_rpm.bbclass: Improve handling of '-' characters in Requires
            and Recommends fields
svn r5393 - package_rpm.bbclass: Fix package version fixing for PKG renamed packages
svn r5397 - package_rpm.bbclass: Fix dependency rebuilding bug
svn r5413 - package_rpm.bbclass: save value of RPMBUILDPATH as it is needed for
            packaging

package_rpm.bbclass: Don't use the system wide RPM macros.

This fixes the build on Fedora 10 where the RPM system macros obliterate
the value of BuildRoot that is set in the spec file.

package_rpm.bbclass: fix indentation package_rpm.bbclass: fix syntax errors
package_rpm.bbclass: save RPROVIDES in packages

15 years agorootfs_rpm.bbclass: added from Poky
Richard Purdie [Mon, 25 Aug 2008 20:53:13 +0000 (20:53 +0000)]
rootfs_rpm.bbclass: added from Poky

Squashed changes from Poky:

svn r5101 - Add rootfs_rpm.bbclass, a start at image generation from rpms. Its
            not expected to be entirely functional yet.
svn r5112 - rootfs_rpm.bbclass: Remove the feed directory before packaging the image
svn r5134 - rootfs_rpm.bbclass: Add basic postinstall handling during image creation
svn r5143 - rootfs_rpm.bbclass: Fixup broken symlinks due to fakechroot and run
            any leftover postinstalls on real hardware at first boot
svn r5158 - rootfs_rpm.bbclass: Add recommends handling
svn r5380 - rootfs_rpm.bbclass: ship rpm and yum in target images
svn r5382 - rootfs_rpm.bbclass: Add rpm package coverage
svn r5386 - rootfs_rpm.bbclass: use more efficient way to copy packages
svn r5391 - rootfs_rpm: set target architecture and do not tell yum which arch we will use
svn r5398 - rootfs_rpm.bbclass: Set YUM_ARCH_FORCE
svn r5412 - rootfs_rpm.bbclass: remove lock files to get rpm working on device
svn r5432 - rootfs_rpm.bbclass: fix platform so rpm will be usable on device
svn r5433 - rootfs_rpm.bbclass: remove temporary yum config - rootfs has one
            from yum package
svn r5434 - rootfs_rpm.bbclass: added generation of feed entries
svn r5436 - rootfs_rpm.bbclass: added code to generate images from feeds

OE changes:

rootfs_rpm.bbclass: remove two functions (need rewrite for RPM)

install_all_locales and remove_packaging_data_files functions were from
rootfs_ipk.bbclass and need to be rewritten for RPM rootfs.

rootfs_rpm.bbclass: use DISTRO instead of hardcoded Poky - spotted by Tom Rini
rootfs_rpm.bbclass: drop not needed disabled code

15 years agofakechroot: fix duplicated readlink (from Poky)
Marcin Juszkiewicz [Thu, 28 Aug 2008 07:35:22 +0000 (07:35 +0000)]
fakechroot: fix duplicated readlink (from Poky)

git-svn-id: https://svn.o-hand.com/repos/poky@5115 311d38ba-8fff-0310-9ca6-ca027cbcb966

15 years agoAdd yum and createrepo (from Poky)
Richard Purdie [Mon, 25 Aug 2008 20:46:02 +0000 (20:46 +0000)]
Add yum and createrepo (from Poky)

Squashed set of changes from Poky:

svn r5098 - Add yum-native and createrepo
svn r5108 - createrepo-native: Add fix for empty data fields when creating repositories
svn r5109 - yum-native: Add patch to fix install paths
svn r5110 - yum-native: Add some hacks to make yum work better in the cross build case
svn r5118 - yum-native: add depends on libxml2-native
svn r5130 - yum-native: Add NOPOST and NOTRIGGERS flags when installing packages
svn r5133 - yum-native: Add extract-postinst.awk script for use during rootfs generation
svn r5142 - createrepo-native: added dependency on Python
svn r5157 - yum: Add yum-install-recommends.py script to handle installing Recommends
svn r5379 - yum: added 3.2.18
svn r5385 - yum-metadata-parser: fixed dependencies
svn r5392 - yum: do not hardcode arm architecture - rootfs_rpm provide arch info
svn r5395 - yum: Don't apply hacks.patch, its only needed for the native version
svn r5396 - yum-native: Fix hacks.patch to handle architecture detection issues
svn r5426 - yum: fixed packaging
svn r5427 - yum: added all required Python modules to dependencies

OE changes:

yum: do not hardcode /usr
yum-native: added intltool-native to dependencies - spotted by Tom Rini

15 years agoAdd python-urlgrabber, python-iniparser, yum-metadata-parser and native variants...
Richard Purdie [Mon, 25 Aug 2008 20:44:13 +0000 (20:44 +0000)]
Add python-urlgrabber, python-iniparser, yum-metadata-parser and native variants (from Poky)

OE changes:

python-iniparse-native: use distutils_stage_all
python-urlgrabber-native: use distutils_stage_all
yum-metadata-parser-native: use distutils_stage_all

15 years agoDrop pointless rpm_core class. (from Poky)
Richard Purdie [Mon, 18 Aug 2008 08:01:41 +0000 (08:01 +0000)]
Drop pointless rpm_core class. (from Poky)

15 years agobeecrypt: get patch from Poky to fix building on 64bit machines
Richard Purdie [Mon, 18 Aug 2008 08:02:37 +0000 (08:02 +0000)]
beecrypt: get patch from Poky to fix building on 64bit machines

git-svn-id: https://svn.o-hand.com/repos/poky@5068 311d38ba-8fff-0310-9ca6-ca027cbcb966

15 years agorpm/rpm-native: Add recipe for 4.4.2.3 (from Poky)
Marcin Juszkiewicz [Wed, 19 Nov 2008 11:12:37 +0000 (12:12 +0100)]
rpm/rpm-native: Add recipe for 4.4.2.3 (from Poky)

Squashed set of changes from Poky:

svn r5069 - rpm/rpm-native: Add recipe for 4.4.2.3
svn r5085 - rpm: Patch out some Makefile strangeness causing build failures
svn r5093 - rpm: Enable python extensions and improve cross compiling patches
svn r5103 - rpm: Tweak patches to remove popt problem
svn r5113 - rpm: Add recommends support from suse rpm patches
svn r5132 - rpm-native: Set varprefix to get the rpm database in a sane location
svn r5152 - rpm: Handle PYTHONVER differently in EXTRA_OECONF to stop gettext/uclibc failures during parsing
svn r5154 - rpm: Add missing patches
svn r5423 - rpm: Add python module packaging

OE changes:

rpm-native: add Python 2.6 support
rpm: use distutils-base to get Python version
rpm: use sed instead of ed - it is present in our metadata
rpm: set ARM_INSTRUCTION_SET as it fails to build for thumb

| /tmp/ccYO91se.s: Assembler messages:
| /tmp/ccYO91se.s:71: Error: selected processor does not support `swpb r2,r3,[r4]'
| /tmp/ccYO91se.s:72: Error: unshifted register required -- `eor r2,r2,#1'

15 years agolinux-msm7xxx: bump htcraphael SRCREV to a version that boots
Michael 'Mickey' Lauer [Thu, 19 Mar 2009 18:58:12 +0000 (19:58 +0100)]
linux-msm7xxx: bump htcraphael SRCREV to a version that boots

15 years agolocal.conf.sample: Replace packages/ with recipes/.
Theodore A. Roth [Thu, 19 Mar 2009 17:57:01 +0000 (10:57 -0700)]
local.conf.sample: Replace packages/ with recipes/.

15 years agolinux-omap 2.6.28: update resizer patch
Koen Kooi [Thu, 19 Mar 2009 13:46:18 +0000 (14:46 +0100)]
linux-omap 2.6.28: update resizer patch

15 years agosane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to minimal...
Michael 'Mickey' Lauer [Thu, 19 Mar 2009 13:08:04 +0000 (14:08 +0100)]
sane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to minimal.conf; make them weak
You can override DEPLOY_DIR now in your local.conf.

15 years agofso-autorev: add libeflvala
Michael 'Mickey' Lauer [Thu, 19 Mar 2009 12:53:52 +0000 (13:53 +0100)]
fso-autorev: add libeflvala