diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:17:18 +0000 |
commit | ae63a4dad7b06af132c6ba5bdb5fb98b2231525a (patch) | |
tree | 62d8fae898721cffb503baa6c43ba795427045b9 /packages/gphoto2/gphoto2_2.4.2.bb | |
parent | 309c832c2c21ceb97fd589ebce8327d0d2bba731 (diff) | |
parent | 3c20604cd26ca8da11ac9afb669629c20355c4e4 (diff) |
merge of '0d3b0d788fccfc1c07e0da07e8f8596c062e2ef2'
and '8a4df13bdb5d6b154edb85a4b71e38ac457670a0'
Diffstat (limited to 'packages/gphoto2/gphoto2_2.4.2.bb')
-rw-r--r-- | packages/gphoto2/gphoto2_2.4.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/gphoto2/gphoto2_2.4.2.bb b/packages/gphoto2/gphoto2_2.4.2.bb new file mode 100644 index 0000000000..996edb25a0 --- /dev/null +++ b/packages/gphoto2/gphoto2_2.4.2.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "gphoto2 is a command-line utility to fetch pictures from digital cameras" +SECTION = "console/utils" +LICENSE = "GPL" +DEPENDS = "libtool libgphoto2 popt" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/gphoto/gphoto2-${PV}.tar.bz2" + +inherit autotools + +do_configure_append() { + find ${S} -name Makefile | xargs sed -i 's:/usr/include:${STAGING_INCDIR}:' +} + |