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_cvs.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_cvs.bb')
-rw-r--r-- | packages/glibc/glibc_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glibc/glibc_cvs.bb b/packages/glibc/glibc_cvs.bb index 57eabccf96..b6b9b7ab5f 100644 --- a/packages/glibc/glibc_cvs.bb +++ b/packages/glibc/glibc_cvs.bb @@ -6,7 +6,7 @@ PRIORITY = "required" MAINTAINER = "Phil Blundell <pb@handhelds.org>" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" -PR = "r1" +PR = "r2" PV = "2.3.5+cvs${SRCDATE}" GLIBC_ADDONS ?= "ports,linuxthreads" |