diff options
-rw-r--r-- | recipes/apache/apache_2.0.54.bb | 3 | ||||
-rw-r--r-- | recipes/ctorrent/ctcs_1.4.1.bb | 5 | ||||
-rw-r--r-- | recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb | 3 | ||||
-rw-r--r-- | recipes/libeina/libeina_0.96.5.bb | 2 |
4 files changed, 11 insertions, 2 deletions
diff --git a/recipes/apache/apache_2.0.54.bb b/recipes/apache/apache_2.0.54.bb index c1f1303d56..6185ab9d7e 100644 --- a/recipes/apache/apache_2.0.54.bb +++ b/recipes/apache/apache_2.0.54.bb @@ -11,6 +11,9 @@ PR = "r4" SRC_URI = "http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz \ " +SRC_URI[md5sum] = "772503748ffb85301385d47fb2b96eca" +SRC_URI[sha256sum] = "bb4236fb6c7ac4204f908fa7409ff3177a6f99e48ed69547f087f691ef2a5fcb" + S = "${WORKDIR}/httpd-${PV}" inherit autotools update-rc.d diff --git a/recipes/ctorrent/ctcs_1.4.1.bb b/recipes/ctorrent/ctcs_1.4.1.bb index f56c283b35..db15287ccd 100644 --- a/recipes/ctorrent/ctcs_1.4.1.bb +++ b/recipes/ctorrent/ctcs_1.4.1.bb @@ -1,6 +1,6 @@ require ctorrent.inc -DESCRIPTION += This is the controller of the enhanced version" +DESCRIPTION += "This is the controller of the enhanced version" RDEPENDS = "perl perl-module-strict perl-module-socket perl-module-tcntl \ perl-module-errno perl-module-sys-hostname" @@ -10,3 +10,6 @@ do_install () { install -d ${D}/usr/bin install -m 0755 ${S}/ctcs ${D}/usr/bin/ } + +SRC_URI[md5sum] = "7dfe725e558eb75258a2199f2aa9fdbc" +SRC_URI[sha256sum] = "9614e88d07c6b128677d4d2638a4a05ae00812ec5157ae0788012abed3172355" diff --git a/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb b/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb index 0d024e15ea..8321d03087 100644 --- a/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb +++ b/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb @@ -16,3 +16,6 @@ python() { if enterprise != "1": raise bb.parse.SkipPackage("gst-plugins-ugly-sid will only build if ENTERPRISE_DISTRO == 1") } + +SRC_URI[md5sum] = "cff4f55138d12152cf580a3ee71c2519" +SRC_URI[sha256sum] = "556ba24072bdb32ee568adc682d69add1241d77936bc9563e50cdb953097be35" diff --git a/recipes/libeina/libeina_0.96.5.bb b/recipes/libeina/libeina_0.96.5.bb index 388f61e0a0..d34ed26fa9 100644 --- a/recipes/libeina/libeina_0.96.5.bb +++ b/recipes/libeina/libeina_0.96.5.bb @@ -1,4 +1,4 @@ -DESCRIPTION = "Multimedia library using gstreamer"" +DESCRIPTION = "Multimedia library using gstreamer" HOMEPAGE = "http://bolgo.cent.uji.es/proyectos/eina" LICENSE = "GPL" |