From patchwork Sat Jul 14 10:00:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [for-denzil,meta-oe,1/2] libnl: bump PE Date: Sat, 14 Jul 2012 10:00:11 -0000 From: Koen Kooi X-Patchwork-Id: 32067 Message-Id: <1342260012-9444-1-git-send-email-koen@dominion.thruhere.net> To: openembedded-devel@lists.openembedded.org Cc: Koen Kooi , Martin Jansa , eric@eukrea.com From: Martin Jansa * 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 Signed-off-by: Koen Kooi --- meta-oe/recipes-support/libnl/libnl_3.2.3.bb | 2 ++ 1 file changed, 2 insertions(+) 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 190ea4c..38d34bf 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"