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/meta | |
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/meta')
-rw-r--r-- | recipes/meta/meta-e-x11-core.bb | 2 | ||||
-rw-r--r-- | recipes/meta/meta-e-x11.bb | 2 | ||||
-rw-r--r-- | recipes/meta/meta-maemo.bb | 2 | ||||
-rw-r--r-- | recipes/meta/meta-opie-all.bb | 2 | ||||
-rw-r--r-- | recipes/meta/meta-opie.bb | 2 | ||||
-rw-r--r-- | recipes/meta/meta-sdl.bb | 2 | ||||
-rw-r--r-- | recipes/meta/meta-toolchain-slugos.bb | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/recipes/meta/meta-e-x11-core.bb b/recipes/meta/meta-e-x11-core.bb index cdc76402e1..58ea1b4ebf 100644 --- a/recipes/meta/meta-e-x11-core.bb +++ b/recipes/meta/meta-e-x11-core.bb @@ -7,4 +7,4 @@ LICENSE = "MIT" RDEPENDS = "task-e-x11-core" -inherit meta
\ No newline at end of file +inherit meta diff --git a/recipes/meta/meta-e-x11.bb b/recipes/meta/meta-e-x11.bb index 1182b0cf42..c0b430be1a 100644 --- a/recipes/meta/meta-e-x11.bb +++ b/recipes/meta/meta-e-x11.bb @@ -7,4 +7,4 @@ LICENSE = "MIT" RDEPENDS = "task-e-x11" -inherit meta
\ No newline at end of file +inherit meta diff --git a/recipes/meta/meta-maemo.bb b/recipes/meta/meta-maemo.bb index 72216a6304..6669a5056b 100644 --- a/recipes/meta/meta-maemo.bb +++ b/recipes/meta/meta-maemo.bb @@ -8,4 +8,4 @@ RDEPENDS = "\ maemo-task-libs-install \ maemo-task-theme" -inherit meta
\ No newline at end of file +inherit meta diff --git a/recipes/meta/meta-opie-all.bb b/recipes/meta/meta-opie-all.bb index ccdbbe973d..90b3912106 100644 --- a/recipes/meta/meta-opie-all.bb +++ b/recipes/meta/meta-opie-all.bb @@ -13,4 +13,4 @@ RDEPENDS = " \ task-qpe-fonts \ task-qpe-settings" -inherit meta
\ No newline at end of file +inherit meta diff --git a/recipes/meta/meta-opie.bb b/recipes/meta/meta-opie.bb index 6a9c35c5e3..04b20c38d4 100644 --- a/recipes/meta/meta-opie.bb +++ b/recipes/meta/meta-opie.bb @@ -15,4 +15,4 @@ RDEPENDS = "task-opie-applets task-opie-apps task-opie-base \ task-opie-multimedia task-opie-pim task-opie-settings \ task-opie-styles task-opie-todayplugins task-opie-wlan" -inherit meta
\ No newline at end of file +inherit meta diff --git a/recipes/meta/meta-sdl.bb b/recipes/meta/meta-sdl.bb index a1ab3918b7..8b2fbcdee9 100644 --- a/recipes/meta/meta-sdl.bb +++ b/recipes/meta/meta-sdl.bb @@ -4,4 +4,4 @@ PR = "r2" RDEPENDS = "task-sdl-libs task-sdl-games task-sdl-emulators" -inherit meta
\ No newline at end of file +inherit meta diff --git a/recipes/meta/meta-toolchain-slugos.bb b/recipes/meta/meta-toolchain-slugos.bb index 21d9a84442..f0069339c1 100644 --- a/recipes/meta/meta-toolchain-slugos.bb +++ b/recipes/meta/meta-toolchain-slugos.bb @@ -4,4 +4,4 @@ TOOLCHAIN_HOST_TASK = "task-slugos-toolchain-host" TOOLCHAIN_TARGET_TASK = "task-slugos-toolchain-target" require meta-toolchain.bb -SDK_SUFFIX = "toolchain-slugos"
\ No newline at end of file +SDK_SUFFIX = "toolchain-slugos" |