* [PATCH 0/1][PULL] usbutils: inherit gettext
@ 2011-09-22 5:59 Dongxiao Xu
2011-09-22 5:59 ` [PATCH 1/1] usbutils: inherit gettext to avoid configure error Dongxiao Xu
2011-09-22 6:44 ` [PATCH 0/1][PULL] usbutils: inherit gettext Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Dongxiao Xu @ 2011-09-22 5:59 UTC (permalink / raw)
To: openembedded-core
Hi Richard and Saul,
This pull request is to fix the do_configure error in usbutils error, reporting errors like:
cp: cannot stat `/distro/dongxiao/build-ml9/tmp/sysroots/qemux86-64/usr/share/aclocal/codeset.m4': No such file or directory.
cp: cannot stat `/distro/dongxiao/build-ml9/tmp/sysroots/qemux86-64/usr/share/aclocal/fcntl-o.m4': No such file or directory.
...
Please help to review and pull.
Thanks,
Dongxiao
The following changes since commit 76052861cc95fd4ad4c4b9eb6ce4cd1065ad4dc9:
libxml2: reinclude a -staticdev package (2011-09-22 05:11:50 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib dxu4/bugfix
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/bugfix
Dongxiao Xu (1):
usbutils: inherit gettext to avoid configure error
meta/recipes-bsp/usbutils/usbutils_0.91.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] usbutils: inherit gettext to avoid configure error
2011-09-22 5:59 [PATCH 0/1][PULL] usbutils: inherit gettext Dongxiao Xu
@ 2011-09-22 5:59 ` Dongxiao Xu
2011-09-22 6:44 ` [PATCH 0/1][PULL] usbutils: inherit gettext Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Dongxiao Xu @ 2011-09-22 5:59 UTC (permalink / raw)
To: openembedded-core
usbutils's configure task has dependency on gettext, so we need to inherit
gettext.bbclass.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
meta/recipes-bsp/usbutils/usbutils_0.91.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_0.91.bb
index 490b05a..16b51ed 100644
--- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb
+++ b/meta/recipes-bsp/usbutils/usbutils_0.91.bb
@@ -7,14 +7,14 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libusb zlib"
-PR = "r3"
+PR = "r4"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz"
SRC_URI[md5sum] = "49de2403b40bf3a9863faaa8d3858deb"
SRC_URI[sha256sum] = "c122346b0225121bcf159abf804116f826a4a3462c94ce7b8871f7559e6b3a46"
-inherit autotools
+inherit autotools gettext
do_install_append() {
ln -s ../sbin/lsusb ${D}${bindir}/lsusb
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1][PULL] usbutils: inherit gettext
2011-09-22 5:59 [PATCH 0/1][PULL] usbutils: inherit gettext Dongxiao Xu
2011-09-22 5:59 ` [PATCH 1/1] usbutils: inherit gettext to avoid configure error Dongxiao Xu
@ 2011-09-22 6:44 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-09-22 6:44 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Thu, 2011-09-22 at 13:59 +0800, Dongxiao Xu wrote:
> Hi Richard and Saul,
>
> This pull request is to fix the do_configure error in usbutils error, reporting errors like:
>
> cp: cannot stat `/distro/dongxiao/build-ml9/tmp/sysroots/qemux86-64/usr/share/aclocal/codeset.m4': No such file or directory.
> cp: cannot stat `/distro/dongxiao/build-ml9/tmp/sysroots/qemux86-64/usr/share/aclocal/fcntl-o.m4': No such file or directory.
I'm confused. I had a look at usbutils and I can't see any reference to
it needing gettext and it builds fine here. Do you have any other
information about how to reproduce this?
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-22 6:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 5:59 [PATCH 0/1][PULL] usbutils: inherit gettext Dongxiao Xu
2011-09-22 5:59 ` [PATCH 1/1] usbutils: inherit gettext to avoid configure error Dongxiao Xu
2011-09-22 6:44 ` [PATCH 0/1][PULL] usbutils: inherit gettext Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox