aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:30:33 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-03-26 14:56:37 +0100
commitd2b7712a9845099af075579f988154871de078fd (patch)
tree58562446e437c927a70ca39a6b122cbc88488619 /recipes/ti
parent5c0d7cef4525b7ad4bea251a68f2ee2ed894774a (diff)
downloadopenembedded-d2b7712a9845099af075579f988154871de078fd.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}