aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-05-16 15:18:14 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-05-17 09:37:22 +0200
commitb5abbdc04adcff09b0265b95edb7706b50fb84bb (patch)
tree2d8c6e08bf4fb4e70d0a0703d5b92785f028883b
parent86321c31730f5d6159b93da8278c9e00a4c92b14 (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-oe/recipes-support/libnl/libnl_3.2.3.bb2
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 190ea4ce9a..38d34bf3cd 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.
HOMEPAGE = "http://www.infradead.org/~tgr/libnl/"
SECTION = "libs/network"
+PE = "1"
+
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2b41e13261a330ee784153ecbb6a82bc"