diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-22 15:06:53 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-22 15:06:53 +0100 |
commit | 8bb6722b1356cc3b8494e33553240363addd2d80 (patch) | |
tree | 6dc9b44986d13b236ef26a524886d83ba14ff5be | |
parent | aa3c2205caf04ae35db589d9467ad817cafb9e4d (diff) | |
download | meta-openembedded-8bb6722b1356cc3b8494e33553240363addd2d80.tar.gz |
cups: remove DEPENDS = "fakeroot-native"
the 'fakeroot' flag will pull in the needed deps automagically
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-support/cups/cups.inc | 2 | ||||
-rw-r--r-- | recipes-support/cups/cups14.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/cups/cups.inc b/recipes-support/cups/cups.inc index 0c7b103b8f..0f813ca492 100644 --- a/recipes-support/cups/cups.inc +++ b/recipes-support/cups/cups.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "An Internet printing system for Unix." | 1 | DESCRIPTION = "An Internet printing system for Unix." |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "GPL LGPL" | 3 | LICENSE = "GPL LGPL" |
4 | DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib fakeroot-native" | 4 | DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib" |
5 | 5 | ||
6 | INC_PR = "r7" | 6 | INC_PR = "r7" |
7 | 7 | ||
diff --git a/recipes-support/cups/cups14.inc b/recipes-support/cups/cups14.inc index 0828187c1a..4514724755 100644 --- a/recipes-support/cups/cups14.inc +++ b/recipes-support/cups/cups14.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "An Internet printing system for Unix." | 1 | DESCRIPTION = "An Internet printing system for Unix." |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "GPL LGPL" | 3 | LICENSE = "GPL LGPL" |
4 | DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib fakeroot-native" | 4 | DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib" |
5 | PROVIDES = "cups14" | 5 | PROVIDES = "cups14" |
6 | 6 | ||
7 | SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2" | 7 | SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2" |