diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 20:36:24 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-12-14 20:36:24 +0100 |
commit | 9c094a8fa77e3e77cb46d909e2dbcc6a219b08d0 (patch) | |
tree | 42c6e078411598291abe1230a11b5bf0a0304676 /recipes/iproute2/iproute2_2.6.29.bb | |
parent | 2b11ddd3a67033f2ce79ee4c475954c43467f085 (diff) | |
parent | 7144e15e91b327e75a5270db8457a2c5cfa62f9a (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/iproute2/iproute2_2.6.29.bb')
-rw-r--r-- | recipes/iproute2/iproute2_2.6.29.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iproute2/iproute2_2.6.29.bb b/recipes/iproute2/iproute2_2.6.29.bb index d02573a359..d38dde880f 100644 --- a/recipes/iproute2/iproute2_2.6.29.bb +++ b/recipes/iproute2/iproute2_2.6.29.bb @@ -1,10 +1,11 @@ require iproute2.inc -PR = "r1" +PR = "${INC_PR}.0" SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \ file://new-flex-fix.patch;patch=1 \ file://compilation-fix.patch;patch=1 \ + file://use-cross-compiler.patch;patch=1 \ " S = "${WORKDIR}/iproute2-${PV}" |