diff options
author | Mike Crowe <mac@mcrowe.com> | 2012-03-20 17:27:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-22 19:17:35 +0000 |
commit | e338607f36fcad89af7d796b2e9f3a31f11e54d6 (patch) | |
tree | bcbf2dc8fb571a8aa09dc21b8dc52237fc014a8f /meta/recipes-core | |
parent | c2d96179c00e6600698d3fbc5cf5c95313ab7535 (diff) | |
download | openembedded-core-e338607f36fcad89af7d796b2e9f3a31f11e54d6.tar.gz openembedded-core-e338607f36fcad89af7d796b2e9f3a31f11e54d6.tar.bz2 openembedded-core-e338607f36fcad89af7d796b2e9f3a31f11e54d6.zip |
libc-common: Apply Debian-naming to libc debug symbols too
Ensure that the eglibc-dbg package follows Debian naming too if
enabled. Retain backward compatibility with old libc-dbg naming.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.13.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.15.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb index e718a1f93e..a4f59b62ce 100644 --- a/meta/recipes-core/eglibc/eglibc_2.13.bb +++ b/meta/recipes-core/eglibc/eglibc_2.13.bb @@ -3,7 +3,7 @@ require eglibc.inc SRCREV = "15508" DEPENDS += "gperf-native" -PR = "r20" +PR = "r21" PR_append = "+svnr${SRCPV}" EGLIBC_BRANCH="eglibc-2_13" diff --git a/meta/recipes-core/eglibc/eglibc_2.15.bb b/meta/recipes-core/eglibc/eglibc_2.15.bb index b4c1ea5a99..3820f5aa09 100644 --- a/meta/recipes-core/eglibc/eglibc_2.15.bb +++ b/meta/recipes-core/eglibc/eglibc_2.15.bb @@ -3,6 +3,7 @@ require eglibc.inc SRCREV = "16540" DEPENDS += "gperf-native" +PR = "r1" PR_append = "+svnr${SRCPV}" EGLIBC_BRANCH="eglibc-2_15" |