diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 09:29:31 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-08-11 09:29:31 +0000 |
commit | 1ddee9f1cff4075ce49b7f82ffa2267b48a14595 (patch) | |
tree | f8808b5d1fa9b5034df98d86d9da2429c74e8a88 /packages/glibc/glibc_2.4.bb | |
parent | 3d74be7675da899ec917498bbc47b7ba4f1769c7 (diff) |
glibc: Add glibc-dbg package, and make sure all the .debug files go in to
it. Bump the PR on all the glibc files since they all include
glibc-package.bbclass. Closes #1220 "glibc ships spurious debug info".
Diffstat (limited to 'packages/glibc/glibc_2.4.bb')
-rw-r--r-- | packages/glibc/glibc_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glibc/glibc_2.4.bb b/packages/glibc/glibc_2.4.bb index 922db459fc..82ca4a4751 100644 --- a/packages/glibc/glibc_2.4.bb +++ b/packages/glibc/glibc_2.4.bb @@ -4,7 +4,7 @@ LICENSE = "LGPL" SECTION = "libs" PRIORITY = "required" DEFAULT_PREFERENCE = "-1" -PR = "r6" +PR = "r7" # the -isystem in bitbake.conf screws up glibc do_stage BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include" |