[oe-commits] Denys Dmytriyenko : util-linux-ng-native: add dependency on lzo-native

git version control git at git.openembedded.org
Mon Mar 29 17:27:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1dd39944c8ac37e5219bde46b2c5954ed4d4b2cf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1dd39944c8ac37e5219bde46b2c5954ed4d4b2cf

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Mon Mar 29 13:26:30 2010 -0400

util-linux-ng-native: add dependency on lzo-native

Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/util-linux-ng/util-linux-ng.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng.inc
index 079ab9d..7c6c8e9 100644
--- a/recipes/util-linux-ng/util-linux-ng.inc
+++ b/recipes/util-linux-ng/util-linux-ng.inc
@@ -2,13 +2,13 @@ DESCRIPTION = "Util-linux-ng is a suite of essential utilities for any Linux sys
 SECTION = "base"
 LICENSE = "GPL"
 DEPENDS = "udev zlib ncurses virtual/libintl"
-DEPENDS_virtclass-native = "zlib-native ncurses-native"
+DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native"
 
 inherit autotools
 
 DEFAULT_PREFERENCE = "-1"
 
-INC_PR = "r16"
+INC_PR = "r17"
 
 # allows for a release candidate
 RC ?= ""





More information about the Openembedded-commits mailing list