diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-06-26 11:17:53 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-06-26 11:17:53 -0400 |
commit | 83f41716ab6a2a9d83d4ff044dcef00595ecfeb2 (patch) | |
tree | 212509c0c4a77967e27ccb8d9f2001035e01843f /recipes/eglibc/eglibc_2.9.bb | |
parent | 9bc5c3798ed03beaa6a676533f6101cd271272fe (diff) |
eglibc: Make sure that scsi headers are available when needed
This is fixing bug #4262 for eglibc (original did glibc and linux-libc-headers).
See b8bb2a62b3916470c752bd79d31322b4358fc676 for the rest of this.
Diffstat (limited to 'recipes/eglibc/eglibc_2.9.bb')
-rw-r--r-- | recipes/eglibc/eglibc_2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb index ecd21de6fe..b3786d3c1d 100644 --- a/recipes/eglibc/eglibc_2.9.bb +++ b/recipes/eglibc/eglibc_2.9.bb @@ -4,7 +4,7 @@ DEPENDS += "gperf-native" DEFAULT_PREFERENCE = "1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn" PV = "2.9" -PR = "r4" +PR = "${INC_PR}.1" SVN_REV="7430" EGLIBC_BRANCH="eglibc-2_9" SRC_URI = "svn://svn.eglibc.org/branches;module=eglibc-2_9;rev=${SVN_REV};proto=svn \ |