]> 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>
Fri, 16 Dec 2011 15:59:07 +0000 (15:59 +0000)
commit2feba313c991170747381c7cf821a45c2cd04632
treef53222069b8660a3d2997dc2b5030fb2f33c5510
parent9f1d23a5dd6c60ffe360d8b339768c7e4fb98323
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]

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