[oe-commits] org.oe.dev uclibc svn: fixes

koen commit openembedded-commits at lists.openembedded.org
Sun Aug 12 08:56:13 UTC 2007


uclibc svn: fixes

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 2b515ec28fae23ebae8ab50c4421d72d75838b97
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2b515ec28fae23ebae8ab50c4421d72d75838b97
Files:
1
packages/uclibc/uclibc_svn.bb
Diffs:

#
# mt diff -r910ef122d7ad65e399a502c31d5b798bf1068134 -r2b515ec28fae23ebae8ab50c4421d72d75838b97
#
# 
# 
# patch "packages/uclibc/uclibc_svn.bb"
#  from [b34e3bc8b7ac5e3131e17f86e2f08c38aba35130]
#    to [92cb851f710f300b1521589a72e241b2b21569ad]
# 
============================================================
--- packages/uclibc/uclibc_svn.bb	b34e3bc8b7ac5e3131e17f86e2f08c38aba35130
+++ packages/uclibc/uclibc_svn.bb	92cb851f710f300b1521589a72e241b2b21569ad
@@ -6,7 +6,7 @@
 # UCLIBC_BASE can be set in a distro file, but whether this works depends
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
-UCLIBC_BASE ?= "0.9.28"
+UCLIBC_BASE ?= "0.9.29"
 PV = "${UCLIBC_BASE}+svn${SRCDATE}"
 PR = "r5"
 
@@ -25,8 +25,13 @@ KERNEL_SOURCE = "${CROSS_DIR}/${TARGET_S
 #however: we can't depend on virtual/kernel when nptl hits due to depends deadlocking ....
 KERNEL_SOURCE = "${CROSS_DIR}/${TARGET_SYS}"
 
-SRC_URI += "svn://uclibc.org/trunk;module=uClibc"
+SRC_URI += "svn://uclibc.org/trunk;module=uClibc \
+            file://uClibc.machine \
+            file://uClibc.distro \
+            file://error_print_progname.patch;patch=1 \
+            file://select.diff;patch=1 \
+            "
 
-SRC_URI += " file://error_print_progname.patch;patch=1"
 S = "${WORKDIR}/uClibc"
 
+






More information about the Openembedded-commits mailing list