diff options
author | Steffen Sledz <sledz@dresearch.de> | 2010-03-22 08:31:06 +0100 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2010-03-22 08:31:06 +0100 |
commit | 30e7b3d1a03e16bfdf5554bf5608dc67f50c2e06 (patch) | |
tree | 1783606ac082913646dc96175e4b59d871258220 /recipes/libunwind | |
parent | 950e9fd872480a8f0feeecf274fdd54d53cc07cb (diff) |
libunwind: unneeded empty DEPENDS var removed
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Diffstat (limited to 'recipes/libunwind')
-rw-r--r-- | recipes/libunwind/libunwind.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/libunwind/libunwind.inc b/recipes/libunwind/libunwind.inc index 4cd41b7d9e..b4ccce8661 100644 --- a/recipes/libunwind/libunwind.inc +++ b/recipes/libunwind/libunwind.inc @@ -1,5 +1,4 @@ DESCRIPTION = "a portable and efficient C programming interface (API) to determine the call-chain of a program" -DEPENDS = "" HOMEPAGE = "http://www.nongnu.org/libunwind" LICENSE = "MIT" INC_PR = "r0" |