diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-21 10:17:49 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-21 10:17:49 +0000 |
commit | 9eb4349e80b325143f58c98c929f63497f57b44a (patch) | |
tree | bfcbdf81ae19ca03ac66829004399389815c37e0 /packages/openmoko-base | |
parent | 895a9b4cabafc642d676732ac26ca6cdabc6b448 (diff) |
openmoko-icon-theme-standard: merge from openmoko svn
Diffstat (limited to 'packages/openmoko-base')
-rw-r--r-- | packages/openmoko-base/openmoko-icon-theme-standard_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/openmoko-base/openmoko-icon-theme-standard_svn.bb b/packages/openmoko-base/openmoko-icon-theme-standard_svn.bb new file mode 100644 index 0000000000..8be6211d68 --- /dev/null +++ b/packages/openmoko-base/openmoko-icon-theme-standard_svn.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko distribution" +SECTION = "openmoko/base" +PV = "0.0+svn${SRCDATE}" +PR = "r0" + +inherit openmoko-base autotools + +SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=icons;proto=http" +S = "${WORKDIR}/icons" + +PACKAGE_ARCH = "all" |