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 | |
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')
-rw-r--r-- | uclibc/uclibc_0.9.26.oe | 3 | ||||
-rw-r--r-- | uclibc/uclibc_cvs.oe | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/uclibc/uclibc_0.9.26.oe b/uclibc/uclibc_0.9.26.oe index 2fa8f6caaf..30965b2a86 100644 --- a/uclibc/uclibc_0.9.26.oe +++ b/uclibc/uclibc_0.9.26.oe @@ -3,7 +3,7 @@ LICENSE = "LGPL" SECTION = "libs" PRIORITY = "required" MAINTAINER = "Gerald Britton <gbritton@doomcom.org>" -PR = "r2" +PR = "r3" # # For now, we will skip building of a gcc package if it is a uclibc one @@ -44,6 +44,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 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 |