diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-04-02 14:59:56 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-04-02 14:59:56 +0000 |
commit | e7e153b6e9e35a376f1418a4239ad52a4716c40e (patch) | |
tree | 33822df5caf896d5dc4713c4e96f97247ad2c6e3 /packages/openmoko-base | |
parent | 92d8ea690e564f49520fd3965b48ea7ef07a34de (diff) |
openmoko-theme-qvga: don't package the vga theme and label as qvga,
use the qvga theme instead
Diffstat (limited to 'packages/openmoko-base')
-rw-r--r-- | packages/openmoko-base/openmoko-theme-standard-qvga_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openmoko-base/openmoko-theme-standard-qvga_svn.bb b/packages/openmoko-base/openmoko-theme-standard-qvga_svn.bb index 0c19db77ac..44c296f258 100644 --- a/packages/openmoko-base/openmoko-theme-standard-qvga_svn.bb +++ b/packages/openmoko-base/openmoko-theme-standard-qvga_svn.bb @@ -8,7 +8,7 @@ inherit openmoko-base SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=themes;proto=http" S = "${WORKDIR}" -dirs = "themes/openmoko-standard" +dirs = "themes/openmoko-standard-qvga" do_install() { find ${WORKDIR} -name ".svn" | xargs rm -rf |