1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Set package arch to all (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1481 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-04-12 08:40:53 +00:00
parent 6b06a83939
commit 15389d643e
+6 -2
View File
@@ -1,10 +1,12 @@
PV = "${SRCDATE}+git"
DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL AFL"
PV = "${SRCDATE}+git"
PR = "r1"
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git"
S = "${WORKDIR}/git"
@@ -13,4 +15,6 @@ inherit autotools pkgconfig
EXTRA_OECONF = "--disable-recall --disable-video"
PACKAGE_ARCH = "all"
FILES_${PN} += "/usr/share/hal/"