From: Rod Whitby Date: Tue, 25 Mar 2008 00:49:41 +0000 (+0000) Subject: rootfs_ipk.bbclass: Emergency addition to fix image generation where ipkg is still... X-Git-Tag: Release-2010-05/1~7280^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dda83dacf8bbd0afc9a5161caaed58c42420097;p=openembedded.git rootfs_ipk.bbclass: Emergency addition to fix image generation where ipkg is still the package manager included in the image. --- diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass index c8e068f739..6f74ac2b0a 100644 --- a/classes/rootfs_ipk.bbclass +++ b/classes/rootfs_ipk.bbclass @@ -60,6 +60,9 @@ fakeroot rootfs_ipk_do_rootfs () { rm -f ${IMAGE_ROOTFS}${libdir}/opkg/lists/* + # Keep this line until package manager selection is implemented + ln -s opkg ${IMAGE_ROOTFS}${sysconfdir}/ipkg + ${ROOTFS_POSTPROCESS_COMMAND} log_check rootfs