diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-10-04 11:03:09 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-10-04 11:03:09 +0000 |
commit | 63af8b04695c045e00ec7c3d3fd9085658b8a156 (patch) | |
tree | a2c6849aafe3f5afc3718a4a870b469fc42e5f22 /openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | |
parent | c3acfc2fd0223136d48be2659fd4336b79eb1a0f (diff) | |
download | openembedded-core-63af8b04695c045e00ec7c3d3fd9085658b8a156.tar.gz openembedded-core-63af8b04695c045e00ec7c3d3fd9085658b8a156.tar.bz2 openembedded-core-63af8b04695c045e00ec7c3d3fd9085658b8a156.zip |
Hack to fix apparent theme race
git-svn-id: https://svn.o-hand.com/repos/poky@117 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb')
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index 86ecc4cf79..a11b834d64 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" LICENSE = "GPL" SECTION = "x11" RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" -PR = "r7" +PR = "r8" SRC_URI = "file://etc" S = ${WORKDIR} |