From efeb74c1aa293067f3f8ee488c785cb269ce45a0 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Thu, 30 Apr 2009 10:35:12 -0300 Subject: s/IPKG_INSTALL/PACKAGE_INSTALL/ According to the git log (e.g., 7302c6263934c237da66719bd42505b6c05d10cc), there was a change in the variable naming. IPKG_INSTALL was renamed to PACKAGE_INSTALL some time ago. classes/rootfs_ipk.bbclass currently uses PACKAGE_INSTALL instead of IPKG_INSTALL. Signed-off-by: Mario Domenech Goulart Signed-off-by: Otavio Salvador --- docs/usermanual/reference/class_rootfs_ipkg.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/usermanual/reference/class_rootfs_ipkg.xml b/docs/usermanual/reference/class_rootfs_ipkg.xml index b60adf8e70..98e6e2520f 100644 --- a/docs/usermanual/reference/class_rootfs_ipkg.xml +++ b/docs/usermanual/reference/class_rootfs_ipkg.xml @@ -41,7 +41,7 @@ Installs the list of requested .ipkg packages, - ${IPKG_INSTALL}; + ${PACKAGE_INSTALL}; @@ -89,7 +89,7 @@ - IPKG_INSTALL + PACKAGE_INSTALL The list of packages which will be installed into the root @@ -212,4 +212,4 @@ which is executed without and therefore can be used from other classes, such as , that are already running under the control of . - \ No newline at end of file + -- cgit 1.2.3-korg