summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/package_ipk.bbclass3
-rw-r--r--meta/conf/bitbake.conf4
2 files changed, 3 insertions, 4 deletions
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass
index c0893a6cda..c97e36eeb2 100644
--- a/meta/classes/package_ipk.bbclass
+++ b/meta/classes/package_ipk.bbclass
@@ -7,6 +7,9 @@ IPKGCONF_SDK = "${WORKDIR}/opkg-sdk.conf"
7 7
8PKGWRITEDIRIPK = "${WORKDIR}/deploy-ipks" 8PKGWRITEDIRIPK = "${WORKDIR}/deploy-ipks"
9 9
10# Program to be used to build opkg packages
11OPKGBUILDCMD ??= "opkg-build"
12
10python package_ipk_fn () { 13python package_ipk_fn () {
11 bb.data.setVar('PKGFN', bb.data.getVar('PKG',d), d) 14 bb.data.setVar('PKGFN', bb.data.getVar('PKG',d), d)
12} 15}
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d0235bae09..9938a676a5 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -622,10 +622,6 @@ MKTEMPCMD = "mktemp -q ${TMPBASE}"
622 622
623export PATCH_GET="0" 623export PATCH_GET="0"
624 624
625# Program to be used to build opkg packages
626
627OPKGBUILDCMD = "opkg-build -o 0 -g 0"
628
629################################################################## 625##################################################################
630# Not sure about the rest of this yet. 626# Not sure about the rest of this yet.
631################################################################## 627##################################################################