Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/2] Add evemu and libevdev.
@ 2013-12-20 15:05 Andreas Naumann
  2013-12-20 15:05 ` [Buildroot] [PATCH v2 1/2] libevdev: new package Andreas Naumann
  2013-12-20 15:05 ` [Buildroot] [PATCH v2 2/2] evemu: " Andreas Naumann
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Naumann @ 2013-12-20 15:05 UTC (permalink / raw)
  To: buildroot

Hi,
Yann and Thomas, thanks for the input.
I hope I have adressed all issues in this version. The AUTORECONFIG is needed because the packages come without Makefile.in and configure. They do have a autogen.sh script, which I doubt works for proper crosscompiling.
I have also verified the packages compile without problems with arm-basic and arm-full-nothread toolchains, thus no toolchain dependency is necessary. Myself I use a linaro tc from 2012.04.


regards,
Andreas

Changes in v2:
- Added licence information
- removed obsolete _SOURCE definition
- alphabetical order in Config.in
- remove staging for evemu


Andreas Naumann (2):
  libevdev: new package
  evemu: new package

 package/Config.in            |  2 ++
 package/evemu/Config.in      |  7 +++++++
 package/evemu/evemu.mk       | 17 +++++++++++++++++
 package/libevdev/Config.in   |  6 ++++++
 package/libevdev/libevdev.mk | 18 ++++++++++++++++++
 5 files changed, 50 insertions(+)
 create mode 100644 package/evemu/Config.in
 create mode 100644 package/evemu/evemu.mk
 create mode 100644 package/libevdev/Config.in
 create mode 100644 package/libevdev/libevdev.mk

-- 
1.8.4.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-12-26 22:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 15:05 [Buildroot] [PATCH v2 0/2] Add evemu and libevdev Andreas Naumann
2013-12-20 15:05 ` [Buildroot] [PATCH v2 1/2] libevdev: new package Andreas Naumann
2013-12-20 16:00   ` Thomas Petazzoni
2013-12-26 22:29   ` Thomas Petazzoni
2013-12-20 15:05 ` [Buildroot] [PATCH v2 2/2] evemu: " Andreas Naumann
2013-12-20 16:02   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox