[oe-commits] Khem Raj : bitbake.conf, nylon.conf, openwrt-sdk.conf: Use opkg-build instead of ipkg-build

git version control git at git.openembedded.org
Fri Apr 22 17:52:28 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: f3fc3b0f47b41c2ab33f6cc7f378e5cb2535f37f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f3fc3b0f47b41c2ab33f6cc7f378e5cb2535f37f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jan 24 16:48:47 2011 -0800

bitbake.conf,nylon.conf,openwrt-sdk.conf: Use opkg-build instead of ipkg-build

* Rename IPKGBUILDCMD to OPKGBUILDCMD

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Graham Gower <graham.gower at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/bitbake.conf            |    2 +-
 conf/distro/nylon.conf       |    2 +-
 conf/distro/openwrt-sdk.conf |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index b820d82..b39bb7a 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -652,7 +652,7 @@ export PATCH_GET="0"
 
 # Program to be used to build ipkg packages
 
-IPKGBUILDCMD = "ipkg-build -o 0 -g 0"
+OPKGBUILDCMD = "opkg-build -o 0 -g 0"
 
 ##################################################################
 # Not sure about the rest of this yet.
diff --git a/conf/distro/nylon.conf b/conf/distro/nylon.conf
index ae8d064..6b9d3d9 100644
--- a/conf/distro/nylon.conf
+++ b/conf/distro/nylon.conf
@@ -52,7 +52,7 @@ CXXFLAGS := ${fixedCxxflags}
 DISTRO_FEATURES = "nfs smbfs wifi pcmcia ppp ext2 vfat usbhost pci"
 
 # FIXME: cannot build linux-libc-headers unless this is set.
-IPKGBUILDCMD = "stage-manager-ipkg-build -o 0 -g 0"
+OPKGBUILDCMD = "stage-manager-opkg-build -o 0 -g 0"
 
 #############################################################################
 # PREFERRED VERSIONS
diff --git a/conf/distro/openwrt-sdk.conf b/conf/distro/openwrt-sdk.conf
index 0646b17..0c96b12 100644
--- a/conf/distro/openwrt-sdk.conf
+++ b/conf/distro/openwrt-sdk.conf
@@ -21,7 +21,7 @@ DISTRO_NAME = "OpenWRT"
 DISTRO_REVISION = "2"
 
 # Build ipk's wrapped with tar.gz instead of ar, like OpenWRT has them
-IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0"
+OPKGBUILDCMD = "opkg-build -c -o 0 -g 0"
 
 # This is what lives in SDK
 ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"





More information about the Openembedded-commits mailing list