mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01: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:
parent
aa3c2205ca
commit
8bb6722b13
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user