diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-07-15 14:42:02 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-07-15 14:42:02 -0700 |
commit | ac4799c1d2c7dbfff1e6bb6b1393cd74b90e93b8 (patch) | |
tree | 0b2ac048f953b56552e3f3e86dadc0c83e2e3807 /recipes/eglibc/eglibc_2.9.bb | |
parent | 5a9a681d0ab893e191f7c23040e8fd1aa1e850ea (diff) |
eglibc_2.9: Adjust sed script to insert _begin in newer linker scripts.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc_2.9.bb')
-rw-r--r-- | recipes/eglibc/eglibc_2.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb index b3786d3c1d..7ab481580a 100644 --- a/recipes/eglibc/eglibc_2.9.bb +++ b/recipes/eglibc/eglibc_2.9.bb @@ -4,11 +4,12 @@ DEPENDS += "gperf-native" DEFAULT_PREFERENCE = "1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn" PV = "2.9" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SVN_REV="7430" EGLIBC_BRANCH="eglibc-2_9" SRC_URI = "svn://svn.eglibc.org/branches;module=eglibc-2_9;rev=${SVN_REV};proto=svn \ file://eglibc-svn-arm-lowlevellock-include-tls.patch;patch=1 \ + file://eglibc_adjust_begin_insertion.patch;patch=1 \ file://etc/ld.so.conf \ file://generate-supported.mk" S = "${WORKDIR}/${EGLIBC_BRANCH}/libc" |