[oe] ijs recipe questions

Cliff Brake cliff.brake at gmail.com
Fri Oct 7 15:44:07 UTC 2011


Hello,

I'm trying to port the ijs recipe from oe to meta-oe.  This is what I
have so far:

DESCRIPTION = "Inkjet driver from linuxprinting.org"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://README;md5=6f2f06909c6fd797a9521cd23168ecd0"
HOMEPAGE = "http://www.linuxprinting.org/ijs/"

SRC_URI = "http://www.linuxprinting.org/ijs/download/ijs-${PV}.tar.bz2"

inherit autotools pkgconfig

INSANE_SKIP_${PN} = "dev-so"

EXTRA_OECONF = " --enable-shared "

SRC_URI[md5sum] = "896fdcb7a01c586ba6eb81398ea3f6e9"
SRC_URI[sha256sum] =
"11a5f5084488c480f3ff5a24d64d7147bb64272bf60a0ba51330a56c5b50cab9"

PACKAGES =+ "ijs-bin"
FILES_ijs-bin = "${bindir}/*"
FILES_${PN} += "${libdir}/*.so"

However, it does not seem like I should need the following lines:
INSANE_SKIP_${PN} = "dev-so"  (otherwise, complains about symlinks in
not dev/dgb, etc package)
FILES_${PN} += "${libdir}/*.so"  (otherwise it puts the so files in
the dev package)

What is the best way to convince OE to package the libraries and not
complain about the so links?

Thanks,
Cliff

-- 
=================
http://bec-systems.com




More information about the Openembedded-devel mailing list