diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-31 16:05:19 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-31 16:05:19 +0000 |
commit | c5ce5d13067f1b2a4e86bc0b9c01c485170be5e2 (patch) | |
tree | e2b7e148fa67224fb71a5c33a6ba1e5c8658ba03 /packages/hwdata/hwdata_0.191.bb | |
parent | a23d5bfd390b32cd85f03ceb9f8ee9b05deb0168 (diff) | |
parent | 6d4672f1bd5646f20d5c1522bda48c9534f27e48 (diff) |
merge of 'b1eb3466dafc9eb0908b3c6a5749e44c83d43bb7'
and 'b6f7470fdaebd8e390033a44122a002d406951ab'
Diffstat (limited to 'packages/hwdata/hwdata_0.191.bb')
-rw-r--r-- | packages/hwdata/hwdata_0.191.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/hwdata/hwdata_0.191.bb b/packages/hwdata/hwdata_0.191.bb index 2dfe1433bf..5d607ddc1a 100644 --- a/packages/hwdata/hwdata_0.191.bb +++ b/packages/hwdata/hwdata_0.191.bb @@ -1,14 +1,16 @@ DESCRIPTION = "This package contains various hardware identification and configuration data, such as the pci.ids database, or the XFree86/xorg Cards database. It's needed for the kudzu hardware detection." LICENSE = "GPL + X11" +PR = "r1" + SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/h/hwdata/hwdata_0.191.orig.tar.gz \ http://archive.ubuntu.com/ubuntu/pool/main/h/hwdata/hwdata_0.191-1.diff.gz;patch=1 \ " PACKAGE_ARCH = "all" - +FILES_${PN} = "${datadir}" do_install() { mkdir -p ${D}${datadir}/hwdata - install -m644 MonitorsDB pci* usb.ids video* upgradelist ${D}${datadir}/hwdata + install -m 644 MonitorsDB pci* usb.ids video* upgradelist ${D}${datadir}/hwdata } |