diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-21 02:13:48 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-21 02:13:48 +0000 |
commit | 71d978f26be22186bd5e9c744136a053228a9346 (patch) | |
tree | 6a9f461b9266402a77df50eb0f2ce955c28cc93b /uclibc/uclibc_cvs.oe | |
parent | 97491a33caf4ae306f69c4eebb021ba84f37cee8 (diff) |
Merge siasl.dyndns.org:code/packages
into odin.sc.ti.com:/home/kergoth/code/packages
2004/11/20 20:21:52-05:00 handhelds.org!kergoth
Add libc-dev to the RPROVIDES of the glibc and uclibc -dev packages.
BKrev: 419ff9dcIdTjNc7uptA2S0FprZ6qjA
Diffstat (limited to 'uclibc/uclibc_cvs.oe')
-rw-r--r-- | uclibc/uclibc_cvs.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uclibc/uclibc_cvs.oe b/uclibc/uclibc_cvs.oe index e37c485124..3e293c58d3 100644 --- a/uclibc/uclibc_cvs.oe +++ b/uclibc/uclibc_cvs.oe @@ -4,7 +4,7 @@ SECTION = "libs" PRIORITY = "required" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" PV = "0.0cvs${CVSDATE}" -PR = "r5" +PR = "r6" DEFAULT_PREFERENCE = "1" # @@ -48,6 +48,7 @@ FILES_uclibc-dev += "${libdir}/*.o" FILES_uclibc-utils = "${bindir} ${sbindir}" FILES_uclibc-gconv = "${libdir}/gconv" FILES_uclibc-thread-db = "/lib/libthread_db*" +RPROVIDES_uclibc-dev += "libc-dev" # # This locale file gets copied into uClibc-${PV}/extra/locale/ prior to |