diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-02 11:10:47 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-03-02 11:10:47 +0000 |
commit | da16804eb0d11caf9c0b8af26951ce5dd57896f9 (patch) | |
tree | 5ecfd0760654ace6a701a54f98b5f03173896bdc /meta | |
parent | c87ecce3d13d70f8dc956498d6855449a7b7f286 (diff) | |
download | openembedded-core-da16804eb0d11caf9c0b8af26951ce5dd57896f9.tar.gz openembedded-core-da16804eb0d11caf9c0b8af26951ce5dd57896f9.tar.bz2 openembedded-core-da16804eb0d11caf9c0b8af26951ce5dd57896f9.zip |
sato-icon-theme: really package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1318 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb index c9bd9f84e3..2089d94816 100644 --- a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb +++ b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Sato Icon Theme" LICENSE = "LGPL" DEPENDS = "" PV = "0.0+svn${SRCDATE}" -PR = "r1" +PR = "r2" SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http" S = "${WORKDIR}/sato-icon-theme" @@ -12,3 +12,4 @@ PACKAGES += "sato-icon-theme" inherit autotools pkgconfig +FILES_${PN} += "${datadir}" |