mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
cups: remove DEPENDS = "fakeroot-native"
the 'fakeroot' flag will pull in the needed deps automagically Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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 fakeroot-native"
|
||||
DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib"
|
||||
|
||||
INC_PR = "r7"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "An Internet printing system for Unix."
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "GPL LGPL"
|
||||
DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib fakeroot-native"
|
||||
DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib"
|
||||
PROVIDES = "cups14"
|
||||
|
||||
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
|
||||
|
||||
Reference in New Issue
Block a user