diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-10-12 12:46:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-19 18:02:26 +0100 |
commit | fadb4079014514beb7d2d3e6c66f63397d4ebce2 (patch) | |
tree | a1f6db9ac465274a2cb99bf4fe9b7e677dc7453b /meta/recipes-extended | |
parent | 33b31640bf485bcfefee015e9df81aa9989b322c (diff) | |
download | poky-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.bb | 2 |
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 | ||
57 | CONFFILES_${PN} = "${sysconfdir}/lighttpd.conf" | 57 | CONFFILES_${PN} = "${sysconfdir}/lighttpd.conf" |
58 | 58 | ||
59 | PACKAGES_DYNAMIC = "^lighttpd-module-.*" | 59 | PACKAGES_DYNAMIC += "^lighttpd-module-.*" |
60 | 60 | ||
61 | python populate_packages_prepend () { | 61 | python populate_packages_prepend () { |
62 | lighttpd_libdir = d.expand('${libdir}') | 62 | lighttpd_libdir = d.expand('${libdir}') |