summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-02-07 20:51:14 +0000
committerRichard Purdie <richard@openedhand.com>2008-02-07 20:51:14 +0000
commit7fed31ddb0a5826d5b22d1476ff31db19cdc48c1 (patch)
tree77a772ab6978b1478f92308fb737503099b2e8eb /meta-extras
parentfd700bb7d3b7d2642566fa37f59a8ca7766e5c62 (diff)
downloadpoky-7fed31ddb0a5826d5b22d1476ff31db19cdc48c1.tar.gz
Move libnl from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3716 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/libnl/files/local-includes.patch11
-rw-r--r--meta-extras/packages/libnl/libnl_1.0-pre6.bb18
2 files changed, 0 insertions, 29 deletions
diff --git a/meta-extras/packages/libnl/files/local-includes.patch b/meta-extras/packages/libnl/files/local-includes.patch
deleted file mode 100644
index 5af463004b..0000000000
--- a/meta-extras/packages/libnl/files/local-includes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
1--- libnl-1.0-pre6/Makefile.opts.in.orig 2006-08-24 14:57:42.000000000 +0200
2+++ libnl-1.0-pre6/Makefile.opts.in 2006-08-24 14:58:20.000000000 +0200
3@@ -10,7 +10,7 @@
4 #
5
6 CC := @CC@
7-CFLAGS := @CFLAGS@
8+CFLAGS := -I./include -I. -I../include @CFLAGS@
9 LDFLAGS := @LDFLAGS@
10 CPPFLAGS := @CPPFLAGS@
11 PACKAGE_NAME := @PACKAGE_NAME@
diff --git a/meta-extras/packages/libnl/libnl_1.0-pre6.bb b/meta-extras/packages/libnl/libnl_1.0-pre6.bb
deleted file mode 100644
index 300222ca42..0000000000
--- a/meta-extras/packages/libnl/libnl_1.0-pre6.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
2SECTION = "libs/network"
3LICENSE = "LGPL"
4HOMEPAGE = "http://people.suug.ch/~tgr/libnl/"
5PRIORITY = "optional"
6PV = "0.99+1.0-pre6"
7
8inherit autotools pkgconfig
9
10SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre6.tar.gz \
11 file://local-includes.patch;patch=1"
12
13S = "${WORKDIR}/${PN}-1.0-pre6"
14
15do_stage () {
16 autotools_stage_all prefix=${prefix}
17}
18