blob: 37a8564d8fc4d82c4611bfe3e1d4f5cdf68f6752 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
LICENSE = "Adobe"
PR = "r0"
SRC_URI = "http://poppler.freedesktop.org/${BPN}-${PV}.tar.gz"
do_compile() {
}
do_install() {
oe_runmake install DESTDIR=${D}
}
FILES_${PN} += "${datadir}"
PACKAGE_ARCH = "all"
|