aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sourceipk.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-24 16:45:09 -0800
committerKhem Raj <raj.khem@gmail.com>2011-01-25 16:44:56 -0800
commitd8d40b0158179917f2cb036df835d1d870f4ed4f (patch)
tree707fc607a7201b4ff1430ca292af18e387fc2581 /classes/sourceipk.bbclass
parentd1c65e9a7d9d5b324095e6c4eb28cf7a58f394e5 (diff)
downloadopenembedded-d8d40b0158179917f2cb036df835d1d870f4ed4f.tar.gz
classes: Replace ipkg-make-index with opkg-make-index
* STAGE_PKGMANAGER use opkg * rename IPKGBUILDCMD to OPKGBUILDCMD * Use opkg-build instead of ipkg-build Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
Diffstat (limited to 'classes/sourceipk.bbclass')
-rw-r--r--classes/sourceipk.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/sourceipk.bbclass b/classes/sourceipk.bbclass
index b443ef6d01..75e7a1443b 100644
--- a/classes/sourceipk.bbclass
+++ b/classes/sourceipk.bbclass
@@ -31,13 +31,13 @@
# CREATE_SRCIPK_pn-<package name> = "1" in your local.conf
#
#TODO:
-# Need to figure out how to use ipkg-build in this class.
+# Need to figure out how to use opkg-build in this class.
# I tried adding it as a dependency for the do_create_srcipk
# task using:
# do_create_srcipk[depends] += "opkg-utils-native:do_populate_sysroot"
# But then there is a circular dependency between sourcipk.bbclass and
# opkg-utils-native. Until I can figure out how to resolve this
-# circular dependency I am extracting the needed pieces from ipkg-build
+# circular dependency I am extracting the needed pieces from opkg-build
# into this class and building the source ipk myself.