diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-19 18:06:20 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-19 18:06:20 +0100 |
commit | cd60a7eb241e7e658cfa88043ca0049845ebdecd (patch) | |
tree | 66ea5034858475aed63a906c5184ac20d6b30781 /meta-moblin/packages/moblin-cursor-theme | |
parent | 19e1d23dd1c46b11d929d8803f24121b7b8447d3 (diff) | |
download | openembedded-core-cd60a7eb241e7e658cfa88043ca0049845ebdecd.tar.gz openembedded-core-cd60a7eb241e7e658cfa88043ca0049845ebdecd.tar.bz2 openembedded-core-cd60a7eb241e7e658cfa88043ca0049845ebdecd.zip |
meta-moblin: Add recipes for most moblin beta components
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/moblin-cursor-theme')
-rw-r--r-- | meta-moblin/packages/moblin-cursor-theme/moblin-cursor-theme-0.1/moblin-cursor-theme-0.1.tar.bz2 | bin | 0 -> 106543 bytes | |||
-rw-r--r-- | meta-moblin/packages/moblin-cursor-theme/moblin-cursor-theme_0.1.bb | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/meta-moblin/packages/moblin-cursor-theme/moblin-cursor-theme-0.1/moblin-cursor-theme-0.1.tar.bz2 b/meta-moblin/packages/moblin-cursor-theme/moblin-cursor-theme-0.1/moblin-cursor-theme-0.1.tar.bz2 Binary files differnew file mode 100644 index 0000000000..47c3d7e8f8 --- /dev/null +++ b/meta-moblin/packages/moblin-cursor-theme/moblin-cursor-theme-0.1/moblin-cursor-theme-0.1.tar.bz2 diff --git a/meta-moblin/packages/moblin-cursor-theme/moblin-cursor-theme_0.1.bb b/meta-moblin/packages/moblin-cursor-theme/moblin-cursor-theme_0.1.bb new file mode 100644 index 0000000000..af3f447083 --- /dev/null +++ b/meta-moblin/packages/moblin-cursor-theme/moblin-cursor-theme_0.1.bb @@ -0,0 +1,12 @@ + +SRC_URI = "file://${PN}-${PV}.tar.bz2" +PR = "r0" + +FILES_${PN} =+ "${datadir}/icons/moblin" +DEPENDS = "icon-naming-utils-native" + + +do_install () { + install -d ${D}${datadir}/icons/moblin/ + cp -r ${S}/cursors ${D}${datadir}/icons/moblin/ +} |