summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d51f9d9e78..49bb6f0964 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -512,9 +512,9 @@ MKTEMPCMD = "mktemp -q ${TMPBASE}"
512 512
513export PATCH_GET="0" 513export PATCH_GET="0"
514 514
515# Program to be used to build ipkg packages 515# Program to be used to build opkg packages
516 516
517IPKGBUILDCMD = "ipkg-build -o 0 -g 0" 517OPKGBUILDCMD = "opkg-build -o 0 -g 0"
518 518
519################################################################## 519##################################################################
520# Not sure about the rest of this yet. 520# Not sure about the rest of this yet.