diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/xorg-data | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-data')
-rw-r--r-- | recipes/xorg-data/xbitmaps_1.0.1.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-data/xbitmaps_1.1.0.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-data/xcursor-themes_1.0.1.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-data/xcursor-themes_1.0.2.bb | 3 | ||||
-rw-r--r-- | recipes/xorg-data/xkbdata_1.0.1.bb | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/recipes/xorg-data/xbitmaps_1.0.1.bb b/recipes/xorg-data/xbitmaps_1.0.1.bb index 6e5d7fe5ba..0716ab7954 100644 --- a/recipes/xorg-data/xbitmaps_1.0.1.bb +++ b/recipes/xorg-data/xbitmaps_1.0.1.bb @@ -4,3 +4,6 @@ DESCRIPTION = "Common X11 Bitmaps" LICENSE = "MIT" DEPENDS += "libxmu" + +SRC_URI[archive.md5sum] = "b28a9840cde3c38d7c09716372fea257" +SRC_URI[archive.sha256sum] = "5aa5be594e77f772b85d39f0c25f61a61c7f6fa02ba940e614c5ee386deeb867" diff --git a/recipes/xorg-data/xbitmaps_1.1.0.bb b/recipes/xorg-data/xbitmaps_1.1.0.bb index 6e5d7fe5ba..9fa17d95cb 100644 --- a/recipes/xorg-data/xbitmaps_1.1.0.bb +++ b/recipes/xorg-data/xbitmaps_1.1.0.bb @@ -4,3 +4,6 @@ DESCRIPTION = "Common X11 Bitmaps" LICENSE = "MIT" DEPENDS += "libxmu" + +SRC_URI[archive.md5sum] = "f9ddd4e70a5375508b3acaf17be0d0ab" +SRC_URI[archive.sha256sum] = "c9a2059c8b0636b7ee1169647bb22f6eb4a0589e36fdb98936002e2569ad8761" diff --git a/recipes/xorg-data/xcursor-themes_1.0.1.bb b/recipes/xorg-data/xcursor-themes_1.0.1.bb index 1107d08da9..dbbba60204 100644 --- a/recipes/xorg-data/xcursor-themes_1.0.1.bb +++ b/recipes/xorg-data/xcursor-themes_1.0.1.bb @@ -5,3 +5,6 @@ DEPENDS += " libxcursor xcursorgen-native" FILES_${PN} += "${datadir}/icons" + +SRC_URI[archive.md5sum] = "014bad415e64c49994679cdb71a97e37" +SRC_URI[archive.sha256sum] = "4e7dcd402cd045ce1bd1a3de496270e78d6ead2478a0bcb3404072b33c5c9ea0" diff --git a/recipes/xorg-data/xcursor-themes_1.0.2.bb b/recipes/xorg-data/xcursor-themes_1.0.2.bb index 1107d08da9..5f53cabee9 100644 --- a/recipes/xorg-data/xcursor-themes_1.0.2.bb +++ b/recipes/xorg-data/xcursor-themes_1.0.2.bb @@ -5,3 +5,6 @@ DEPENDS += " libxcursor xcursorgen-native" FILES_${PN} += "${datadir}/icons" + +SRC_URI[archive.md5sum] = "e8929a1bb4d98d1a3991fd340d0b5f09" +SRC_URI[archive.sha256sum] = "5f798c2f1d2794c09fa0a40700c40359b725107608012866828015dca47514d6" diff --git a/recipes/xorg-data/xkbdata_1.0.1.bb b/recipes/xorg-data/xkbdata_1.0.1.bb index 9ab3729bc5..f951d0d381 100644 --- a/recipes/xorg-data/xkbdata_1.0.1.bb +++ b/recipes/xorg-data/xkbdata_1.0.1.bb @@ -5,3 +5,6 @@ RDEPENDS = "xkbcomp" FILES_${PN} += " /usr/share/X11/xkb" + +SRC_URI[archive.md5sum] = "9bf179be9a195953dc5f4c15e23ab7f0" +SRC_URI[archive.sha256sum] = "94e1909faa9bf754c0e78a6bea8fa6e16c0931c4a2eb1f2252b7f0fa480cb4df" |