diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2004-05-24 12:09:41 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2004-05-24 12:09:41 +0000 |
commit | f8bf02866c3733b96d8f03485613f0d38faab03a (patch) | |
tree | 8473142afbb531ceaef4d9ac28f0086aea8c493f | |
parent | f15ea749b30e7dda2f3e18be2f6c0f7705e7169b (diff) |
added libgphoto2
BKrev: 40b1e605gFW4v_B26lC-yjvV-QXQ-g
-rw-r--r-- | libgphoto2/libgphoto2_2.1.4.oe | 0 | ||||
-rw-r--r-- | libusb/libusb_0.1.7.oe | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/libgphoto2_2.1.4.oe b/libgphoto2/libgphoto2_2.1.4.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libgphoto2/libgphoto2_2.1.4.oe diff --git a/libusb/libusb_0.1.7.oe b/libusb/libusb_0.1.7.oe index 460bb07102..efef1c03b2 100644 --- a/libusb/libusb_0.1.7.oe +++ b/libusb/libusb_0.1.7.oe @@ -12,7 +12,7 @@ do_stage() { install -d ${STAGING_BINDIR} install -m 755 ${S}/libusb-config ${STAGING_BINDIR} - perl -pi -e 's:\-L/usr/lib ::' ${STAGING_BINDIR}/libusb-config + perl -pi -e 's:\-L/usr/lib :-L${STAGING_LIBDIR} :' ${STAGING_BINDIR}/libusb-config install -d ${STAGING_INCDIR}/ for X in usb.h |