]> code.ossystems Code Review - openembedded-core.git/commit
opkg: Update svn 625 -> 633 and fix preinst issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Dec 2011 21:08:49 +0000 (21:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:39:06 +0000 (16:39 +0000)
commitb7e2eff8c18bc59605fb711ac4540985c71f155a
treed3678f1d98b4c045b369d777dab15c687096e812
parentc90b1faa34e908c7f63e1a64027873858e6d7e8a
opkg: Update svn 625 -> 633 and fix preinst issues

There is a major issue with opkg images at the moment as preinst
functions are not being executed before their dependencies are installed
and this is leading to corruption of images containing avahi/dbus in
particular.

There are various changes in upstream opkg in the last 8 revisions which
make changes in this area but sadly these aren't enough to get things
working for us. I've updated to the latest svn revision with this patch
since it makes sense to pull in those changes first and then supplement
them with the attached patches.

There is a full description of the patches in the patch headers but in
summary they:

a) Ensure preinst functions execute with their dependencies installed.
   This is a pretty invasive change as it changes the package install
   ordering in general.
b) Ensure opkg sets $D, not $PKG_ROOT which we don't use
c) Change opkg to allow execution of postinstall functions which fail
   resulting in execution on the target device as rootfs_ipk.bbclass
   currently does manually.

The remaining changes interface this with the rest of the OE build
infrastructure, adding in the option to tell opkg to run the preinst and
postinst functions, ensure the correct environment is present for the
postinst scripts and removing the now unneeded rootfs_ipk class code
which opkg now does itself.

[YOCTO #1711]

(From OE-Core rev: 2feba313c991170747381c7cf821a45c2cd04632)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_ipk.bbclass
meta/classes/rootfs_ipk.bbclass
meta/recipes-devtools/opkg/opkg/fix_installorder.patch [new file with mode: 0644]
meta/recipes-devtools/opkg/opkg/offline_postinstall.patch [new file with mode: 0644]
meta/recipes-devtools/opkg/opkg/offlineroot_varname.patch [new file with mode: 0644]
meta/recipes-devtools/opkg/opkg_svn.bb