diff options
-rw-r--r-- | recipes/cups/cups14.inc | 2 | ||||
-rw-r--r-- | recipes/cups/cups_1.4.3.bb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/cups/cups14.inc b/recipes/cups/cups14.inc index 8eac2b34cb..af82e5eacc 100644 --- a/recipes/cups/cups14.inc +++ b/recipes/cups/cups14.inc @@ -4,7 +4,7 @@ LICENSE = "GPL LGPL" DEPENDS = "gnutls dbus dbus-glib zlib fakeroot-native" 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;name=archive \ " LEAD_SONAME = "libcupsdriver.so" diff --git a/recipes/cups/cups_1.4.3.bb b/recipes/cups/cups_1.4.3.bb index ade5227438..b57d1c0994 100644 --- a/recipes/cups/cups_1.4.3.bb +++ b/recipes/cups/cups_1.4.3.bb @@ -5,6 +5,9 @@ SRC_URI += "file://use_echo_only_in_init.patch;patch=1 \ file://configure.patch;patch=1 \ " +SRC_URI[archive.md5sum] = "e70b1c3f60143d7310c1d74c111a21ab" +SRC_URI[archive.sha256sum] = "47a559b1c50192b94479ae7dab132ea0008727045d4993501cf0a6df0c64db97" + PR = "r2" DEFAULT_PREFERENCE = "-1" |