diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-10-08 11:46:10 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-10-08 13:51:44 -0700 |
commit | e72e7b2fdc1a628122e7a9ee1e3f2ba4eaf32ba2 (patch) | |
tree | 78ece1d25dcb0bac1affca32e426ee6a5bea2e4b /meta/classes | |
parent | 0ae7e9e2cbfbc9e1c59e9fcc39f2f1feafc11bcc (diff) | |
download | poky-e72e7b2fdc1a628122e7a9ee1e3f2ba4eaf32ba2.tar.gz |
rootfs_deb: Fix problem with pseduo and rootfs location
This address [BUGID #401] to complete dpkg rootfs support
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/rootfs_deb.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass index ee7a1a3b59..11a152a69a 100644 --- a/meta/classes/rootfs_deb.bbclass +++ b/meta/classes/rootfs_deb.bbclass | |||
@@ -45,6 +45,7 @@ fakeroot rootfs_deb_do_rootfs () { | |||
45 | 45 | ||
46 | cat "${STAGING_ETCDIR_NATIVE}/apt/apt.conf.sample" \ | 46 | cat "${STAGING_ETCDIR_NATIVE}/apt/apt.conf.sample" \ |
47 | | sed -e 's#Architecture ".*";#Architecture "${DPKG_ARCH}";#' \ | 47 | | sed -e 's#Architecture ".*";#Architecture "${DPKG_ARCH}";#' \ |
48 | | sed -e 's:#ROOTFS#:${IMAGE_ROOTFS}:g' \ | ||
48 | > "${STAGING_ETCDIR_NATIVE}/apt/apt-rootfs.conf" | 49 | > "${STAGING_ETCDIR_NATIVE}/apt/apt-rootfs.conf" |
49 | 50 | ||
50 | export APT_CONFIG="${STAGING_ETCDIR_NATIVE}/apt/apt-rootfs.conf" | 51 | export APT_CONFIG="${STAGING_ETCDIR_NATIVE}/apt/apt-rootfs.conf" |