mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:02:13 +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:
parent
aa3c2205ca
commit
8bb6722b13
@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "An Internet printing system for Unix."
|
DESCRIPTION = "An Internet printing system for Unix."
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "GPL LGPL"
|
LICENSE = "GPL LGPL"
|
||||||
DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib fakeroot-native"
|
DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib"
|
||||||
|
|
||||||
INC_PR = "r7"
|
INC_PR = "r7"
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "An Internet printing system for Unix."
|
DESCRIPTION = "An Internet printing system for Unix."
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "GPL LGPL"
|
LICENSE = "GPL LGPL"
|
||||||
DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib fakeroot-native"
|
DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib"
|
||||||
PROVIDES = "cups14"
|
PROVIDES = "cups14"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
|
SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user