diff options
Diffstat (limited to 'meta-oe/recipes-graphics/openbox')
-rw-r--r-- | meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb (renamed from meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb index d9e58f1af..de4d9f82c 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | |||
@@ -6,10 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
6 | 6 | ||
7 | SRC_URI = "http://icculus.org/openbox/releases/openbox-${PV}.tar.gz" | 7 | SRC_URI = "http://icculus.org/openbox/releases/openbox-${PV}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "00441b53cf14c03566c8e82643544ff9" | 9 | SRC_URI[md5sum] = "b72794996c6a3ad94634727b95f9d204" |
10 | SRC_URI[sha256sum] = "6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c140fea0a" | 10 | SRC_URI[sha256sum] = "8b4ac0760018c77c0044fab06a4f0c510ba87eae934d9983b10878483bde7ef7" |
11 | |||
12 | PR = "r2" | ||
13 | 11 | ||
14 | inherit autotools gettext update-alternatives pkgconfig distro_features_check | 12 | inherit autotools gettext update-alternatives pkgconfig distro_features_check |
15 | # depends on virtual/libx11 | 13 | # depends on virtual/libx11 |
@@ -44,6 +42,9 @@ FILES_${PN}-lxde += "${datadir}/lxde/ \ | |||
44 | ${datadir}/xsessions \ | 42 | ${datadir}/xsessions \ |
45 | ${datadir}/icons" | 43 | ${datadir}/icons" |
46 | 44 | ||
47 | FILES_${PN}-gnome += "${datadir}/gnome/" | 45 | FILES_${PN}-gnome += " \ |
46 | ${datadir}/gnome \ | ||
47 | ${datadir}/gnome-session \ | ||
48 | " | ||
48 | 49 | ||
49 | FILES_${PN}-config += "${sysconfdir}" | 50 | FILES_${PN}-config += "${sysconfdir}" |