[oe-commits] org.oe.dev libnl add 1.1, remove outdated ones

mickeyl commit oe at amethyst.openembedded.net
Mon Sep 1 18:27:52 UTC 2008


libnl add 1.1, remove outdated ones

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: a7f0421dc789b0b3f4dd945ccd33c0257ec9c9c5
ViewMTN: http://monotone.openembedded.org/revision/info/a7f0421dc789b0b3f4dd945ccd33c0257ec9c9c5
Files:
1
packages/libnl/files/fix-helpers.patch
packages/libnl/files/libnl-0.5.0-include.diff
packages/libnl/files/linux-header.patch
packages/libnl/files/local-includes.patch
packages/libnl/libnl_0.5.0.bb
packages/libnl/libnl_1.0-pre6.bb
packages/libnl/libnl_1.0-pre8.bb
packages/libnl/libnl_1.1.bb
Diffs:

#
# mt diff -rcd3b83210c61e349d627c9f7cf2edb9a1932f07e -ra7f0421dc789b0b3f4dd945ccd33c0257ec9c9c5
#
#
#
# delete "packages/libnl/files/fix-helpers.patch"
# 
# delete "packages/libnl/files/libnl-0.5.0-include.diff"
# 
# delete "packages/libnl/files/linux-header.patch"
# 
# delete "packages/libnl/files/local-includes.patch"
# 
# delete "packages/libnl/libnl_0.5.0.bb"
# 
# delete "packages/libnl/libnl_1.0-pre6.bb"
# 
# rename "packages/libnl/libnl_1.0-pre8.bb"
#     to "packages/libnl/libnl_1.1.bb"
# 
# patch "packages/libnl/libnl_1.1.bb"
#  from [75a1ae1e39545b0ba22753221a95f7101f36a2cb]
#    to [a30404ffb9673c294c8ca89eeb953c06d5ef8bf9]
#
============================================================
--- packages/libnl/libnl_1.0-pre8.bb	75a1ae1e39545b0ba22753221a95f7101f36a2cb
+++ packages/libnl/libnl_1.1.bb	a30404ffb9673c294c8ca89eeb953c06d5ef8bf9
@@ -1,19 +1,17 @@ LICENSE = "LGPL"
 DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
 SECTION = "libs/network"
 LICENSE = "LGPL"
-HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
-PRIORITY = "optional"
-PV = "0.99+1.0-pre8"
+HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
 
-inherit autotools pkgconfig gpe
+inherit autotools pkgconfig
 
-SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre8.tar.gz \
-          file://local-includes-and-avoid-wrong-ldflags.patch;patch=1 \
-          file://linux-header.patch;patch=1 "
+CFLAGS += '-DVLAN_FLAG_REORDER_HDR=1'
 
-S = "${WORKDIR}/${PN}-1.0-pre8"
+SRC_URI = "\
+  http://people.suug.ch/~tgr/libnl/files/libnl-${PV}.tar.gz \
+  file://local-includes-and-avoid-wrong-ldflags.patch;patch=1 \
+"
 
 do_stage () {
 	autotools_stage_all prefix=${prefix}
 }
-






More information about the Openembedded-commits mailing list