From 5ef679ab9130fdb1818d1827089c18b04ed5e7c6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 18 Mar 2011 14:12:14 +0100 Subject: [PATCH] libnl: rename libnl2 to libnl as used in openembedded-core * libnl1/libnl2 still conflicts even when using separate includedir so it will be easier for distro maintainers to use only libnl1 or libnl2 by PREFERRED_VERSION Acked-by: Koen Kooi Signed-off-by: Martin Jansa --- recipes/libnl/files/fix-pc-file.patch | 11 ----------- .../dont-link-libnl-from-sysroot.patch | 0 recipes/libnl/{files => libnl-1.1}/fix-includes.patch | 0 .../libnl/{files => libnl-1.1}/local-includes.patch | 0 .../{files => libnl-1.1}/netlink-local-fix.patch | 0 .../libnl/{files => libnl-1.1}/respect-ldflags.patch | 0 recipes/libnl/{libnl2 => libnl}/fix-pc-file.patch | 0 .../libnl/{libnl2 => libnl}/fix-pktloc-dep-race.patch | 0 recipes/libnl/{libnl2_2.0.bb => libnl_2.0.bb} | 0 recipes/libnl/{libnl2_git.bb => libnl_git.bb} | 0 10 files changed, 11 deletions(-) delete mode 100644 recipes/libnl/files/fix-pc-file.patch rename recipes/libnl/{files => libnl-1.1}/dont-link-libnl-from-sysroot.patch (100%) rename recipes/libnl/{files => libnl-1.1}/fix-includes.patch (100%) rename recipes/libnl/{files => libnl-1.1}/local-includes.patch (100%) rename recipes/libnl/{files => libnl-1.1}/netlink-local-fix.patch (100%) rename recipes/libnl/{files => libnl-1.1}/respect-ldflags.patch (100%) rename recipes/libnl/{libnl2 => libnl}/fix-pc-file.patch (100%) rename recipes/libnl/{libnl2 => libnl}/fix-pktloc-dep-race.patch (100%) rename recipes/libnl/{libnl2_2.0.bb => libnl_2.0.bb} (100%) rename recipes/libnl/{libnl2_git.bb => libnl_git.bb} (100%) diff --git a/recipes/libnl/files/fix-pc-file.patch b/recipes/libnl/files/fix-pc-file.patch deleted file mode 100644 index 77f3e88562..0000000000 --- a/recipes/libnl/files/fix-pc-file.patch +++ /dev/null @@ -1,11 +0,0 @@ -Index: git/libnl-2.0.pc.in -=================================================================== ---- git.orig/libnl-2.0.pc.in -+++ git/libnl-2.0.pc.in -@@ -6,5 +6,5 @@ - Name: libnl - Description: Convenience library for netlink sockets - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -lnl -+Libs: -L${libdir} -lnl -lnl-genl -lnl-nf -lnl-route - Cflags: -I${includedir} diff --git a/recipes/libnl/files/dont-link-libnl-from-sysroot.patch b/recipes/libnl/libnl-1.1/dont-link-libnl-from-sysroot.patch similarity index 100% rename from recipes/libnl/files/dont-link-libnl-from-sysroot.patch rename to recipes/libnl/libnl-1.1/dont-link-libnl-from-sysroot.patch diff --git a/recipes/libnl/files/fix-includes.patch b/recipes/libnl/libnl-1.1/fix-includes.patch similarity index 100% rename from recipes/libnl/files/fix-includes.patch rename to recipes/libnl/libnl-1.1/fix-includes.patch diff --git a/recipes/libnl/files/local-includes.patch b/recipes/libnl/libnl-1.1/local-includes.patch similarity index 100% rename from recipes/libnl/files/local-includes.patch rename to recipes/libnl/libnl-1.1/local-includes.patch diff --git a/recipes/libnl/files/netlink-local-fix.patch b/recipes/libnl/libnl-1.1/netlink-local-fix.patch similarity index 100% rename from recipes/libnl/files/netlink-local-fix.patch rename to recipes/libnl/libnl-1.1/netlink-local-fix.patch diff --git a/recipes/libnl/files/respect-ldflags.patch b/recipes/libnl/libnl-1.1/respect-ldflags.patch similarity index 100% rename from recipes/libnl/files/respect-ldflags.patch rename to recipes/libnl/libnl-1.1/respect-ldflags.patch diff --git a/recipes/libnl/libnl2/fix-pc-file.patch b/recipes/libnl/libnl/fix-pc-file.patch similarity index 100% rename from recipes/libnl/libnl2/fix-pc-file.patch rename to recipes/libnl/libnl/fix-pc-file.patch diff --git a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch b/recipes/libnl/libnl/fix-pktloc-dep-race.patch similarity index 100% rename from recipes/libnl/libnl2/fix-pktloc-dep-race.patch rename to recipes/libnl/libnl/fix-pktloc-dep-race.patch diff --git a/recipes/libnl/libnl2_2.0.bb b/recipes/libnl/libnl_2.0.bb similarity index 100% rename from recipes/libnl/libnl2_2.0.bb rename to recipes/libnl/libnl_2.0.bb diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl_git.bb similarity index 100% rename from recipes/libnl/libnl2_git.bb rename to recipes/libnl/libnl_git.bb -- 2.39.5