diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-04-30 00:05:37 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2009-04-30 23:17:11 +0400 |
commit | d5631dc0546cd152d41529b528ec2635bd103a28 (patch) | |
tree | 82375fa497c79510508964309946b3e878e3f26c /recipes/cups/cups_1.2.7.bb | |
parent | deb50c8b70a08632e779db9ee60d3f2d655fd3aa (diff) |
remove install-native package
Sane 'install' program is provided by coreutils-native now.
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/cups/cups_1.2.7.bb')
-rw-r--r-- | recipes/cups/cups_1.2.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cups/cups_1.2.7.bb b/recipes/cups/cups_1.2.7.bb index 24249fa3b1..8559bfcf8e 100644 --- a/recipes/cups/cups_1.2.7.bb +++ b/recipes/cups/cups_1.2.7.bb @@ -1,7 +1,7 @@ DESCRIPTION = "An Internet printing system for Unix." SECTION = "console/utils" LICENSE = "GPL LGPL" -DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib install-native fakeroot-native" +DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib fakeroot-native" PR = "r1" SRC_URI = "ftp://ftp3.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \ |