SECTION = "libs"
PRIORITY = "required"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-
+PR = "r1"
#
# For now, we will skip building of a gcc package if it is a uclibc one
# and our build is not a uclibc one, and we skip a glibc one if our build
file://${FILESDIR}/arm-longlong.patch;patch=1;pnum=0 \
file://${FILESDIR}/arm-machine-gmon.patch;patch=1;pnum=0 \
file://${FILESDIR}/glibc232-gcc34-i386-fixup-attribute.patch;patch=1;pnum=1 \
- file://${FILESDIR}/glibc232-gcc34-no-unit-at-a-time.patch;patch=1;pnum=1"
+ file://${FILESDIR}/glibc232-gcc34-no-unit-at-a-time.patch;patch=1;pnum=1 \
+ \
+ file://${FILESDIR}/etc/ld.so.conf"
S = "${WORKDIR}/glibc-${PV}"
B = "${WORKDIR}/build-${TARGET_SYS}"
h=`echo $r|sed -e's,\.x$,.h,'`
install -m 0644 ${S}/sunrpc/rpcsvc/$h ${D}/${includedir}/rpcsvc/
done
+ install -m 0644 ${WORKDIR}/etc/ld.so.conf ${D}/${sysconfdir}/
}
python package_do_split_gconvs () {
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/glibc-cvs"
PV = "2.3.2+cvs${CVSDATE}"
-PR = "r1"
+PR = "r2"
DESCRIPTION = "GNU C Library"
LICENSE = "LGPL"
SECTION = "libs"
file://${FILESDIR}/arm-no-hwcap.patch;patch=1;pnum=0 \
file://${FILESDIR}/arm-memcpy.patch;patch=1;pnum=0 \
file://${FILESDIR}/arm-longlong.patch;patch=1;pnum=0 \
- file://${FILESDIR}/arm-machine-gmon.patch;patch=1;pnum=0"
+ file://${FILESDIR}/arm-machine-gmon.patch;patch=1;pnum=0 \
+ \
+ file://${FILESDIR}/etc/ld.so.conf"
S = "${WORKDIR}/libc"
B = "${WORKDIR}/build-${TARGET_SYS}"
h=`echo $r|sed -e's,\.x$,.h,'`
install -m 0644 ${S}/sunrpc/rpcsvc/$h ${D}/${includedir}/rpcsvc/
done
+ install -m 0644 ${WORKDIR}/etc/ld.so.conf ${D}/${sysconfdir}/
}
python package_do_split_gconvs () {