1 DESCRIPTION
= "HP Linux Imaging and Printing"
4 # currently
, we build a stripped down version that only includes IJS
5 #
and components required
to implement a minimal printing system
6 #
for embedded systems.
8 SRC_URI
= "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz \
9 file://cross-build.patch;patch=1"
16 BUILD_SYS
="" HOST_SYS
="" \
17 --disable
-network
-build \
20 --disable
-scan
-build \
23 --disable
-dbus
-build \
24 --disable
-foomatic
-drv
-install \
25 --disable
-foomatic
-rip
-hplip
-install \
28 # needed by python checks in configure
29 EXTRA_OEMAKE
= 'BUILD_SYS
="" HOST_SYS
=""'
31 PACKAGES
+= "${PN}-ppd ${PN}-cups ${PN}-backend"
33 # need
to snag the debug file
or OE will fail on backend package
35 ${libdir}/cups/backend/.debug
43 FILES_${PN}-backend = "\
44 $
{libdir
}/cups
/backend
"