From: Mika Laitio Date: Tue, 21 Nov 2006 14:40:30 +0000 (+0200) Subject: tar-native is required for making the bootstrap and gpe-images. This fix the problem... X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=bdbf371880de340c978a067577c6e32691d0e116;p=familiar-h63xx-build.git tar-native is required for making the bootstrap and gpe-images. This fix the problem that prevented the image creation because all ipk files were moved morgue dir before images was ready. --- diff --git a/org.handhelds.familiar/packages/meta/task-bootstrap-unionroot.bb b/org.handhelds.familiar/packages/meta/task-bootstrap-unionroot.bb index 8435388..b298469 100644 --- a/org.handhelds.familiar/packages/meta/task-bootstrap-unionroot.bb +++ b/org.handhelds.familiar/packages/meta/task-bootstrap-unionroot.bb @@ -41,6 +41,7 @@ DEPENDS = 'base-files base-passwd-3.5.7 \ busybox dropbear initscripts modutils netbase \ sysvinit tinylogin portmap \ modutils-initscripts \ + tar-native \ ${HOTPLUG} \ ${BOOTSTRAP_EXTRA_DEPENDS} \ ${@bootstrap_modutils_depends(d)} \ diff --git a/org.handhelds.familiar/packages/meta/task-bootstrap.bb b/org.handhelds.familiar/packages/meta/task-bootstrap.bb index 5799502..52c928b 100644 --- a/org.handhelds.familiar/packages/meta/task-bootstrap.bb +++ b/org.handhelds.familiar/packages/meta/task-bootstrap.bb @@ -41,6 +41,7 @@ DEPENDS = 'base-files base-passwd-3.5.9 \ busybox dropbear initscripts modutils netbase \ sysvinit tinylogin portmap psmisc setserial\ modutils-initscripts \ + tar-native \ ${HOTPLUG} \ ${BOOTSTRAP_EXTRA_DEPENDS} \ ${@bootstrap_modutils_depends(d)}'