diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-08-23 01:40:43 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-08-23 01:40:43 +0000 |
commit | 5a0cc14110ecec406d29ff2d419b3764d1c9c222 (patch) | |
tree | 5eb978ed4df5e0c642adb0a12ae2d83bedf84f89 /packages/uclibc/uclibc_0.9.29.bb | |
parent | b8870bc827512b9c3dc09fb473dc50537106e647 (diff) |
This adds a package name alias virtual-libc-dev for libc-dev(uclibc)
and libc6-dev (glibc,eglibc) packages. This helps in using the common name
for tasks which do not care about the libc being used.
This also fixes Bug 4509
-Khem
Diffstat (limited to 'packages/uclibc/uclibc_0.9.29.bb')
-rw-r--r-- | packages/uclibc/uclibc_0.9.29.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uclibc/uclibc_0.9.29.bb b/packages/uclibc/uclibc_0.9.29.bb index 9c716b6237..f521490863 100644 --- a/packages/uclibc/uclibc_0.9.29.bb +++ b/packages/uclibc/uclibc_0.9.29.bb @@ -7,7 +7,7 @@ # on whether the base patches apply to the selected (SRCDATE) svn release. # UCLIBC_BASE ?= "0.9.29" -PR = "r24" +PR = "r25" DEFAULT_PREFERENCE = "1" require uclibc.inc |