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.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 050be2e76c..3453a86875 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -253,7 +253,8 @@ SOLIBSDEV_darwin = ".dylib"
253SOLIBSDEV_darwin8 = ".dylib" 253SOLIBSDEV_darwin8 = ".dylib"
254SOLIBSDEV_darwin9 = ".dylib" 254SOLIBSDEV_darwin9 = ".dylib"
255 255
256PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PN}" 256PACKAGE_BEFORE_PN ?= ""
257PACKAGES = "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}"
257PACKAGES_DYNAMIC = "${PN}-locale-*" 258PACKAGES_DYNAMIC = "${PN}-locale-*"
258FILES = "" 259FILES = ""
259 260