aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:30:33 +0100
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:28 +0200
commitbdd6214c67ecfe7928a1cdc8e57a14909356a151 (patch)
treead2f94b3d3e23fbf0f0a00e1696efdd7a441d433 /recipes/ti
parent7ee5942eaf040264a74ae6dfe3592d568bdcaa42 (diff)
downloadopenembedded-bdd6214c67ecfe7928a1cdc8e57a14909356a151.tar.gz
ti-wifi-utils: depend only on libnl(-2.0) not libnl2(-2.0)
Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-wifi-utils_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ti/ti-wifi-utils_git.bb b/recipes/ti/ti-wifi-utils_git.bb
index 5877cafdfc..7757f97f57 100644
--- a/recipes/ti/ti-wifi-utils_git.bb
+++ b/recipes/ti/ti-wifi-utils_git.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "The calibrator and other useful utilities for TI wireless solution based on wl12xx driver"
LICENCE = "TI-BSD"
-DEPENDS = "libnl2"
+DEPENDS = "libnl"
PV ="0.0"
PR_append = "+gitr${SRCPV}"
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/gxk/ti-utils.git;protocol=git"
S = "${WORKDIR}/git"
export CROSS_COMPILE = "${TARGET_PREFIX}"
-CFLAGS += "-I${STAGING_INCDIR}/libnl2/ -DCONFIG_LIBNL20"
+CFLAGS += " -DCONFIG_LIBNL20"
do_install() {
install -d ${D}${bindir}