[oe-commits] Mario Domenech Goulart : s/IPKG_INSTALL/PACKAGE_INSTALL/

git version control git at git.openembedded.org
Wed Jul 1 14:10:17 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: 97bb4121f2f1f21d1ac77011a6b621adb2f0b52f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97bb4121f2f1f21d1ac77011a6b621adb2f0b52f

Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Mon Jun 22 22:55:50 2009 +0000

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 <mario at ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 docs/usermanual/reference/class_rootfs_ipkg.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/usermanual/reference/class_rootfs_ipkg.xml b/docs/usermanual/reference/class_rootfs_ipkg.xml
index b60adf8..98e6e25 100644
--- a/docs/usermanual/reference/class_rootfs_ipkg.xml
+++ b/docs/usermanual/reference/class_rootfs_ipkg.xml
@@ -41,7 +41,7 @@
 
     <listitem>
       <para>Installs the list of requested <command>.ipkg</command> packages,
-      <command>${IPKG_INSTALL}</command>;</para>
+      <command>${PACKAGE_INSTALL}</command>;</para>
     </listitem>
 
     <listitem>
@@ -89,7 +89,7 @@
 
   <variablelist>
     <varlistentry>
-      <term>IPKG_INSTALL</term>
+      <term>PACKAGE_INSTALL</term>
 
       <listitem>
         <para>The list of packages which will be installed into the root
@@ -212,4 +212,4 @@
   which is executed without <xref linkend="fakeroot" /> and therefore can be
   used from other classes, such as <xref linkend="image_class" />, that
   are already running under the control of <xref linkend="fakeroot" />.</para>
-</section>
\ No newline at end of file
+</section>





More information about the Openembedded-commits mailing list