diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-08 13:02:50 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-09 18:34:20 +0100 |
commit | 11beaab12618068e59113980707cee85eeb3589f (patch) | |
tree | edb0b439233e13e25e214cdf00b79f18c596dc31 /recipes | |
parent | 6b128e9173588dbc744a7afbc27498f980665912 (diff) |
iksemel 1.2: drop glibc dependency
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/iksemel/iksemel_1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/iksemel/iksemel_1.2.bb b/recipes/iksemel/iksemel_1.2.bb index 903d8f046d..c393f687d8 100644 --- a/recipes/iksemel/iksemel_1.2.bb +++ b/recipes/iksemel/iksemel_1.2.bb @@ -2,7 +2,7 @@ LICENSE = "LGPL" DESCRIPTION = "A simple, powerful XML-parsing library written in C." SECTION = "libs" PRIORITY = "optional" -DEPENDS = "glibc gnutls" +DEPENDS = "gnutls" PR = "r0" inherit pkgconfig autotools |