diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2011-10-11 10:51:18 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:14 +0100 |
commit | 2a810f51fa7056758c0cf8be454519b42c84367b (patch) | |
tree | 7ecf1242691fcf8d72abaca9ad386b97a664e893 | |
parent | 22d8978422fa50299f98c4ad42ab40de2792343c (diff) | |
download | poky-2a810f51fa7056758c0cf8be454519b42c84367b.tar.gz |
bluez4: Add ending quote of FILES_${PN}-dbg
* .debug directory was being moved in bluez4 package. Although we have asked to move it in bluez4-dbg package but as FILES_${PN}-dbg was not having ending quote, .debug folder was not being moved to correct directory in packages-split.
(From OE-Core rev: 183d7b8337e30185f9928f127671a12c36bbda7d)
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.96.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.96.bb b/meta/recipes-connectivity/bluez/bluez4_4.96.bb index 5c170c12e6..420a525eab 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.96.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.96.bb | |||
@@ -30,4 +30,4 @@ FILES_${PN}-dbg += "\ | |||
30 | ${libdir}/bluetooth/plugins/.debug \ | 30 | ${libdir}/bluetooth/plugins/.debug \ |
31 | ${libdir}/*/.debug \ | 31 | ${libdir}/*/.debug \ |
32 | ${base_libdir}/udev/.debug \ | 32 | ${base_libdir}/udev/.debug \ |
33 | 33 | " | |