diff options
| -rw-r--r-- | meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb index 49ed07ad97..a6475cef6d 100644 --- a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb +++ b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb | |||
| @@ -28,3 +28,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | |||
| 28 | inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc | 28 | inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc |
| 29 | 29 | ||
| 30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
| 31 | |||
| 32 | do_install_append () { | ||
| 33 | rmdir --ignore-fail-on-non-empty ${D}${datadir} | ||
| 34 | } | ||
