diff options
author | Chris Lord <chris@openedhand.com> | 2006-02-15 02:16:11 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-02-15 02:16:11 +0000 |
commit | 2b7e731cff12abbf2ff22c2025ccefd365bb45a7 (patch) | |
tree | 14255a3a108625d7286b0f70fa53f6d5e2e6f2e7 /openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb | |
parent | deb4dd0de43dda3840d99fcc47156658938d421f (diff) | |
download | openembedded-core-2b7e731cff12abbf2ff22c2025ccefd365bb45a7.tar.gz openembedded-core-2b7e731cff12abbf2ff22c2025ccefd365bb45a7.tar.bz2 openembedded-core-2b7e731cff12abbf2ff22c2025ccefd365bb45a7.zip |
- Add gtkhtml2 SRCDATE to poky.conf
- Update to glib 2.8 in poky.conf
- Add back-ported pcmanfm (this seems to segfault on the device,
backtrace needed)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@278 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb')
-rw-r--r-- | openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb b/openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb new file mode 100644 index 0000000000..7a1092bfeb --- /dev/null +++ b/openembedded/packages/pcmanfm/pcmanfm_0.1.9.8.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL" +DESCRIPTION = "procfs tools" +SECTION = "x11" +PRIORITY = "optional" +MAINTAINER = "Chris Lord <chris@openedhand.com>" +DEPENDS = "gtk+" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ + file://no-fam-gtk2.6.patch;patch=1;pnum=1" + +inherit autotools pkgconfig + |