Ping > -----Original Message----- > From: Gou, Hongmei > Sent: Monday, March 07, 2016 7:02 PM > To: [email protected] > Cc: Gou, Hongmei > Subject: [meta-arago] [PATCH v2] libnl-xfrm: under {includedir}, create > symbolic link at netlink which references to folder libnl3/netlink > > Signed-off-by: Hongmei Gou <[email protected]> > --- > v2 changes: modify the commit message > > meta-arago-extras/recipes-support/libnl-xfrm/libnl-xfrm_git.bb | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/meta-arago-extras/recipes-support/libnl-xfrm/libnl-xfrm_git.bb > b/meta-arago-extras/recipes-support/libnl-xfrm/libnl-xfrm_git.bb > index 74733f0..526ad0a 100644 > --- a/meta-arago-extras/recipes-support/libnl-xfrm/libnl-xfrm_git.bb > +++ b/meta-arago-extras/recipes-support/libnl-xfrm/libnl-xfrm_git.bb > @@ -14,6 +14,8 @@ BRANCH="hawking_dev" > SRCREV = "2a5ee7c4f41398c07c593e81af7b71c7720e6de8" > SRC_URI = "git://arago-project.org/git/projects/libnl- > xfrm.git;protocol=git;branch=${BRANCH}" > > +PR = "r1" > + > S = "${WORKDIR}/git" > > LIBNL_XFRM_LIB = "lib/libnl-xfrm.a" > @@ -34,6 +36,8 @@ do_install_append() { > install -c -m 755 ${S}/${LIBNL_XFRM_LIB} ${D}${libdir}/ > install -c -m 755 ${S}/include/netlink/xfrm/*.h > ${D}${includedir}/libnl3/netlink/xfrm/ > install -c -m 755 ${S}/lib/libnl-xfrm.so > ${D}${libdir}/libnl-xfrm.so.1.0.0 > + cd ${D}${includedir}/ > + ln -s libnl3/netlink netlink > cd ${D}${libdir}/ > ln -s libnl-xfrm.so.1.0.0 libnl-xfrm.so.1 > ln -s libnl-xfrm.so.1.0.0 libnl-xfrm.so > -- > 1.9.1
_______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
