summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-11-29 17:18:32 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:58 -0800
commitb721e08466139e9046f8455f9e671885162a03ea (patch)
tree7b8cbd904f4f72e698db3ac8306df2e864191359
parentce4d631aea08063f7b7060813af437c6fc0b3057 (diff)
downloadopenembedded-core-b721e08466139e9046f8455f9e671885162a03ea.tar.gz
openembedded-core-b721e08466139e9046f8455f9e671885162a03ea.tar.bz2
openembedded-core-b721e08466139e9046f8455f9e671885162a03ea.tar.xz
openembedded-core-b721e08466139e9046f8455f9e671885162a03ea.zip
eds-tools: Fix SRCREV and add LIC_FILE_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc1
-rw-r--r--meta/recipes-sato/eds/eds-tools_bzr.bb8
2 files changed, 7 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 67247524a..ab7ac53ba 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -34,6 +34,7 @@ SRCREV_pn-dri2proto ??= "66c56ab10d917e3f47f93178d7eac6430970d3c4"
SRCREV_pn-dtc ??= "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
SRCREV_pn-dtc-native ??= "73dca9ae0b9abe6924ba640164ecce9f8df69c5a"
SRCREV_pn-eds-dbus ??= "7337d11aed576e7caaa12b4e881ad8d33668799f"
+SRCREV_pn-eds-tools ??= "2008-02-04"
SRCREV_pn-eee-acpi-scripts ??= "df785afdacedf869b20fb88a793c13b539819270"
EGLIBCREV = "11982"
SRCREV_pn-eglibc ??= "${EGLIBCREV}"
diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_bzr.bb
index 85e1c4b7c..0dfcf593c 100644
--- a/meta/recipes-sato/eds/eds-tools_bzr.bb
+++ b/meta/recipes-sato/eds/eds-tools_bzr.bb
@@ -1,10 +1,14 @@
-LICENSE = "GPL"
+LICENSE = "GPLv2"
SECTION = "x11"
DEPENDS = "dbus-glib eds-dbus"
RDEPENDS = "libedata-book"
DESCRIPTION = "Test applications for EDS"
-SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http"
+PR = "r0"
+
+SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit autotools pkgconfig