diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-30 19:19:20 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-30 19:19:20 +0000 |
commit | f6e145bbad0236dba8b1b80891bf61d436a27501 (patch) | |
tree | 11811470e0568dbab9fac7c2213eeda4254d89c5 /recipes/cups/cups.inc | |
parent | 260e1ccc21748420f8f025486b84b3d916236434 (diff) | |
parent | d5631dc0546cd152d41529b528ec2635bd103a28 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/cups/cups.inc')
-rw-r--r-- | recipes/cups/cups.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/cups/cups.inc b/recipes/cups/cups.inc index 59075fb042..8e2a7a8075 100644 --- a/recipes/cups/cups.inc +++ b/recipes/cups/cups.inc @@ -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" SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \ " |