aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sourceipk.bbclass
diff options
context:
space:
mode:
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.