]> code.ossystems Code Review - openembedded-core.git/commit
package_manager: Create variable for install_dir_name
authorSaul Wold <sgw@linux.intel.com>
Mon, 16 Mar 2015 17:21:30 +0000 (11:21 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 11:03:15 +0000 (11:03 +0000)
commit335effec42099666d0fb433b31981edcb0dae9a0
tree1c7484009257390d230072bd4fce70358144288f
parentd91ed126eead8b09a4ddfe5cc11db16dda71273f
package_manager: Create variable for install_dir_name

This patch creates a variable for the install_dir name so it can be
something other than /install, also by doing this we can correctly
clean up the empty directories (/install/tmp) during the clean-up
phase. The new default is /oe_install so as to not conflict with other
possible packages that might use /install to place files.

[YOCTO #7353]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py
meta/lib/oe/rootfs.py