All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rafael Toledo <rafaeldtoledo@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Fwd: Installed package not found
Date: Fri, 20 May 2011 15:38:31 -0300	[thread overview]
Message-ID: <4DD6B527.3030808@gmail.com> (raw)

Hello!

I'm trying to add the 'libfprint' package into Buildroot. As I read in
the site of the project, the requisites are glib2, libusb-1.0,
ImageMagick and nss3 in the current version (0.4.0). As I can't found
nss in the Buildroot, I 'downgraded' the version, trying to install the
version 0.0.6. Well, the config files are the following:

## Config.in ##
config BR2_PACKAGE_LIBFPRINT
     bool "libfprint"
     help
       The libfprint is a library for biometric
       fingerprint development.

       http://www.reactivated.net/fprint/wiki/Libfprint
## end Config.in ##

## libfprint.mk ##
#############################################################
#
# libfprint
#
#############################################################

LIBFPRINT_VERSION = 0.0.6
LIBFPRINT_SOURCE = libfprint-$(LIBFPRINT_VERSION).tar.bz2
LIBFPRINT_SITE =
http://sourceforge.net/projects/fprint/files/libfprint/v$(LIBFPRINT_VERSION)/libfprint-$(LIBFPRINT_VERSION).tar.bz2/download
LIBFPRINT_INSTALL_STAGING = YES
LIBFPRINT_INSTALL_TARGET = YES
LIBFPRINT_DEPENDENCIES = libglib2 imagemagick libusb

$(eval $(call AUTOTARGETS,package,libfprint))
## end libfprint.mk ##

First, the download link isn't ok, but I'll fix it later (the current
version is git hosted). For tests, I put the file manually in the dl
folder. My main problem is that, in the ./configure script, the process
stops saying that 'No package 'libusb' found', but it is installed.
Someone can help me?

                 reply	other threads:[~2011-05-20 18:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4DD6B527.3030808@gmail.com \
    --to=rafaeldtoledo@gmail.com \
    --cc=buildroot@busybox.net \
    /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.