From: "Kövesdi György" <kgy@teledigit.eu>
To: openembedded-core@lists.openembedded.org
Subject: empty dirs in glib-2.0
Date: Sat, 25 Feb 2012 13:26:57 +0100 [thread overview]
Message-ID: <17057774.C0TjevbrGC@kgy> (raw)
Hi,
Compiling the Angstrom Linux, in the file openembedded-core/meta/recipes-
core/glib-2.0/glib-2.0_2.30.2.bb (a85f283ffae5407b23532ce2262142ee2d986af2)
there are the followings:
do_install_append() {
# remove some unpackaged files
rm -f ${D}${libdir}/gdbus-2.0/codegen/*.pyc
rm -f ${D}${libdir}/gdbus-2.0/codegen/*.pyo
# and empty dirs
rmdir ${D}${libdir}/gio/modules/
rmdir ${D}${libdir}/gio/
}
I have problems with the "empty dirs" section: the directory is not empty and
therefore the installation fails here.
I replaced it with "rm -rf ..." and now it worx but i do not sure it is a good
solution.
Why these directories are expected to be empty? What does it mean if they are
not?
Thanx in advance
Gyorgy Kovesdi
next reply other threads:[~2012-02-25 12:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-25 12:26 Kövesdi György [this message]
2012-02-25 14:55 ` empty dirs in glib-2.0 Richard Purdie
2012-02-27 10:30 ` Gyorgy Kovesdi
2012-02-27 10:41 ` Jack Mitchell
2012-02-27 11:05 ` Ni Qingliang
2012-02-27 12:08 ` Andrea Adami
2012-02-27 12:17 ` Richard Purdie
2012-02-27 10:44 ` Gyorgy Kovesdi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17057774.C0TjevbrGC@kgy \
--to=kgy@teledigit.eu \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.