diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libnl/libnl_2.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_2.0.bb b/meta/recipes-support/libnl/libnl_2.0.bb index f084537dee..c96e7db2e9 100644 --- a/meta/recipes-support/libnl/libnl_2.0.bb +++ b/meta/recipes-support/libnl/libnl_2.0.bb | |||
@@ -6,7 +6,8 @@ LICENSE = "LGPLv2.1" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" |
7 | 7 | ||
8 | DEPENDS = "flex-native bison-native" | 8 | DEPENDS = "flex-native bison-native" |
9 | PR = "r3" | 9 | PE = "1" |
10 | PR = "r6" | ||
10 | 11 | ||
11 | SRC_URI = "\ | 12 | SRC_URI = "\ |
12 | http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \ | 13 | http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \ |