diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-16 12:40:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-16 12:40:48 +0000 |
commit | bbce8f5a048ed82d5bd471cc0e2bab5e5a49e12b (patch) | |
tree | ebc5017356a4c77d9719291ea54d4147afcf6408 /meta/classes | |
parent | b9456e98157c1e1be7d66da1c6870a16ffffaaac (diff) | |
download | poky-bbce8f5a048ed82d5bd471cc0e2bab5e5a49e12b.tar.gz |
sdk.bbclass: Sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1959 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/sdk.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/sdk.bbclass b/meta/classes/sdk.bbclass index 545cfd20c7..38df66eb4d 100644 --- a/meta/classes/sdk.bbclass +++ b/meta/classes/sdk.bbclass | |||
@@ -23,6 +23,6 @@ exec_prefix = "${prefix}" | |||
23 | base_prefix = "${exec_prefix}" | 23 | base_prefix = "${exec_prefix}" |
24 | 24 | ||
25 | FILES_${PN} = "${prefix}" | 25 | FILES_${PN} = "${prefix}" |
26 | 26 | FILES_${PN}-dbg += "${prefix}/bin/.debug \ | |
27 | 27 | ${prefix}/sbin/.debug \ | |
28 | 28 | " | |