diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-05 10:59:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-05 10:59:16 +0000 |
commit | 166b9363694c417782ed20acce0c8db44851a410 (patch) | |
tree | 0d2c723c56f76850d483db51bef09b5fa3edb6f8 /meta | |
parent | bf093e39231b28a5bd65768813e12f0d2707f22f (diff) | |
download | openembedded-core-166b9363694c417782ed20acce0c8db44851a410.tar.gz openembedded-core-166b9363694c417782ed20acce0c8db44851a410.tar.bz2 openembedded-core-166b9363694c417782ed20acce0c8db44851a410.zip |
sato-icon-theme: do not repeat PN in PACKAGES
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1442 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme_svn.bb | 2 |
1 files changed, 0 insertions, 2 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 2089d94816..683ec11773 100644 --- a/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb +++ b/meta/packages/sato-icon-theme/sato-icon-theme_svn.bb @@ -8,8 +8,6 @@ PR = "r2" SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=sato-icon-theme;proto=http" S = "${WORKDIR}/sato-icon-theme" -PACKAGES += "sato-icon-theme" - inherit autotools pkgconfig FILES_${PN} += "${datadir}" |