diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-05-16 15:18:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-17 09:37:22 +0200 |
commit | b5abbdc04adcff09b0265b95edb7706b50fb84bb (patch) | |
tree | 2d8c6e08bf4fb4e70d0a0703d5b92785f028883b /meta-oe/recipes-support/libnl | |
parent | 86321c31730f5d6159b93da8278c9e00a4c92b14 (diff) | |
download | meta-openembedded-b5abbdc04adcff09b0265b95edb7706b50fb84bb.tar.gz |
libnl: bump PE
* libnl-2 in oe-core has PE 1, so in order to have upgrade patch from libnl-2 to libnl-3 we need PE 1 here too
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/libnl')
-rw-r--r-- | meta-oe/recipes-support/libnl/libnl_3.2.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libnl/libnl_3.2.3.bb b/meta-oe/recipes-support/libnl/libnl_3.2.3.bb index 190ea4ce9..38d34bf3c 100644 --- a/meta-oe/recipes-support/libnl/libnl_3.2.3.bb +++ b/meta-oe/recipes-support/libnl/libnl_3.2.3.bb | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "libnl is a library for applications dealing with netlink sockets. | |||
2 | HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" | 2 | HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" |
3 | SECTION = "libs/network" | 3 | SECTION = "libs/network" |
4 | 4 | ||
5 | PE = "1" | ||
6 | |||
5 | LICENSE = "LGPLv2.1" | 7 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc" |
7 | 9 | ||