diff options
Diffstat (limited to 'meta/recipes-tbd/poppler/poppler-data_0.1.bb')
| -rw-r--r-- | meta/recipes-tbd/poppler/poppler-data_0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-tbd/poppler/poppler-data_0.1.bb b/meta/recipes-tbd/poppler/poppler-data_0.1.bb new file mode 100644 index 0000000000..ca22e4dba0 --- /dev/null +++ b/meta/recipes-tbd/poppler/poppler-data_0.1.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base." | ||
| 2 | LICENSE = "Adobe" | ||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | SRC_URI = "http://poppler.freedesktop.org/${PN}-${PV}.tar.gz" | ||
| 6 | |||
| 7 | do_compile() { | ||
| 8 | } | ||
| 9 | |||
| 10 | do_install() { | ||
| 11 | oe_runmake install DESTDIR=${D} | ||
| 12 | } | ||
| 13 | |||
| 14 | FILES_${PN} += "${datadir}" | ||
| 15 | PACKAGE_ARCH = "all" | ||
| 16 | |||
