summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-10-12 12:46:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-19 18:02:26 +0100
commitfadb4079014514beb7d2d3e6c66f63397d4ebce2 (patch)
treea1f6db9ac465274a2cb99bf4fe9b7e677dc7453b /meta/recipes-extended
parent33b31640bf485bcfefee015e9df81aa9989b322c (diff)
downloadpoky-fadb4079014514beb7d2d3e6c66f63397d4ebce2.tar.gz
PACKAGES_DYNAMIC: use += instead of = in most cases
* to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" (From OE-Core rev: 73252b16b501c0986b0ca0895e4534895a9ba3db) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb
index 47f7538046..6856f538b5 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.31.bb
@@ -56,7 +56,7 @@ FILES_${PN} += "${sysconfdir} /www"
56 56
57CONFFILES_${PN} = "${sysconfdir}/lighttpd.conf" 57CONFFILES_${PN} = "${sysconfdir}/lighttpd.conf"
58 58
59PACKAGES_DYNAMIC = "^lighttpd-module-.*" 59PACKAGES_DYNAMIC += "^lighttpd-module-.*"
60 60
61python populate_packages_prepend () { 61python populate_packages_prepend () {
62 lighttpd_libdir = d.expand('${libdir}') 62 lighttpd_libdir = d.expand('${libdir}')