bitbake.conf,nylon.conf,openwrt-sdk.conf: Use opkg-build instead of ipkg-build
authorKhem Raj <raj.khem@gmail.com>
Tue, 25 Jan 2011 00:48:47 +0000 (16:48 -0800)
committerKhem Raj <raj.khem@gmail.com>
Wed, 26 Jan 2011 00:45:08 +0000 (16:45 -0800)
* Rename IPKGBUILDCMD to OPKGBUILDCMD

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Graham Gower <graham.gower@gmail.com>
conf/bitbake.conf
conf/distro/nylon.conf
conf/distro/openwrt-sdk.conf

index 042a06c..ad2e721 100644 (file)
@@ -663,7 +663,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.
index ae8d064..6b9d3d9 100644 (file)
@@ -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
index 0646b17..0c96b12 100644 (file)
@@ -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"